all groups > visual studio .net debugging > august 2006 > threads for august 15 - 21, 2006
Filter by week: 1 2 3 4 5
Hex Display of Integers While Debugging
Posted by Craig at 8/21/2006 10:12:02 AM
I am debugging a VB.NET 2005 project. I've set a breakpoint where I want to
examine a few variable values. The integer variable values are showing up as
hex display instead of decimal. I cannot figure out how to turn this off.
As I was unable to find the setting through the VS.NET IDE, I sear... more >>
DLL debugging problem....
Posted by devmentee NO[at]SPAM hotmail.com at 8/21/2006 7:18:48 AM
Hi,
I have built a DLL in C++ (unamanged) and written a client app, also in
C++, to test it.
I set my DLL project as "start up" project and have specified the EXE
etc...My client app (exe) starts up fine, however I am unable to step
into the DLL code...when I try to step in
I get "There ... more >>
Application hangs on form disposing
Posted by eduwushu at 8/21/2006 4:28:01 AM
I have a problem. My application hangs when disposing the main form while
exiting it. The call stack is:
kernel32.dll!_IsBadReadPtr@8() + 0x11 bytes
PavSHook.dll!502875b2()
[Los marcos siguientes pueden no ser correctos o faltar, no se han cargado
sÃmbolos para PavSHook.dll]
us... more >>
Unable to debug a C++ Web Service in VS2005
Posted by Mark Oliver at 8/21/2006 12:00:00 AM
Hi,
I did post this in the DotNet VC group as it's a C++ only problem, however
it was suggested that I post it here so apologies for the cross-post.
I'm trying to create a web service using managed C++ in Visual Studio 2005.
If I make a service in Visual Basic it's fine, it all works corr... more >>
Debug access violation exceptions
Posted by eduwushu at 8/20/2006 11:20:01 PM
Hi
I have developed a windows forms application in C# and sometimes i'm getting
an acces violation exception but i don't know where this exception comes
from. The environment warns me of teh exception and when i select interrup to
see where is this exception happening it points me to the Appl... more >>
Debug problem: "The breakpoint will not currently be hit. The specified module has not been loaded"
Posted by Ole at 8/18/2006 3:13:31 PM
Hi,
Using VS2005 and a windows CE 5.0 device running CF2. Suddenly I can't debug
my C# program from VS2005 - when setting a breakpoint I only see a ring
instead of the normal red dot and when holding the mouse over it I see a
message saying: "The breakpoint will not currently be hit. The sp... more >>
cannot add user rights assignments on windows server 2003 for user that exists in same workgroup XP pro machine
Posted by semedao at 8/17/2006 3:37:19 PM
Hi all,
I want to use the remote debugging from VS 2005 that exists in my XP Pro SP2
machine
the remote machine is Windows server 2003
I got the error:
Logon failure: unknown user name or bad password
then I follow the instructions that exists in:
http://msdn2.microsoft.com/en-us/library/ek2... more >>
Should breaking a multithreaded app freeze all threads?
Posted by Joel Moore at 8/17/2006 2:18:37 PM
Is there a way to allow other threads in an app to continue running
whenever a breakpoint anywhere in the app is triggered?
Joel Moore... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error while trying to run project. Would you like to disable future attempts to debug ASP.NET pages for this project?
Posted by scoobyed at 8/17/2006 2:15:03 AM
after install .net 2.0 (in my case via VS2005), watch out as all web
services properties (in my case 2002 webservices) have a 'handy' new
tab called 'ASP .NET' which has a version of the .NET framework
amoungst other things, change it from 2.0<version> BACK (cheers .net
2.0 for kippering previou... more >>
Installing VS.NET 2005 breaks debugging in VS.NET 2003
Posted by topramen at 8/15/2006 8:43:05 AM
I recently installed Visual Studio .NET 2005 on a machine that already
had Visual Studio .NET 2003 installed on it. Upon trying to run a
WinForms app in VS.NET 2003 in debug mode (F5), I received the
following error message:
<<
Error while trying to run project: Unable to start debugging.
... more >>
|