| Thread | Last Post | Replies |
|
| debugging errors | 07 Jun 2004 19:41 GMT | 2 |
I keep getting erros when I try to step through the code and debug. It runs and gives a webpage with the following message. The following was cut and pasted Configuration Error Description: An error occurred during the processing of a configuration file required to service this ...
|
| Resource/newsgroup/support group for post-mortem debugging | 04 Jun 2004 18:19 GMT | 2 |
Is there a good resource for chatting with folks who are also doing a lot of crash dump debugging? I have run into some issues that really make crash dump debugging hard - like the fact that debuggers religiously stick with the absolute path for a file like kernel32.dll that is in ...
|
| web.config not applicable to webservices? | 04 Jun 2004 14:12 GMT | 1 |
In my ASP.NET apps, I put the SQL connection string in the web.config file: <configuration> <appSettings>
|
| Add Watch then break when value of watched variable is true | 04 Jun 2004 14:08 GMT | 2 |
VB 6 has this feature where one could add watch on a variable and have it "Break" when variable=value is true or when variable's value changes. Is this feature removed from VS.NET. Will it be reintroduced in the next version Thank yo
|
| .Net remote debugging on XPe | 04 Jun 2004 13:16 GMT | 1 |
Does anyone know how to insatll the remote debugging tools without runnign the .Net installer? I'm trying to debug some VB .Net applications on an Embedded XP machine. Yours
|
| Porting Code from VC++ 6.0 to VC++ .Net | 03 Jun 2004 14:23 GMT | 1 |
I took a code that was written in VC++6.0 using MFC and compiled in VC++.NET. It compiled fine but when I execute the application I get an Debug Assertion Failed Message. Can someone please tell me how to fix this error Debug Assertion Failed File: afxwin1.in Line: 2
|
| "Unable to locate Microsoft Transaction Server" | 03 Jun 2004 13:38 GMT | 2 |
I'm a newbie trying to learn ASP.NET. Using VS.NET 2003 Dev Edition, I can create a new ASP.NET Web Application. However, whenever I attempt to Start (with debugging), I get the following message "Unable to locate Microsoft Transaction Server administration package. Unable to set ...
|
| Remote Debugging .net serviced component | 02 Jun 2004 22:41 GMT | 1 |
I'm trying to debug a .NET exchange event sink. From VS 2003 I can attach to the dllhost.exe process that my .NET COM component is running in. When I do, I see all the dll's being loaded, including the one I wish to debug, with this message:
|
| stepping through methods in a class marked with the DebuggerStepThroughAttribute | 01 Jun 2004 23:20 GMT | 2 |
I get the following error when I try to mark a property statement with the DebuggerStepThroughAttribute attribute. "Attribute 'DebuggerStepThroughAttribute' cannot be applied to 'myPropertyName' because the attribute is not valid on this declaration
|
| debugging only from within your source code | 01 Jun 2004 14:45 GMT | 2 |
Greetings, I was wondering if it was possible to configure the debugger only to stay within my own project source files and not go into classes such as CString when i'm stepping into source code. Thanks in advance,
|