dotdotnet Posted September 15, 2003 Posted September 15, 2003 i am trying to debug my web service...is there a way to show a msgbox to display the value of a variable inside the program? i had tried adding the msgbox statement but it gives me an error saying that the web service is not running in userinteraction mode...how do i actually go about doin it? what if i output the value to the console instead? how can i view the output on the console? Quote
*Gurus* Derek Stone Posted September 15, 2003 *Gurus* Posted September 15, 2003 Web services don't have user interfaces. You'll need to debug your application using an alternative method. Quote Posting Guidelines
*Gurus* Derek Stone Posted September 16, 2003 *Gurus* Posted September 16, 2003 Visual Studio .NET has many built-in debugging capabilities: breakpoints, the Debug object, the Trace object, etc. Consult the .NET SDK Documentation for help on debugging. It's far too extensive of a topic to discuss here. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.