December 30th, 2010 04:40 AM
Use any logging framework to log such exception/messages. You cannot / should not use messagebox at service end.
December 29th, 2010 03:42 AM
Are you talking about when debugging the application ? Because while running the application directly, I didnt faced any such issue.
December 23rd, 2010 01:19 AM
To connect to the FTP server we can use the FtpWebRequest C# object under the System.Net namespace. The object is created with the FtpWebRequest.Create() function. Note that the function will ask for...
December 23rd, 2010 01:17 AM
The best way is it log that error in release mode and paste the error here. Without knowing the kind of error, we are helpless.
December 23rd, 2010 01:14 AM
You need to use reflection to load the dll at run time and invoke its method.
December 23rd, 2010 12:43 AM
"and if I simply catch the exception and don't throw it further it will run into other exceptions, causing the same issue."
Why so if you already caught the exception, why would you proceed,...
December 23rd, 2010 12:41 AM
I guess unless all elements are loaded, that event isn't fired at all.
December 19th, 2010 05:08 AM
Use DocumentCompleted event of webbrowser control.
December 19th, 2010 05:00 AM
Is wc reference of webclient object ?
December 16th, 2010 01:57 AM
I guess there is another way to specify the arguments, may be some kind of identifier to specify the filename to be executed by console2.exe
December 16th, 2010 01:52 AM
You can create instance of usercontrols and then access the public method of those usercontrols.
December 16th, 2010 01:50 AM
There is no way to solve your problem unless we know the logic behind that method.