| Thread | Last Post | Replies |
|
| How to debug a VB com+ is call from ASP.NET Webservice | 27 Feb 2007 07:41 GMT | 1 |
I need to debug a com+ dll and VB 6.0. If use an VB.NET Application Project works fine, but when I'm using a VB.NET ASP.NET webservice then debugging is not working.
|
| Program crashes when running accross network, but fine when on pc | 27 Feb 2007 07:28 GMT | 1 |
Our application crashes when running it from a remote pc (\\server\app\app.exe), but when I run it from my pc (c:\app\app.exe) it is fine. It seem to happen when we use ADO.Net
|
| Problem Finding Source while Debugging an ILMerged Assembly | 26 Feb 2007 21:19 GMT | 1 |
We're using Visual Studio 2005 Team Suite. I've got SP1 installed. I'm currently working with two solutions. Both solutions are built using the debug configuration. Solution A contains multiple projects that are built and then combined
|
| Remote debugging VS2005 (pdb) | 20 Feb 2007 10:23 GMT | 1 |
I'm testing the advance of remote debugging with VS2005 (c#). Everything works fine. But my question is: "Do I really have to copy all necessary pdb's to the remote computer" or is it possible to reference a network folder.
|
| Package Load Failure 'Visual Studio Debugger' | 20 Feb 2007 07:37 GMT | 2 |
When I create a new project, I retrieve a follow message: Package Load Failure Package 'Visual Studio Debugger' has failed to load properly ( GUID = {C9DD4A57-47FB-11D2-83E7-00C04F9902C1} ). Please contact package
|
| Unable to start debugging | 19 Feb 2007 19:47 GMT | 5 |
Hi, I have been using vs.net 2003 with Wxp for some time, but suddenly get the following message when compiling - (using vb.net and this is not a web application) Error while trying to run project: Unable to start debugging.
|
| How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site? | 19 Feb 2007 14:20 GMT | 3 |
Hi. I posted this in the Asp.net group a while ago, and nobody was able to help, and it's driving me mad! I need to extend and maintain a set of legacy VC++ 6
|
| C# projects debugger weird | 18 Feb 2007 19:28 GMT | 2 |
I have a C# project that runs in debug mode. If I set a breakpoint, the debugger breaks just fine. But if the code encounterns an exception I get an Win32 Exception and the code just stops. The problem is that is doesn't break at the exception and doesn't print out the correct ...
|
| VS2005 - "Attach to Process..." not on Debug Menu | 16 Feb 2007 15:13 GMT | 4 |
am building a Windows Service in VB VS2005. The Services builds, installs, and runs, but it does not work. I want to debug it, but "Attach to Process..." does not appear on the Debug Menu. Why might this be so?
|
| application referring to explorer | 14 Feb 2007 09:46 GMT | 1 |
Sometimes our complete application is blocked (not responding in task manager). We found that if this problem occures, in task manager you can find a second entry in applications with identical name as the original application which is also not responding. This second application ...
|
| Visual Studio busy! any suggestions?? | 14 Feb 2007 09:33 GMT | 3 |
Recently i'm getting an IDE error saying "Microsoft visual studio is busy Microsoft visual studio is waiting for an internal operation to complete. If you regularly encounter this delay during normal usage,
|
| Cannot see modules window when debugging | 14 Feb 2007 03:09 GMT | 4 |
I recently had to cahnge laptop and reinstalled VS2005. The wierd thing is that certain menu items are no longer present. Especially disturbing is the absence of a menu for opening the modules window. What happened? Is this a configuration error?
|
| Debugging messages in Output window | 14 Feb 2007 02:01 GMT | 7 |
I'm running a program in VS 2005, and I use the Output window (menu: View-Output) extensively. Under Tools-Options-Debugging-General, I've checked the box 'Redirect all Output Window text to the Immediate Window'. However, I continue to receive messages in the Output window, e ...
|
| VS 2005 won't hit breakpoints when debugging an executable | 13 Feb 2007 22:49 GMT | 5 |
I am attempting to debug an executable file that contains debug information in CodeView format. I have tried using Visual Studio 2003. Using Visual Studio 2003 I am able to view the source code, set breakpoints, single step and view variables - exactly what I want.
|
| Remote Debugging | 10 Feb 2007 06:14 GMT | 3 |
I need to remote debug VS2003 asp.net web application which is deployed on win 2003. I am following the instructions from microsoft.com site to setup remote debugging. I have few questions 1) According to instructions, server needs to have mdm.exe running as
|