| Thread | Last Post | Replies |
|
| starting app to debug in VS2003.net takes "forever" | 31 Aug 2006 14:38 GMT | 4 |
since two days I've the problem that I can't start any applications anymore to debug them. The VS2003.net output window says: 'jedid.exe': Loaded '...\...\appname.exe', Symbols loaded.
|
| Unwanted running of Web Projects on run of unrelated project in same solution | 31 Aug 2006 01:52 GMT | 1 |
I'm trying to put about 15 projects into one solution in VS2005 (previously in separate solutions in VS 2003 that I've since converted and added to this solution). However, when I try to debug one project (say, a Windows Form) it builds every project (even the ones the form
|
| Debugging xslt | 30 Aug 2006 08:15 GMT | 1 |
I migrated my xslt tranformations from msxml4 to fx2.0. I found that there's this different behavior in evaluating the presence of nodes inside an xml element... http://groups.google.it/group/microsoft.public ...
|
| ASP.Net runtime error: failed to start monitoring changes to webs | 29 Aug 2006 13:34 GMT | 2 |
We have two workstations (A - server 2003, B - XP Pro) both running VS2005. Machine A created a file system website on a NAS drive (E:) and machine B also sees the NAS as an E: when machine B opens the website (all pages and associated files needed appear in the solution ...
|
| Application hangs on form disposing | 28 Aug 2006 11:03 GMT | 3 |
I have a problem. My application hangs when disposing the main form while exiting it. The call stack is: kernel32.dll!_IsBadReadPtr@8() + 0x11 bytes PavSHook.dll!502875b2()
|
| Exceptions dialog disappeared from VS 2005 Pro | 27 Aug 2006 01:12 GMT | 1 |
I recently received a developer pc with VS 2005 Pro. I do not see an "Exceptions..." item under the Debug menu for opening the Exceptions dialog. Please provide instructions for getting to the Exceptions dialog. I have spent a lot of time looking for this which usually means ...
|
| Extremely Slow Debugging | 25 Aug 2006 14:38 GMT | 1 |
We recently ported our app from VS 2003 to VS 2005. After migration we noticed that stepping thru code using VS 2005 is extremely slow. Stepping from one line to next line of code takes around 10 seconds.. Has anybody noticed this kind of issue ?
|
| Unable to debug a C++ Web Service in VS2005 | 25 Aug 2006 13:28 GMT | 5 |
I did post this in the DotNet VC group as it's a C++ only problem, however it was suggested that I post it here so apologies for the cross-post. I'm trying to create a web service using managed C++ in Visual Studio 2005. If I make a service in Visual Basic it's fine, it all works ...
|
| cannot add user rights assignments on windows server 2003 for user that exists in same workgroup XP pro machine | 23 Aug 2006 08:15 GMT | 4 |
I want to use the remote debugging from VS 2005 that exists in my XP Pro SP2 machine the remote machine is Windows server 2003 I got the error:
|
| DLL debugging problem.... | 22 Aug 2006 10:17 GMT | 3 |
I have built a DLL in C++ (unamanged) and written a client app, also in C++, to test it. I set my DLL project as "start up" project and have specified the EXE etc...My client app (exe) starts up fine, however I am unable to step
|
| Hex Display of Integers While Debugging | 22 Aug 2006 07:06 GMT | 2 |
I am debugging a VB.NET 2005 project. I've set a breakpoint where I want to examine a few variable values. The integer variable values are showing up as hex display instead of decimal. I cannot figure out how to turn this off. As I was unable to find the setting through the VS.NET ...
|
| Breakpoints No Longer Working | 21 Aug 2006 15:40 GMT | 1 |
I'm currently having some problems with Breakpoints in Visual Studio 2005. I can't seem to use the Breakpoints I set in my ASP.NET application now that i've moved the project to an actual web server instead of my local machine. The web server is a Windows Server 2003 machine that ...
|
| Debug access violation exceptions | 21 Aug 2006 08:41 GMT | 1 |
I have developed a windows forms application in C# and sometimes i'm getting an acces violation exception but i don't know where this exception comes from. The environment warns me of teh exception and when i select interrup to see where is this exception happening it points me ...
|
| Should breaking a multithreaded app freeze all threads? | 21 Aug 2006 08:28 GMT | 1 |
Is there a way to allow other threads in an app to continue running whenever a breakpoint anywhere in the app is triggered? Joel Moore
|
| "an unhandled exception has been caught by the vsw exception filter" modname: kernel32.dll | 17 Aug 2006 20:56 GMT | 2 |
There was a question asked a while ago about visual studio .net crashing. http://groups.google.com/group/microsoft.public.vsnet.debugging/browse_thread/th read/e9f5b55f07507545/199874f35dcb57b2?lnk=st&q=&rnum=2&hl=en#199874f35dcb57b2 I am running version 7.1.3088.
|