all groups > visual studio .net debugging > august 2006
Filter by week: 1 2 3 4 5
Cannot Debug .Net COM+ library application dll
Posted by ramkumar76 NO[at]SPAM yahoo.com at 8/31/2006 6:57:34 PM
Hi All,
I am facing a strange problem .I have developed a Console
application which uses a .net dll which is hosted in COM+ as a library
application. Previously when i run the application in deug mode i can
set the break point in the Dll and was able to debug.
But now after i have don... more >>
Remote debugging on workgroups
Posted by José Araujo at 8/31/2006 5:47:34 PM
Hi,
I have a Win XP SP2 workstation that is on a workgroup and a stand-alone Win
2003 server.
I would like to do remote debugging on the server (from the workstation). I
am administrator in both computers, and I have the same user name/password.
Is it possible to do remote debugging in ... more >>
dllnotfoundexception in systems without vs2005
Posted by eduwushu at 8/31/2006 6:43:02 AM
Hi i have a big problem.
I have developed an application in C# in vs2005 and i built the release
version of it. The problem is that when i try to execute it in systems
without vs2005 it throws me a dllnotfound exception and i dont know which dll
is referring to. I have supposed that when you... more >>
Debugging xslt
Posted by Carlo Folini at 8/29/2006 8:44:01 AM
Hi,
I migrated my xslt tranformations from msxml4 to fx2.0.
I found that there's this different behavior in evaluating the presence of
nodes inside an xml element...
http://groups.google.it/group/microsoft.public.xsl/browse_thread/thread/c90eee8cfb6187ae/ce8a81fe32d70fe7?lnk=st&q=xsl+author%3Af... more >>
starting app to debug in VS2003.net takes "forever"
Posted by juergen.stein NO[at]SPAM infineon.com at 8/28/2006 2:41:08 PM
Hi,
since two days I've the problem that I can't start any applications
anymore to debug them.
The VS2003.net output window says:
'jedid.exe': Loaded '...\...\appname.exe', Symbols loaded.
'jedid.exe': Loaded 'C:\WINNT\system32\NTDLL.DLL', Symbols loaded.
(then 20min nothing, no cpu-load... more >>
Exceptions dialog disappeared from VS 2005 Pro
Posted by jb at 8/26/2006 3:56:02 PM
I recently received a developer pc with VS 2005 Pro. I do not see an
"Exceptions..." item under the Debug menu for opening the Exceptions dialog.
Please provide instructions for getting to the Exceptions dialog.
I have spent a lot of time looking for this which usually means there is a
... more >>
ASP.Net runtime error: failed to start monitoring changes to webs
Posted by Morris Neuman at 8/24/2006 8:35:30 AM
We have two workstations (A - server 2003, B - XP Pro) both running VS2005.
Machine A created a file system website on a NAS drive (E:) and machine B
also sees the NAS as an E: when machine B opens the website (all pages and
associated files needed appear in the solution explorer) right awa... more >>
VS.NET 2003 ASP.NET Project slow debuging
Posted by Jportelas at 8/24/2006 6:58:01 AM
Good morning everyone:
I have noticed my Visual Studio .Net 2003 has become too slow to debug, but
just one project.
Everytime I try to debug this asp.net project it goes extremely slow, takes
a lot of time from line to line to move!
The only new things I've installed are CVS and Web ap... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
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 >>
Remote debugging blocked by firewall in Windows Server 2003
Posted by rainierwolfcastle NO[at]SPAM gmail.com at 8/14/2006 7:33:09 PM
I'm trying to get remote debugging of ASP.NET v2 web applications
working between my XP Pro (64-bit) machine and Windows Server 2003
(32-bit) and the Visual Studio 2005 Remote Debugger Configuration
Wizard says "The Windows Firewall on this machine is currently blocking
remote debugging" whether... more >>
debug 2003 dll called by 2005 asp.net app
Posted by Andy Miller at 8/14/2006 2:47:04 PM
I would like to debug into a .net 1.1 dll that is being called from a 2.0
asp.net app.
I tried the following:
1) Opened VS 2003 dll project
2) Set project properties to "Start URL"
3) Gave it the URL of my 2005 web project
4) Set a breakpoint in my dll code
5) Ran debug.
It never stoppe... more >>
Debugging with VS.NET 2003 fails
Posted by Fritz at 8/14/2006 11:22:01 AM
hi all,
since short i am working on a big project facing a lot of source files
inside different projects / folders. unfortunately the previous developer
left the company from one day to the other and my two colleagues are either
ill or enjoying sabbatical...
i am debugging with vs.net 20... more >>
Customized Debug Watch for C++ objects?
Posted by Hyun-jik Bae at 8/12/2006 12:00:00 AM
Hi,
I found that Visual Studio 2005 shows std::map contents like ordinary array
and it is much more convenient comparing to the prior versions which showed
red-black node blahblah. I think VS2005 has a feature which enables
customized watch (I am not saying about Visualizer something) , how... more >>
ReportAvOnComPelease - how to find the culprit?
Posted by Juan Dent at 8/11/2006 11:33:01 AM
Hi,
I have an MFC exe compiled in VS 2005 that is generally compiled without
/clr, except for one cpp. The application uses VBA 6.4 and .NET and COM
objets and at the end (or near) of debugging I am getting repeatedly this
warning:
------------------
Managed Debugging Assistant 'ReportAvO... more >>
Cannot detach from one or more processes
Posted by produxbury NO[at]SPAM yahoo.com at 8/9/2006 8:17:00 AM
Hi,
Everytime I try and debug my VB asp.net 2.0 application in VS.NET 2005
I get the following error when I try and end the session:
Cannot detach from one or moe processes
[2064] asp_wp.exe
I then have to kill VS.NET in task manager as it becomes unresponsive.
Any pointer as to how I ... more >>
Breakpoints No Longer Working
Posted by Bill Klein at 8/8/2006 2:10:02 PM
I'm currently having some problems with Breakpoints in Visual Studio 2005. I
can't seem to use the Breakpoints I set in my ASP.NET application now that
i've moved the project to an actual web server instead of my local machine.
The web server is a Windows Server 2003 machine that has been vir... more >>
Debugging in VS - Detect if value is changed
Posted by SelimO at 8/4/2006 5:47:01 PM
Debugging in Visual Studio 2003
What I try to achieve is:
I have 2 breakpoints and between those 2 break points a variable whose value
is changed and I want to find which line changes it. I think in vb6, you were
able to put a watch with condition and whenever that value changed the
debu... more >>
Unable to debug page client script
Posted by nsimeonov NO[at]SPAM gmail.com at 8/1/2006 4:31:10 PM
Hello,
I'm developing a web applications and although I can debug virtually
everything, even pages on other sites, I have a page in my application
that doesn't allow me to debug... it reports the errors but I cannot
debug it. The page is using XmlHttp requests and I admit it's fairly
complex-... more >>
Extremely Slow Debugging
Posted by Yogesh S at 8/1/2006 1:07:01 PM
We recently ported our app from VS 2003 to VS 2005. After migration we
noticed that stepping thru code using VS 2005 is extremely slow. Stepping
from one line to next line of code takes around 10 seconds.. Has anybody
noticed this kind of issue ?
Tks in advance. ... more >>
"an unhandled exception has been caught by the vsw exception filter" modname: kernel32.dll
Posted by rajeshkrsharma NO[at]SPAM hotmail.com at 8/1/2006 11:09:38 AM
There was a question asked a while ago about visual studio .net
crashing.
http://groups.google.com/group/microsoft.public.vsnet.debugging/browse_thread/thread/e9f5b55f07507545/199874f35dcb57b2?lnk=st&q=&rnum=2&hl=en#199874f35dcb57b2
I am running version 7.1.3088.
I have exactly the same ... more >>
|