| Thread | Last Post | Replies |
|
| Extending a type at runtime - debugging issue | 30 Oct 2004 22:06 GMT | 2 |
Hello, I need to extend a type at runtime in order to add some properties/fields to it. I've managed to create the derived type with help from the System.Reflection.Emit namespace and the code runs fine. Sample code:
|
| C# can't find a C/C++ DLL when running from VS.NET2003 | 29 Oct 2004 21:52 GMT | 1 |
I'm calling a C DLL from C#, and it works if I put the c# exe and the DLL in some directory and run the exe from that dir. But, if I try to run the c# prog from within the VisualStudio .Net2003, no matter where I put the DLL, the c# prog throws an exception about not finding the ...
|
| Access is denied | 29 Oct 2004 21:12 GMT | 1 |
When attempting to debug I receive the following: "Error while trying to run project: Unable to start debugging on the web server. Access is denied. Would you like to disable future attempts to debug ASP.NET pages for this project?"
|
| Debugger doesn't attach to processes anymore | 29 Oct 2004 14:32 GMT | 1 |
In the past, I have been able to attach to processes to debug. Now when I try to do this, I get the error "Unable to attach to process. Access is denied." I'm not sure what I did to cause this to happen, it happened all of a sudden. It's making me crazy, what could have caused ...
|
| Access denied error whilst trying to debug | 29 Oct 2004 14:24 GMT | 2 |
When I try to run a webservice on a remote server in debug mode, or even try to attach to a process on a remote server, I receive the following error: 'Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you are an ...
|
| JIT Debugger doesn't come up when exception thrown on the server | 29 Oct 2004 08:45 GMT | 5 |
I'm running asp.net application on my machine (XPsp1) with vs2003, and I'm receiving "Server error" page when exception is thrown by the application. I've expected to receive jit debugger dialog instead. From other side, breakpoints and manual attaching are working fine
|
| VS .Net 2003 W2003 Web Edition and remote debugging. | 28 Oct 2004 23:54 GMT | 5 |
I'm having some issues with remote debugging and wondered if someone else had experienced this (and maybe found a way to get it to work.). What I need to do is to setup and configure a development environment for
|
| Looking for debugger | VS .NET 2003 | 28 Oct 2004 22:53 GMT | 1 |
I'm currently looking for good debugger (trial version) which show me major of errors and secondly integrate with Visual Studio .NET 2003. I used to Parasoft Insure++. Unfortunetly my license has just over. My comapny gives me assignment to find : the better and the cheapiest (to
|
| Cannot Debug Client Side Script | 28 Oct 2004 22:29 GMT | 1 |
I have tried just about everything to enable debugging of client side scripting. I have installed MSD. Unchecked "Disable Scripting" from IE.
|
| Debug.WriteLined doesn't always appear as option when in cmd mode | 28 Oct 2004 16:09 GMT | 1 |
I am confused, often I can not use the Debug.writeLine command in the command window when in cmd mode. Does anybody know when or what types of applications that you can't use certain debug commands with?
|
| Unable to access Property Pages | 28 Oct 2004 02:14 GMT | 3 |
I am trying to enable SQL Debugging. The documentation says "With a project selected in Solution Explorer, click Property Pages on the View menu." Well, when I select my sql data project, select the view menu, the Property Pages menu item is grayed out -- can't get to it. What ...
|
| Receiving Error | 27 Oct 2004 21:58 GMT | 1 |
After setting the start page and clicking "Start Without Debugging" I receive this error: "Error while trying to run project: Unable to start debugging. Unable to start program...... The system cannot find the file specified."
|
| Unable to start debugging... | 27 Oct 2004 09:09 GMT | 2 |
w2k3, vs2003, asp.net 1.1 sp 1(?): Error on starting vs.net web project in debugger: "Error while trying to run project: Unable to start debugging on the web server."
|
| Use VS as a front end for another debugger | 27 Oct 2004 08:55 GMT | 1 |
We are building an application framework, and we use VS as an IDE. We don't use VS CL compiler but other ones (like gcc) ... and we would like to debug directly inside VS ... but as we don't use MS debug formats, we must use gdb or any other debugger.
|
| VS Debugger Very Slow | 25 Oct 2004 14:47 GMT | 2 |
I am using VS 2003 on a Windows Server 2003 Machine. I am debugging a solution that has 8 projects and when in debugging mode and stepping through code line by line it is extremely slow. I have seen other similar posts about this and have not seen a good fix for the problem. I ...
|