| Thread | Last Post | Replies |
|
| Debugging problems in VS 2005 Team Edition for Software Developers on Vista 64bit | 28 Sep 2007 09:35 GMT | 1 |
I recently rebuilt all the software on my PC and upgraded to Vista Ulitmate 64bit while I was at it. Since the reinstall, everytime I try to debug a web application, the studio environment chanes to as it would when attached to a process, but then drops back to the edit
|
| debugging a remote site | 26 Sep 2007 12:38 GMT | 3 |
I am working in a development environment that has a server running small business server that hosts a site I would like to debug directly. I need to use the server as a development environment and would like to use my workstation (with VS2005) to work directly with the site on ...
|
| step in .NET makes vs2005 freeze when unmanaged code is enabled | 26 Sep 2007 04:40 GMT | 4 |
I'm trying to step-in/out on some c# code. That's something that worked well for months but now it's not working anymore. The code is a method registered to a context menu Opening event. I have a breakpoint there that is triggered by VS. Then I try to step-in/out but VS
|
| stored procedure debugging, watching temp tables | 24 Sep 2007 05:24 GMT | 1 |
i wish there's this feature where you can just issue a quick watch on temp tables and you'll see the contents in gridview (probably there is but i haven't seen it). so how do you guys go about looking at a temp table contents created
|
| Edit and Continue - Web App, 64-bit, Vista | 21 Sep 2007 17:52 GMT | 1 |
I just got up and running on some new hardware and for the life of me I can't get Edit and Continue to work. I've seen some conflicting comments/opinions on whether or not 64-bit E&C is possible at all, and none have been specific about things like
|
| URGENT~ Debug the class library in web service | 19 Sep 2007 09:02 GMT | 6 |
I used Visual Studio 2005 Team Edition before, but I change the other version (Visual Studio 2005 Prpfessional Edition) now. My web service refer a class library. When I debug my source code, it cannot enter this class library's source code now.
|
| Figuring out if app is running in Debug mode at runtime | 13 Sep 2007 13:02 GMT | 2 |
Is there a way to determine the "Solution Configuration" (Debug/Release) at runtime? I use Me.DesignMode to determine if the component is currently in the designer but I'm looking for similar functionality the tell me at runtime if it's running in the debugger or release mode.
|
| Updating PDB files with new source code location | 12 Sep 2007 10:44 GMT | 1 |
I need to find a way to update source files location within PDB files so that at debug time the updated sources will be used and not the 'old' sources I went over DIA and it seems it allows querying only, but not
|
| Config corruption? | 12 Sep 2007 10:15 GMT | 2 |
I have a Web Application Project solution which has multiple sub-projects that are configured to use nested master pages. I have now got a problem with trying to debug (step-through) the solution. The Visual Studio IDE freezes (non-responsive) and the IE browser just spins
|
| ASP.NET Inherits="" statement doing weird things on some projects. | 10 Sep 2007 21:04 GMT | 5 |
We are using VS.NET 2003 on XP Pro and Windows 2003 Standard Server and we are having the weirdest thing happening. We have web applications and we just implemented a fairly new development server but we have a couple of projects that are running without any problems but have this ...
|
| Possilby use profiler? | 01 Sep 2007 08:21 GMT | 1 |
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 ...
|