Cannot evaluate expression. WTF?
Wed, 12 Sep 2007 02:47:14 -0700
Hi everybody,
I have a major problem when working with VS.NET 2005 debugger on large
projects. Very often, the debugger is not able to evaluate any watch
expressions for no apparent reasons.
The code is compiled in debug mode, and all I want to do is to
evaluate some expression at a normal break point. No E ...
|
Debugging no longer works in VS 2005
Wed, 14 Mar 2007 19:08:13 -0700
4 hours ago I was running in VS2003 with IIS 5.0 and .NET V1.1
Was able to run like the webs were on production systems. By that I mean
that the script and other references could use actual url -
https://www.mydomain.com/MyWeb1.aspx and all worked fine. IIS has valid
certs and the www.mydomain.com was i ...
|
C# Forms will not start from Debug Menu
Mon, 12 Mar 2007 22:44:00 -0700
Hi guys/gals
I'm using Visual Studio .net '05 SP1 and I can't even get a simple c# form
to start from the debug menu. I'm able to build it and I can actually run it
manually from the local directory but I just can't get it to run from within
visual studio. I even tried a c++ windows form and it worked fin ...
|
MSComm in VB.NET 2003
Mon, 12 Mar 2007 14:42:02 -0700
Hello,
I am attempting to transition a VB6 software application written into
VB.NET 2003 framework. As expected, I ran into a few problems when I ran it
through the Transition Wizard. We use the MSComm plug-in with this
application a lot. While the plug in made it through the transition, some
MSCom ...
|
F5 and Rebuild All
Mon, 12 Mar 2007 12:11:47 -0700
I'm using Visual Studio 2005 with SP1 on a C# project.
When I hit the F5 function key to run in debugging mode, I notice I'm
rebuilding the entire solution every time before the program run begins. This
is wasting a lot of time.
I'd like to configure Visual Studio 2005 to only build anything that's out
...
|
VS 2003 locks .js files in debug mode
12 Mar 2007 11:03:33 -0700
I have a C# project with a large amount of Javascript. The scripts
are include in the .aspx like so:
< script language="javascript" src="myScripts.js"></SCRIPT>
When I run in debug mode Visual Studio makes the myScripts.js file
read-only and I am unable to edit on the fly. I am able to open the
file in ...
|
Unable to start debugging on the web server; VS.net 2002 on XP Pro
Fri, 9 Mar 2007 21:19:00 -0800
Just started to test a VB.net 2002 project for ASP.net application.
After successfully installed the VS.net 2002 and tested the
IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting
to build ASP.net programs now.
For a new ASP.net project, an error message (i.e Unable to start
debugging on th ...
|
|
|
Use of debugging symbol server
Fri, 9 Mar 2007 15:46:04 -0600
I am using the Visual Studio version 8 debugger with the Microsoft symbol
server. This is great for crash dump analysis of our product in the field
since it handles the different versions of apps and dlls on the different
machines.
I would like to apply this technology to the analysis of different versions
...
|
Which VS 2005 edition has attachable JIT debugger?
Fri, 9 Mar 2007 07:43:43 -0800
I'm new to VS 2005 debugging. I'm in a situation where I need to debug a
managed C# app by first launching the process outside of VS 2005 (on my local
machine) and then trapping an exception and hooking it back into VS 2005's
debug environment. I'm not seeing a way to do this in VC# Express. Will I
need ...
|
Mixed assembly crashes on exit
Thu, 8 Mar 2007 15:01:35 -0800
VS2005 - VC++/MFC: most modules compiled as native. Two modules compiled as
/clr (managed). One of these two modules uses a .NET C# Windows form User
control in an MFC dialog box.
The program seems to run fine, but crashes when I exit.
The same crash occurs even if I immediately exit when the program wi ...
|