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.
...
|
|
|
Exception assistance
Mon, 22 Jan 2007 06:42:05 -0800
Hello,
I am debugging a .net application nad I get a NullReference exception.
Studio still uses the old Exception dialog instead of Exception assistance,
eventhough it is enabled in the settings. How can I enable my application to
use the new Exception assistant?
Regards,
Manju ...
|
Batch execution is terminated because of debugger request.
Thu, 15 Jun 2006 13:17:41 -0500
Visual Studio 2005 - ASP.NET 2.0 - SQL Server 2005
When debugging my web application I get the SqlException "Batch execution is
terminated because of debugger request." and it refuses to step into the
debugger. The first time I debug, it works fine, the second time it
generates the error. I have to kill ...
|
Dependency Problem
Thu, 15 Jun 2006 12:28:43 GMT
I upgraded a c# Windows forms project from VS2003 to VS2005 and, when
preparing an install package for it, I get the "missing dependency" errors
below. Does anyone know what project reference the error applies to? I
searched my drive for VSDesigner and found several of them (maybe that's the
problem?). My ...
|