| Thread | Last Post | Replies |
|
| c# viewing instantiated objects | 30 Jul 2005 06:13 GMT | 1 |
I was wondering if there is any way in vs.net to view all of the instantiated objects for a particular process. I know c# uses garbage collection so that means that at some level the system must know the location and type of every object I instantiate with c#.
|
| Error while trying to run project: Unable to start debugging on th | 29 Jul 2005 15:08 GMT | 1 |
I am develop two web applications in the same server and when I run one application in the server and then I try to run the other application the follow message is showed: "Error while trying to run project: Unable to start debugging on the web server. A debugger is already ...
|
| ASP.NET and Virtual PC | 28 Jul 2005 14:45 GMT | 1 |
I am trying to debug an ASP.Net application in a Virtual PC Win2k sp4 with Visula Studio remote components installed. I run Visual Studio 2003 in the host "run as" administrator of the domain of the Virtual PC win2k domain, and I get an "access denied" when trying to
|
| Custom Debug Views | 28 Jul 2005 10:51 GMT | 1 |
We have an application that creates multiple instances of an object. I would like to create an application that can display the contents and state of the object(s) in memory at run time. Is this possible?
|
| Unable to debug .NET assemblies loaded by a native application | 27 Jul 2005 21:28 GMT | 1 |
I am unable to debug .NET assemblies loaded by a native application (Rational Rose 2003), either by setting the debug mode to "Program" and specifying it or by attaching to the external process after it has been running.
|
| DevPartner Profiler Community Edition cannot handle spaces | 26 Jul 2005 08:49 GMT | 1 |
When using the DevPartner Profiler Community Edition on VC++ 2003 projects with spaces in the name, it gives D4024, and all sorts of things goes wrong. Projects without spaces are handled correctly. Does anyone know a workaround or solution? Because removing the spaces
|
| Unable to start window service | 16 Jul 2005 10:46 GMT | 3 |
After install C# window service in orther PC by using installutil myservice.exe, when I start this service I got following msg in eventlog Source: .NET Runtime Description:
|
| Find Source Dialog, last result | 14 Jul 2005 08:04 GMT | 2 |
When debugging, if the source code cant be found by devenv it will pop up a find source dialog. However once it has popped up the dialog once it doesent seem to do it again. Where is it that it stores this information ? Is there a way to edit what it
|
| Breakpoints not working multi project solution | 14 Jul 2005 06:14 GMT | 3 |
I have a solution which contains 3 projects. (The main GUI, a WebBrowser component and the Cassini web server). Occasionally an exception will occur in my application. I can't narrow down where the exception is occuring because VS.NET says "no source code is available for this
|
| The breakpoint will not currently be hit. No symbols have been loaded for this document. | 13 Jul 2005 17:39 GMT | 1 |
I'm frustrated, debugger is skipping my breakpoint. I have tried some of the many many postings on this subject without success. I have tried deleting all pdb and dll files from bin. When mp app is running, and I go into debug\windows\modules I don't see
|
| unable to start debugging on the web server. the specified module could not be found | 08 Jul 2005 02:41 GMT | 1 |
(Type your message here) -------------------------------- From: Sarah y i'm pulling my hair out here. i've got microsoft vb .net 2002 and i can't run in debug mode. i keep getting the error - "Error while trying to run project: Unable to Start Debugging on the web server. The ...
|
| Windows 2003 SP1 blockthe deugging on VS.NET | 08 Jul 2005 02:36 GMT | 2 |
I'm using visual studio 2003 .NET on windows 2003 server, and evrythings works: debugging included. after updating win server 2003 with SP1, I lost the debugging and I cann't start new instance in debugging mode. I get this message:"unable to start
|
| unable to start debugging on web server. Not enough storage is available to complete this operation | 08 Jul 2005 02:36 GMT | 2 |
When I try to debug a Asp.Net Webservice on a different server I get the error: "unable to start debugging on web server. Not enough storage is available to complete this operation"
|
| Remote debugging connection error: The RPC server is unavailable | 07 Jul 2005 07:20 GMT | 3 |
I am trying to Remote debug my C# .NET 1.1 App on a TabletPC. The Tablet has: "Microsoft Windows XP" "Tablet PC Edition 2005"
|
| Problem attaching .net debugger to process !! Pls Help | 06 Jul 2005 21:23 GMT | 2 |
I m continuosly getting this error when i start debugging (F5) .net applications: Attaching the .net debugger to process '[1232] testform.exe' on machine MYCOMP failed. Error code 0x80040001.
|