| Thread | Last Post | Replies |
|
| When trying to debug VS2003 looks for devenv.exe in the wrong path | 28 Mar 2005 19:02 GMT | 6 |
when I want to debug a asp.net project vs2003 throws the following error (sth. like this since I have to translate the error message) ******************************************** Error while executing the project. Unable to start debugging.
|
| Debugging Critical Sections under Windows XP | 26 Mar 2005 08:29 GMT | 2 |
there is nice article Break Free of Code Deadlocks in Critical Sections Under Windows http://msdn.microsoft.com/msdnmag/issues/03/12/CriticalSections/default.aspx and it was very helpful until I changed to WinXP SP2 - now sample code
|
| Unable to start debugging remote | 26 Mar 2005 07:27 GMT | 1 |
I am not sure if I have everything configured properly to do remote debugging. My development machine produces the following error, when I start debugging: "Error while trying to run project: Unable to start debugging.
|
| "Unable to start debugging on the web server" | 26 Mar 2005 06:40 GMT | 3 |
I'm trying to start a C# Web Application debugging and I keep getting an error message saying that it can't start debugging and to verify that ASP.NET has been installed. This is on my local development machine (running Windows XP SP2) and has been working fine up until now.
|
| Access denied when debugging on remote server | 23 Mar 2005 10:20 GMT | 3 |
4 hours since I'm trying to solve this problem. I'm running VS .NET 2003 on my Windows XP SP2 workstation and .NET Framework 1.1 on my Windows Server 2003 server. First, when trying to compile the project located on the server, from VS
|
| Problem with new constructor between Visual Studio.net 2002/2003 | 23 Mar 2005 09:57 GMT | 1 |
We recently upgraded from VSNET 2002 to 2003. An application we have been delivering worldwide for many years is now giving us grief when attempting to run on a handful (several dozen so far!) systems outside of North America. The difficult part is we cannot seem to simulate ...
|
| no executable code is currently loaded at this location | 23 Mar 2005 09:51 GMT | 1 |
I´m debugging an add on for Outlook 2003, i started debugging it, but sudenlly i does not stop at the break points. The message that the break point display when i move the mouse over is "The hitpoint will not be hit. No executable code is currently loaded at this location"
|
| App running in debug-mode, but gives a null-reference executed | 22 Mar 2005 23:56 GMT | 1 |
Seems like the exe-file runs a different version than the debugger. Anyone ever seen or heard of a problem like that. Thanks Søren Fallesen
|
| Unable to debug on network computer... | 22 Mar 2005 21:45 GMT | 3 |
I get this error when trying to debug an ASP.NET Project located on a network computer: Error while trying to run project: Unable to start debugging on the web server. Access is denied. This seems to be because the 'Network access:
|
| Failed to load Viewstate error ? | 21 Mar 2005 22:32 GMT | 4 |
Please, a really need help with an Infragistics UltrawebGrid2 example proyect. I have installed the proyect and there is a Form with two standard buttons. When I hit Submit button I receive error: Failed to load viewstate. The control tree into which viewstate is being
|
| insufficient disk space when debugging on remote machine | 21 Mar 2005 19:28 GMT | 1 |
I'm trying to debug an asp.net application on a remote machine(Windows Server 2003) from my local machine(Win XP Pro). All security settings are ok. Both machines are in the same domain and i've administrator rights. Remote debugging components are installed.
|
| Exceptions Dialog Box | 18 Mar 2005 12:06 GMT | 1 |
in the Exceptions Dialog Box under 'If the exception is not handled' i have checked off the 'Continue' option which allows execution to continue If the exception is not handled.when i run my code using VS.Net ,this works fine. However if i run the code outside VS and the exception ...
|
| Unable to debug after installing VS2005 | 18 Mar 2005 00:27 GMT | 2 |
I am unable to debug (F5) Visual Studio 2003 projects after installing Visual Studio 2005 Beta. Everything worked fine before. The projects run perfectly if I start without debugging (Ctrl+F5). The projects that I am trying to debug are all located on my local machine. The VS ...
|
| why does "output path" keep reverting to a previous outputPath setting? | 14 Mar 2005 21:49 GMT | 1 |
hiya, I have a winforms classlibrary app. The "start action" is "start external program"..this program resides in folder "B"
|
| Debugging mc++ winforms hangs on startup | 14 Mar 2005 14:32 GMT | 2 |
I recognized debugger performance is slow in managed c++ and winforms applications. Starting a debugging process takes nearly about 10-20s before the application really starts. This problem can be reproduced by starting a default winforms c++
|