I want to be able to see the variable values while debugging a release application. I have set the compiler option as Z7 and given a /DEBUG and /PDB: linker option. Now I have a pdb for开发者_如何学C
I\'m developing on an XP (SP3) machine with VS 2010 and IIS 5. I have two versions of the same site.We\'ve released our first production version, so I forked the code into a new directory tree, and s
I\'m asking my network admin to open up ports on the firewall to allow remote debugging.It says in the documentation on MSDN that it needs UDP 135.However, the admin says that a number of non开发者_开
Question: I\'ve written a nHibernate API for a C# mailserver. The mailserver you can find here if you\'re interested:
Summary of Answers To avoid the debugger trapping Ctrl+C first turn off the Visual Studio Hosting Process (found in project properties, Debug tab)
I have a dll which gets used by a lot of people in our team - I want them to be able to build against that but also be 开发者_如何学Pythonable to step into and click into the source code if they want
The environment: Clean (new) install of Windows 7 64bit. Clean (new) install of Visual Studio 2010 Professional (10.0.30319.1).
I am attaching to an IE instance which is running my deployed SL 4 app. All symbols load ok but when the debugger hits a breakpoint instead of loading the source code from TFS it says:
Can someone explain this error? (it showed up after enabling tracing in the collection plan.) Test method ExecuteTaskTest threw exception:
I compiled the ExpressionTreeVisualizer project found in the Visual Studio 2010 samples but when I try to use it in a .NET 3.5 project I get the exception below: