all groups > visual studio .net debugging > may 2007
Debug ASP.Net Code
Posted by ranch99ranch99 NO[at]SPAM gmail.com at 5/31/2007 8:53:03 PM
I have a system of an ASP.net application. It contains some C# source
file(blah.aspx.cs) and some aspx file(blah.aspx). However there is no
VS.Net solution files. After using .Net SDK to compile, it generates
some dll files in bin directory under application's virtual
directory.
I wonder whet... more >>
Problems getting stack trace for VC6 build
Posted by Matthew Gertner at 5/29/2007 12:41:20 AM
I'm trying to get to use DBGHELP to get a stack trace. When I build
with VC7.1, everything works fine. When I build with VC6 (which
unfortunately is still used in our production environment), however,
the code is unable to find file/line information for the stack frames,
returning error 487 (inv... more >>
wrong vs layout after debugging
Posted by Sandro Bellantone at 5/26/2007 5:28:01 AM
ciao
I've this situation in my visual studio 2005 on MS Vista before launch debug:
http://www.bellantone.it/debugvs/primadeldebug.jpg
after debug:
http://www.bellantone.it/debugvs/dopodeldebug.jpg
very wrong!!!
I've vs service pack 1 and my notebook is compatible with vista
any id... more >>
Bug in Visual Studio 2005?
Posted by uncaged at 5/21/2007 6:55:02 PM
I'm getting "Cannot evaluate expression because the code of the current
method is optimized." when I try to view objects when debugging, even though
my project's settings for Debug has "Optimize code" unchecked. Is this a bug
in Visual Studio 2005? If not, how do I prevent this?
... more >>
Debug.Print
Posted by SalamElias at 5/18/2007 8:31:02 AM
Hi, when I put inside my code "Debug.Print(something)", where the outcome
should go?
Do I need explicitly tosetup a listner or it can be forwarded to built in
window in VSIDE?
2nd, I have a dll in which I have something like that
Console.writeline("something") inside one of the methods, whe... more >>
application failed to initialize - Visual Studio 2005 with or with
Posted by Rob rkeger at 5/17/2007 8:22:09 AM
I have an application that uses msvcp80.dll. With Visual Studio 2005 it used
version x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd, I
believe. Once I install Visual Studio 2005 SP1 it used version
x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700.
... more >>
debugging
Posted by Victor Rodriguez at 5/16/2007 3:54:51 PM
I'm not able to debug an app when auth is on forms and anonymous, is there a
way around?
Victor
... more >>
Debugging C dll code from C# app
Posted by Joachim at 5/16/2007 3:43:01 AM
I would like to step into my C dll code from running my C# application in VS
..NET 2005. How can I achieve this? My breakpoints only becomes empty red
circles (not filled) with a small yellow warning triangle in it.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VC++ DLL UPGRADE
Posted by Phoenix at 5/15/2007 9:12:07 AM
Hi Masters,
I am supposed to migrate dlls which are written in Visual C++ 6.0 to
Visual C++ 2005. As I am an
absolute beginner, I would like to know what would be the right
approach for this. Also I shall be highly grateful if anyone can
suggest me links to sites or books which may help accom... more >>
Step into disappeared???
Posted by ras26 at 5/14/2007 3:17:01 AM
Hi,
I have a Windows XP Professional with Visual Studio 2005 professional, and
suddenly my option "Step into" has disappeared from my menu and my button
bar, I still have the "Step over" option and I am able to debug using
breakpoints.
I have only installed Visual Source Safe 2005 and VS... more >>
Unable to start debugging. Access denied. Click help for more info
Posted by neo at 5/11/2007 2:29:00 AM
Hi,
I'm experiencing this bloody error in last few days. My scenario is as
follows:
First developer machine is running xp sp2, studio 2005 and .net 2003 (both
has installed sp1). Remote server is running w2003 with sp1. I'm using same
admin account (with same passwords to be able to use in... more >>
On right click of solution,its requested(debug) to restart VS
Posted by Kumar R at 5/10/2007 3:54:02 AM
This is the event error for this.
EventType clr20r3, P1 devenv.exe, P2 8.0.50727.42, P3 4333e699, P4
microsoft.visualstudio.web, P5 8.0.0.0, P6 4333d7c5, P7 15a6, P8 6b, P9
system.invalidcastexception, P10 NIL.
when i right click on the solution, suddenly debug error report is coming
and... more >>
Problem with exceptions
Posted by Andrew McNab at 5/8/2007 5:58:01 AM
I have a program that's running 6 threads + client tcp socket threads. When I
execute it in the development environment with vshost as the shell, all runs
fine. All threads are exited properly etc.
When I run the executable outside of the vhost shell, an exception in my
code occurs 100% of... more >>
Edit/Continue with anonymous methods
Posted by Russell Hind at 5/8/2007 12:00:00 AM
I realise edit & continue can't be used inanonymous methods, in methods
which contain anonymous methods in VS2005.
Not being able to edit an anonymous method isn't a huge issue, but not
being able to edit any method that contains an anonymous method is quite
limiting.
Does anyone know if... more >>
Web App and DLL project-- debugging both at once
Posted by Steve Hershoff at 5/1/2007 12:46:21 PM
I have a VS 2003 solution that has two C# projects. One is a Web
Application, the other a class library. I can't debug the class library
from the Web Application, whereas I could before when I originally added the
class library project to the solution.
When I added the class libarary proj... more >>
|