I have Visual Studio 2008 installed on my server (done after v9 install) for debugging. I have the debug option enabled in my process, but I keep getting the following message:
"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs."
I have enabled IncludeExceptionDetailInFaults, but I am still unable to launch debugging.
Does anybody have suggestions to get debugging to run properly?
Thanks,
Harry