I am trying to run my proggram using "log4net", but I get same message "The Application is in break mode". When I put that line in remarks the programm is running:
//private static readonly log4net.ILog log = log4net.LogManager.GetLogger
//(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
Otherwise I get this message: The application is in break mode.
Any Ideas?