| Thread | Last Post | Replies |
|
| More debug information on cilents computers | 28 Feb 2008 02:28 GMT | 1 |
I'm currently developing a windows application in VS2005 C# .NET. We send out test builds to our testers, who do not have VS2005 installed. Is it possible to have some debugging information shown on their computers? For instance, right now when they start it they are getting
|
| Web Application debugging | 24 Feb 2008 17:36 GMT | 6 |
I've converted a relatively small VS2003 web application (~150 .ascx and .aspx files) to a VS2005 web application. Debugging the web application is *extremely* slow. Compiling is fast but starting up the debugger is rediculously slow. It takes about 1 - 2 minutes before the ...
|
| View Contents of PDB file | 12 Feb 2008 23:16 GMT | 1 |
Does PDB files (.NET Framework 1.1) contain embedded source code or variable names and such? I need to reconstruct an assembly for which we no longer have the source code for. We only have our businesslogic and core assemblies and their pdb files and rewriting based on ...
|
| VS 2008, IIS and Vista debugging | 05 Feb 2008 07:02 GMT | 8 |
Hi, is there a way to debug an IIS ASP.NET web application under Vista without to be an administrator? Following the message of VS2008, the account needs to be an administrator. Earlier there where ways to debug without admin privileges: Under Win2003,
|
| The debugger component on the server failed to connect to the loca | 05 Feb 2008 03:42 GMT | 4 |
When I tried to debug a web application on a remote machine, I get an error: "Error while trying to run project: Unable to start debugging on the web server. The debugger component on the server failed to connect to the local machine".
|