| Thread | Last Post | Replies |
|
| Unable to start debugging. The debugger may not be properly installed | 31 Jan 2005 15:28 GMT | 3 |
I get this error while trying to run a C++ application in Visual Studio.NET. I'm working as administrator on a XP system where Service Pack n.1 is installed. The building goes well, it's just that I can't run my application. Where do I go wrong? Thanks
|
| Programmatically get info like in "Immediate Window" - how? | 31 Jan 2005 13:54 GMT | 3 |
When I am in the VS.NET Immediate Window during debugging and type ? me.Size I get a string like {System.Drawing.Size}
|
| Remote debug from winxp sp2 to windows 2003 domain controller | 29 Jan 2005 21:49 GMT | 2 |
I need to debug an ASP net application that is over a windows 2003 domain controller. PS: no firewall on both systems. I tryed all:
|
| Remote Debugging Problem with VS.NET 2003 & Windows Server 2003 | 28 Jan 2005 21:48 GMT | 4 |
I've been attempting to use remote debugging on my Web application in Visual Studio .NET 2003 which resides on my local Windows XP workstation, but with no success. I've checked that the remote debugger worker process which on the IIS
|
| Debugger problem - Access Denied | 28 Jan 2005 13:09 GMT | 1 |
Im making a Windows Service, and until recently attaching to the process was no problem. But now I can't attach the debugger to anything anymore !! I think this happened since I installed SP4 on my Windows 2000 pro. I checked permissions, and I think its ok. My user account ...
|
| PDB compatibility VC6.0 verca VS .NET | 28 Jan 2005 12:21 GMT | 3 |
Is it possible to debugg a program compiled by VC6.0 using VS.NET as the debugger? With a program compiled with VS.NET and using the VS.NET as the debugger, I have succeeded to remotely debugg the program(.exe) running on a WinnNT
|
| Tired of restarting IIS | 27 Jan 2005 20:01 GMT | 1 |
I have posted this problem before but got no answer. I'm really hating this. I'm using Visual C# & ASP.Net version 7.1.3088 on framework v 1.1.4322 SP 1 on a W2K with IIS 5.0 all running on my development machine. My problem is that everytime I make a change to my code and ...
|
| Different behavior in debugger between VB.NET and VC# | 22 Jan 2005 08:35 GMT | 1 |
Why is it when you build an assembly in C# and it has a private fields in a class, they are not visible in the Watch window from VB.NET project in debugging session. But if you build VB.NET assembly and reference it in VB.NET project, you do
|
| Windows XP SP2 to Windows Server 2003 Debugging Error | 21 Jan 2005 20:04 GMT | 1 |
I am unable to debug webparts using my Windows XP SP2 installation with Visual Studio 2003. The website is hosted on Windows Server 2003. I get the error message: "Auto-attach to process '[2992] w3wp.exe' on machine 'xxxx' failed.
|
| Detaching native c++ process | 20 Jan 2005 08:06 GMT | 1 |
I have attached a native c++ process using the Tools|Debug Processes window. According to the documentation, I must have the Visual Studio Debugger Proxy service running to detach (I'm running Windows 2000). I installed the Debugger Proxy service, and it's running. However, I ...
|
| Remote debugging on W98: "Unable to start program '...'" | 19 Jan 2005 15:22 GMT | 3 |
I keep getting "'' is not a valid working directory" I tried change both the target directory as well as the working directory on both the development machine (XP professional) as wel as on the target machine (W98).
|
| Button(submit) function not work | 19 Jan 2005 01:33 GMT | 7 |
Button function did not work (click this button nothing happened), what's going on. I just copy all source code from PC1 to PC2(both use vs.net 2003), in PC1 everthing is ok, but in PC2, when I click this button nothing happened, Thanks in advance.
|
| Cannot debug ASP.NET page | 18 Jan 2005 01:21 GMT | 2 |
I've installed Whidbey release of VS.NET along with v1.1 on the same machine. Since then however, dubugging doesn't work on v1.1 and it comes back with this error of the output window. Auto-attach to process '[1084] aspnet_wp.exe' on machine <Machnine Name>
|
| How to debug VB.NET COM+ Service Component that registered in another machine | 15 Jan 2005 03:06 GMT | 4 |
I created a VB.NET COM+ service component (Server application). I registered it in my local machine (regsvcs, gacutil). I attach to dllhost.exe that matches the component PID and I was able to debug the component - set bp, step in/out, without any issue.
|
| How do I configure a Web Service to be debugged? | 11 Jan 2005 21:17 GMT | 3 |
<<sorry for the cross-post: I think this is the correct group>> I have several web services. All but one allow me to debug it locally. One reports: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be
|