all groups > visual studio .net debugging > august 2007
Problems debugging ASP .NET 1.1 with VS 2003
Posted by pkruger at 8/30/2007 7:56:10 AM
Hi,
I am trying to develop ASP .NET 1.1 apps using VS 2003. When I press F5, I
get the following output:
'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f... more >>
Possilby use profiler?
Posted by Greg P. at 8/29/2007 8:06:00 AM
I have an .asp 2005 app that is having serious issues in production. We
performed many tests in a test environnment that passed yet when we deployed
the performance in production is bad. I am willing to use any tool that is
out there to figure out what is going on. Can some one recommend a... more >>
Minidumps available !
Posted by Skybuck Flying at 8/27/2007 3:48:46 PM
Hello,
Windows XP Professional x64 Edition has crashed many times the last year and
two months.
I have made available 27 minidumps that were made during the crashes !
Not all minidumps might be complete, sometimes I resetted the system because
I didn't want to wait, so some minidumps mi... more >>
Capturing Events
Posted by randy1200 at 8/24/2007 9:04:05 AM
In working in Visual Studio 2005 Team Edition for Software Developers, in C#.
I'm working on an application that was developed in CAB, where the architect
is long gone. I have a WorkItem that's composed of a 4 panels which contain
grids. If the user clicks a different row in the first grid, t... more >>
Dialog: There is no source code available for the current location
Posted by Peter at 8/15/2007 3:44:00 PM
I'm trying to debug a Windows Form application in VS2005. I'm getting the
dialog stating There is no source code available for the current location.
In the solution property, the Debug Source Files has D:\ as one of the
Directories containing source code.
If I add the directory of the D:\... more >>
Using a querystring when debugging a web application
Posted by Nathan Sokalski at 8/15/2007 10:39:45 AM
Certain web pages throw an error when they do not have a querystring. This
is obviously no problem when the site is put live (just make the link to it
correct), but when debugging and the page is set as the Start Page, no
querystring is used. Is there a way to have the debugger start with a
... more >>
How do you disable CSS validation within Visual Studio 2005?
Posted by Ric at 8/14/2007 3:02:00 AM
Ok, to give you some background, I am a very experienced client side
developer who knows his CSS inside and out, so this is NOT a problem with my
CSS.
What I would like to do is remove the CSS validation from the project I am
working on. The intellisense gets several things wrong and I hav... more >>
Office or InDesign breaks VS 2005 debugging?
Posted by Alec MacLean at 8/10/2007 5:25:28 PM
Hi.
I've recently updated my Office install to 2007, and added the Windows
Desktop Search feature initially to get rid of the intrusively annoying
prompt
to use it in Outlook. (I've now figured how to turn this prompt off).
I also installed Adobe InDesign CS3 (trial) to support a user req... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2003 and Framework 2.0
Posted by Lars Bjurman at 8/10/2007 1:20:02 AM
I'm working with a web-app with lots of old asp-code which are using class
libraries with managed code accessed via COM. It's all done in VS2003. In
order to debug these class libraries I attached to process dllhost.exe. After
Framework 2.0 was installed I can no longer attach to dllhost.exe. ... more >>
The symbol myModule.pdb does not match the module even known chkmatch says it does!
Posted by Vinz at 8/8/2007 8:42:28 PM
Hi,
I'm using Vista 64 bit with visual studio 2005 on a 32 bit debug program
with native C++ dlls and .NET executables dlls using DllImports.
I'm trying to use a minidump of that program. I would like see the call
stack. But I fail to load the symbols files of my .NET dlls. The native dlls... more >>
Debug Question
Posted by Pony Tsui at 8/6/2007 12:26:00 AM
Hi,
when i start to run my Application, can i know the application is in debug
mode or release mode ?
--
Pony Tsui... more >>
Sensible NT Privileges for Developers
Posted by Peter Nimmo at 8/2/2007 2:11:44 AM
Hi,
This morning I found that I could no longer run the SysInternals FileMon
Tool. The following error was issued "Your account does not have the Debug
Programs privilege, which is required to run Filemon".
Now I have Aaron Margosis's PrivBar installed and noticed the
Administrators has... more >>
|