Recent update: 2008-3-21

Debug symbols with release builds - pdbonly vs full

450 byte By KevinDente at 2008-3-7
Not sure if this is the right forum for this question, but... I'm looking at enabling debug symbols for our release builds on .NET 2.0. The documentation suggests using /debug:pdbonly for release builds, with the caveat that you can't attach to a running program if you use pdbonly. Given ...

Debugging multi-threaded operations problem

1887 byte By Scooter26 at 2008-3-6
You'll love this one...I've ran into a rather odd problem, both in the application I'm in the process of developing and in a test project I threw together just to replicate the issue.When debugging code that is run on a thread other than the main execution thread the non-main thread will ...

Pseudo variable @clk

389 byte By UweM at 2008-3-5
Hello,prior to VS2005 one was able to reset @clk after every debug step by placing a @clk=0 in a watch window line following a @clk.While one can still use the @clk, the automatic resetting doesn't work anymore. And after every debug step one has to reset the @clk manually.Is there a way to ...

warn if no user code on launch

138 byte By mccloed at 2008-3-3
I also hav ethis problem and am very irritated. I don't have this problem in 2003. I can't use 2005 if I can't get rid of this message.

How do I debug code in design mode (i.e. running under the IDE) using VS2005 RTM?

1117 byte By Stano at 2008-3-1
I have a problem using the new RTM version of Visual Studio 2005. I write a lot of custom components and a lot of the functionality I provide is available at design time, which I need to test and debug. In previous versions of Visual Studio I would just boot up a second VS instance for the same ...

Debugger Hangs Delay Notification

885 byte By JohnPetritis at 2008-2-28
The problem happens while debugging when I try look at the details of "this".It happens every time.In the "Locals" pane I try to expand the entry "this" by clicking on the "+".I get an internal error after which Visual Studio won't do anything else and pops up a dialog named "Delay ...

The binding handle is invalid with Web applications in Visual Studio RTM

2154 byte By Swami at 2008-2-27
Hi,When I tried to debug the Sample application with RTM, it gives the following error. Unable to attach. The binding handle is invalidTo resolve this error I made changes in Administrative Toolsà Servicesà Terminal Services.I had changed the properties of this service that is I had changed ...

Unable to debug: The binding handle is invalid

194 byte By luca82 at 2008-2-26
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do? Thanks for your answers

MFC debug information absent with symbol server use

1327 byte By simdoc at 2008-2-25
How do you set up VC++ 2005 to use a symbol server for debugging an MFC application? When I set up the symbol server, I can no longer step into MFC functions. In the debug output the following lines are present for MFC:'MFCTest.exe': Loaded ...

couldn't compile my first Vb .NET project

570 byte By Girija at 2008-2-24
I have Visual Studio .NET 2003 installed. I created a VB .NET project, ConsoleApplication. I couldn't compile it from visual Studio. I get the error"Access denied. Verify that you are an adminstrator or a member of Debugger users group on the m/c u r trying to debug".Also, I tried to create in ...

Why debug now stops on curly brackets?

275 byte By WashingtonMoreira at 2008-2-23
Hi, Now in VS 2005 debugging an application we need to do more keystrokes, because the execution is often interrupted on the first curly bracket, stopping before the first breakpoint. Someone knows how to change this behavior on VS 2005 C#? Thanks. Washington Moreira

Can't debug ASP in VS2005

127 byte By JeremyLloyd at 2008-2-22
VS2005 doesn't seem to support debugging ASP pages. Is this really so? That's a serious problem if it is. Thanks Jeremy

Problem with remote web debugging

174 byte By RobertBeaubien at 2008-2-22
Debugging through a remote IIS server doesn't work completely. The debugger will not load any symbols for classes defined under the /App_Code directory. Any work arounds?

How do I debug Web Apps on a remote machine ?

495 byte By Guenter at 2008-2-21
Hi,I am trying to develop a web app that uses COM objects that only reside on a server where I cannot install VStudio. I have, however, installed .netFW 2.0 Beta and the remote debugging tools.Now I cannot find a way to tell VStudio to run the app on the remote machine when pressing F5. Is this ...

Remote SQL Debugging

351 byte By RobertBeaubien at 2008-2-20
Is there anything special needed to set up debugging into T-SQL.1. Debugging windows app from a workstation using a full fledged SQL server on a different machine?2. Debugging web app from a client machine, remote web debugging on dedicated IIS server, and remote SQL server?3. Is the debugging ...

VS2005 and 'Debugger Users' group.

233 byte By Fuzzier at 2008-2-20
After intalling VS2005, 'Debugger Users' group is not created, so EVERY user can launch VS2005 and debug ANY application as they like. Without 'Debugger Users' group, how can I prevent users from using VS2005 Debugger?

Problem Running Projects After Upgrading From Beta

1723 byte By AceWeb at 2008-2-20
After upgrading from beta to the final Visual Basic program, when running any project – old and new – would result in this error: “Error while trying to run project: unable to start debuggingthe binding handle is invalid” After extensive searching, I found out that to fix this issue I would ...

output in debug mode

170 byte By knopper2005 at 2008-2-19
Hi! I start my prog in debug mode on VS2003. But my prog crashs some times. I don't get any output and dos console or any exceptions. How can i debug it with VS2003 ?

Native C++ Inline Break Invokes JIT Debugger in vs8 and Fails

627 byte By itsmike at 2008-2-18
I'm using the standard method for stopping a C++ native program midstream (ie):-#include <windows.h>INT WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,INT){ DebugBreak(); return 0;}-cl -ZI -D_DEBUG -DDEBUG joe.cpp user32.lib ...-I get the following error:An exception 'Unhandled Win32 ...

AMD 64 Whidbey debug problem!

354 byte By Chanakya at 2008-2-17
On AMD 64 machine I try to debug myy code i get the following error! Any leads to this one?Error Text "The components for the 64 bit debugger are not regestered. Please repair your Visual Studio 2005 Remote Debugger Installation via 'Add Remove Programs' in control pannel"We are not able to ...

Cannot debug a form method called from a thread

882 byte By gchippie at 2008-2-16
hi folks,i'm trying to break and step through a method in the main Form of a c# program.it is called by a thread created by the same form.it breakpoints fine but the cursor is dead for something like 5 to 8 seconds.after that, if i attempt to view and local variable data,it says "evaluation ...

Debug Crash in VS2003 after .NET 2.0 installation

405 byte By Vestra at 2008-2-15
Hey, after I installed VS 2005 (final U.S. version) on my computer, i started some Tests. I tried to debug old .NET 1.1 C#-Projects in VS 2003 (german version). These Projects are embedded in C++ - Projects. In Debug-Mode all projects crashed. After deinstalling .NET Framework 2.0 everything ...

Debugger Starts then Stops....no errors or warnings

851 byte By Chiwi at 2008-2-15
Hi Guys, Just installed the final of VS 2005, played around and then went back to working on a project I have in VS 2003. Only to find I can't debug it anymore! The project is a c# assembly that is debugged by starting outlook 2003. Now i can compile everthing fine. I can run outlook and all ...

How do I debug Web Apps on a remote machine ?

496 byte By Guenter at 2008-2-15
Hi,I am trying to develop a web app that uses COM objects that only reside on a server where I cannot install VStudio. I have, however, installed .netFW 2.0 Beta and the remote debugging tools.Now I cannot find a way to tell VStudio to run the app on the remote machine when pressing F5. Is this ...

Debugging

167 byte By Fentonjm at 2008-2-15
When trying to debug, I'm getting an error message "The binding Handle is invalid. This VB Express 2005 (not a beta) I downloaded last night. What should I do?

remote debugging vs.net2003 webapp - "unable to attach to the process"

236 byte By glocklt4 at 2008-2-15
I am getting the error message "Unable to attach tot he rocess. The debugger is not properly installed. Run setup ro install or repair the debugger." I installed everything from the VS.NET setup app and it still says this. Any ideas?

C# application in debug mode is not stoping near the break point...

304 byte By guest at 2008-2-15
Hi,I am using Visual Studio 2005, on Windows vista. I was trying to run my C# application in debug mode, butit is not stoping near the break point, and it is not showing any error also. Just it is opening the page.Can anyone please tell me how to configure this...Thanks....

How do I debug code in design mode (i.e. running under the IDE) using VS2005 RTM?

1118 byte By Stano at 2008-2-14
I have a problem using the new RTM version of Visual Studio 2005. I write a lot of custom components and a lot of the functionality I provide is available at design time, which I need to test and debug. In previous versions of Visual Studio I would just boot up a second VS instance for the same ...

Breakpoints window

266 byte By jonrmorgan99 at 2008-2-14
Hi, Is is intended to leave the breakpoints window functionality out of the express products ? If so it will be hugely frustrating to users of all abilities. Otherwise, first impressions very positive although the Framework seems slower than 1.1 Regards Jon

How do I edit while debugging a mixed-mode project?

265 byte By MichaelFitzpatrick at 2008-2-13
<span>How do I edit while debugging a mixed-mode project? The file is locked during the debugging and to edit I must stop the debug session. At least in VS.2003 I could edit the file, even though the edit was not incorporated into the debug session. </span>

Simple (?) remote debugging question

444 byte By Balthasar at 2008-2-13
Hi,I need to debug a x64 binary on XP64 from my X86 XP machine. I have the x64 remote debugger installed on the x64 system and can connect and debug any running process by clicking "Attach to process" in vs2005.I do however need to begin debugging my app immediately after start, so I'm looking ...

Debugger Starts then Stops....no errors or warnings

857 byte By Chiwi at 2008-2-12
Hi Guys, Just installed the final of VS 2005, played around and then went back to working on a project I have in VS 2003. Only to find I can't debug it anymore! The project is a c# assembly that is debugged by starting outlook 2003. Now i can compile everthing fine. I can run outlook and all ...

Default browser for Visual Studio

110 byte By codeWarrior at 2008-2-11
How do I set my default browser for debugging in visual studio? I want it to open IE when I debug a web page.

After VS.NET 2005 RC install , get error when trying to run project: Unable to start Debugging

594 byte By Raphael at 2008-2-10
Error when trying to run project: Unable to start Debugging The binding handle is invalid. Got this error message on building and trying to run the very first project. I installed Visual Studio 2005 RC version. I did not have any prior versions of Visual Studio .NET 2005 on my machine. I did ...

VS2005 consumes 100% of CPU?

627 byte By mrbelk at 2008-2-10
For the last couple of days, my VS2005 RC1 installation will just start to consume 100% of the CPU. From task manager, the devenv.exe process takes up 98%-100% of the CPU. The IDE becomes completely non-responsive and the only thing I can do is stop the devenv.exe process from Task Manager. The ...

Can't debug ASP in VS2005

128 byte By JeremyLloyd at 2008-2-8
VS2005 doesn't seem to support debugging ASP pages. Is this really so? That's a serious problem if it is. Thanks Jeremy

Unable to debug project in VS2005 RTM - The binding handle is Invalid

398 byte By JasperSmith at 2008-2-8
When trying to debug a C# console application in VS2005, I get the following error "Error while trying to debug project : Unable to start debugging The binding handle is Invalid". I can build the project and execute it from the command line but can't debug it. I tried with a Windows ...

output in debug mode

168 byte By knopper2005 at 2008-2-7
Hi! I start my prog in debug mode on VS2003. But my prog crashs some times. I don't get any output and dos console or any exceptions. How can i debug it with VS2003 ?

Bad exception interception with the VS 2005 RC debugger

804 byte By JoannesVermorel at 2008-2-7
I have an issue with with exception interception with the VS 2005 debugger (the project is .Net library that has been just ported from .Net 1.1 and was running quite fine through the VS 2003 debugger). Basically, I have a NUnit test that calls a method, and this call (in the unit testing ...

Can the debugger call the method in the application to be debugged?

253 byte By ShinyaWatanabe at 2008-2-7
Can the method in the application to be debugged be called from the debugger? To have to do the same processing as the method generated by the compiler when compiling by the debugger, this question is done. Best Regards. Shinya Watanabe

strange error after install vs2005(Version 8.0.50727.26 RTM.050727-2600)

656 byte By BennyWang at 2008-2-7
When I uninstalled beta2 and installed the current version. Run following code will get a wrong result. using System;using System.Collections.Generic;using System.Text; namespace test{ class Program { static void Main(string[] args) { string test = "\x3007AB"; if (test.StartsWith("AB")) //it ...

Start debugging is suddenly grayed out - how do I fix that?

658 byte By David at 2008-2-7
I'm using Visual Studio 2005 on Vista Enterprise and developing a Windows Forms application in VB.Net. I've been working on this solution for a few months with no problems.Yesterday I was able to Start Debugging. Today when I open this solution Start Debugging is grayed out. I've checked...

Bad exception interception with the VS 2005 RC debugger

804 byte By JoannesVermorel at 2008-2-6
I have an issue with with exception interception with the VS 2005 debugger (the project is .Net library that has been just ported from .Net 1.1 and was running quite fine through the VS 2003 debugger). Basically, I have a NUnit test that calls a method, and this call (in the unit testing ...

Can the debugger call the method in the application to be debugged?

253 byte By ShinyaWatanabe at 2008-2-6
Can the method in the application to be debugged be called from the debugger? To have to do the same processing as the method generated by the compiler when compiling by the debugger, this question is done. Best Regards. Shinya Watanabe

Unable to debug: The binding handle is invalid

194 byte By luca82 at 2008-2-5
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do? Thanks for your answers

Watch list

289 byte By pfdeveloper at 2008-2-5
Anybody know why the variables in my watch list aren't expanding? i see the "+" sign but when i click it, it Disappears <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN" style="mso-ansi-language: EN-GB"><font size="3"><font face="Times New Roman"></font></font></span>

'Warn if no user code on launch' Box problem

902 byte By MishkinFaustini at 2008-2-4
I keep getting this Error Box (link) when I build and run my project in VS C# 2005. I converted my project from VS 2003 just a few days ago. I am a bit baffled because I can not get rid of it. I do not know where to find the "Warn if no user code launch" debugger option is. This only pops up ...

VS2005 and Direct3D shader debug extension?

306 byte By Andy2222 at 2008-2-4
Is the latest CTP of VS2005 working with the Aug. directx SDK? I try to debug a shader but debug with directx isnt working. I also have VS 2003 installed and both seems to work for normal c++ compiles and debug, but i cant manage to get the shader debuger working in the 2005 version. Any hints? ...

Strange bug recurring in Visual Studio 2005 Beta 2 (Whidbey): junk popup

1253 byte By Quimbly at 2008-2-4
Hi there, Support for VS beta 2 seems unlikely, however I am already using it at work, anticipating the full release of the product. I'm just hoping someone else has seen this problem happen before. The problem happened a few times in the past couple of weeks, but is now occurring regularly, ...

Unable to debug: The binding handle is invalid

195 byte By luca82 at 2008-2-4
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do? Thanks for your answers

Visual Studio

Site Classified