Remote Debugging a Mixed Mode (Manage C++ DLL)
Wed, 24 Jan 2007 12:21:07 -0800
I have mixed mode managed C++ DLL loaded into the Win32 C++ service. I am
not able to put the breakpoints into this dll when i am doing the remote
debugging. But when i do the local debugging i can put breakpoints. When i
am doing the remote debugging i also copied the binaries to the execution
path of th ...
|
VS 2005 unhandled exception problem on windows vista
Wed, 24 Jan 2007 07:04:03 -0800
Hi
I am worked on a vb.net program in win XP. I upgrade my windows to vista
and working on my program in this.
When I run my program in debug mode. If my program encounter to problem,
windows vista show windows error message and close my program. but I not get
any message for unhandled exception from visu ...
|
C# projects debugger weird
Wed, 24 Jan 2007 09:05:09 +0100
Hi!
I have a C# project that runs in debug mode. If I set a breakpoint, the
debugger breaks just fine. But if the code encounterns an exception I get an
Win32 Exception and the code just stops. The problem is that is doesn't
break at the exception and doesn't print out the correct exception message.
Fo ...
|
Debugging Web Projects with VS2005 on Vista with Service Pack 1 and Vista SP1 Patch
Wed, 24 Jan 2007 10:56:57 +1100
Hello,
I have just created a clean vista build with VS2005 installed along with
Service Pack 1 and the Vista VS2005 hot fix. The install was successful,
however when I came to try and debug web projects the debugger exits with
the message "The program '[1124] WebDev.WebServer.EXE: Managed' has exited
with ...
|
Debugging SQL2005 sp
Tue, 23 Jan 2007 10:49:00 -0800
For some reason, when I debug an sp on a remote system, the process starts
fine, but once debugging starts, I get a blank screen in VS2005, in other
words I can't see the code for the sp, even though the output window shows
the sp is running.
I've rebooted both my system and the remote system, but that di ...
|
VS 2003 ceases debugging
Tue, 23 Jan 2007 12:34:18 -0600
I've worked with my config for weeks, but today, my VS 2003 ceases to
debug web -> web service -> dll applications. I get the no symbol files
can be found. I've check and the pdb files are being created. I've
deleted the bin and obj folders and rebuilt the project to no avail.
I've cleared the vscache f ...
|
svchost problem
Tue, 23 Jan 2007 10:42:14 -0700
Hi there,
I'm doing some computation, this is a C# code invoking Matlab by COM. At the
beginning, those data is loaded from a SQL Server, and then only C# code
calls Matlab.
My problem is, there is a big loop in C# code (no networking application, no
SQL Server access in the loop), the memory occupied ...
|
|
|
asp.net with vb.net class modules
Tue, 23 Jan 2007 01:37:01 -0800
I have a asp.net web app with several vb.net class modules setup as Project
references and set as DEBUG, but on one or 2 modules i get this message and
cannot debug them
"The following module was built either with optimizations enabled or
without debug information"
I have cleaned and rebuilt all in ...
|
Debugging Visual Studio C# into Visual C++ 6.0
22 Jan 2007 13:44:13 -0800
I have created an ASP.Web Service on my machine. This has a COM Object
registered to it that was written in Visual C++ in Visual Studio 6. I
want to have the debugger step into the Visual C++ code. Is this
possible?
...
|
Problem connecting to DB in VS2005
Mon, 22 Jan 2007 06:45:01 -0800
We have instituted integrated security for this particular webapp however I
cannot seem to connect to my sql2005 db. It is also setup for integrated
security.
The debugging error I am getting is:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
Can someone tell me how I can correct this error.
...
|