Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > visual studio .net debugging > may 2005

Filter by week: 1 2 3 4 5

Unable to start debugging - No such interface supported
Posted by Thomas Richter at 5/31/2005 12:00:00 AM
Hi, I have created a vb project and can compile it. But if I try to debug it it, I got: "Schnittstelle nicht unterstützt" aka "No such interface supported" The service Machine Debug Manager runs the mdm.exe is present. If I run the exe I can't attach the debugger manully the the process. I tri...more >>


unable to start debugging on web server. Not enough storage is available to complete this operation
Posted by Allan Ebdrup at 5/31/2005 12:00:00 AM
Hi 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" I've looked at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebu...more >>

Error: Cannot use a leading .. to exit above the top directory.
Posted by Nathan Sokalski at 5/30/2005 3:54:45 PM
When running a page I am working on, I recieve the following error: Cannot use a leading .. to exit above the top directory. I suspect this has something to do with the problem I posted in a recent posting "HyperLink.NavigateUrl always adds an extra ../ when going to a higher level directo...more >>

Unable to debug an "Asynchronous Pluggable Protocol"
Posted by Frederik Mangelsdorf at 5/26/2005 8:11:05 AM
I've written an "Asynchronous Pluggable Protocol" (that's a COM DLL that implements the protocols used by urlmon.dll, which in turn is called by IE to obtain data from http:, about:, etc.). I need my protocol to call on .NET (C#) code, but I set out initially with an ATL project. All worked ...more >>

special variable display in autoexp.dat
Posted by palaga at 5/25/2005 3:27:01 PM
hi I have a class that holds a static char* array and an index : class Name { static char* array[100]; int index; } When an instance of this class appears in the debuguer watch window, I would like to autoexpand id to : array[index] thus displaying the text corresponding to its ...more >>

Debug c# application
Posted by Vidya Sesh via .NET 247 at 5/25/2005 9:56:58 AM
(Type your message here) Hi i cannot debug a C# application in vs.net. Can somebody pls help me? Thanks -------------------------------- From: Vidya ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>s1QRmo1UmUOLq2P8/WzH5Q==</Id>...more >>

DEBUG fails to trap/catch on breakpoint...
Posted by AC [MVP MCMS] at 5/25/2005 6:35:14 AM
Wierd situation here. Running ASP.NET 1.1 on Win2003 SP1. I have to manually attach the debugger to a process in order to debug. So I set a breakpoint in an obvious place (like within the Page.Load event) that will catch it. For Win2003, I attach to the w3wp.exe process. I've made sure my...more >>

Can not Install window service
Posted by Jason at 5/24/2005 8:28:32 AM
Hi, I try to install C# window service in orther PC by using installutil my service.exe, I got following error:(This PC already have other C# window service installed) Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. Al...more >>



Unable to start debugging com+
Posted by JoNaS at 5/19/2005 9:22:02 AM
Hello everyone, I was able to debug with no problems until I tried to debug this one time and the IDE froze. I killed the aspnet_wp.exe service and then restarted IIS and the IDE came back, but I couldn't do anything so ended the task. When I restarted VS 2003 and tried to debug I got the ...more >>

Could not access 'CDO.Message' object.
Posted by Jason at 5/17/2005 10:23:14 AM
Hi, MailMessage mailMsg = new MailMessage(); mailMsg .From = "From"; mailMsg .To = First.Last@Mycompany.com mailMsg .Subject = "Subject"; mailMsg .Body = "Body"; SmtpMail.SmtpServer = "MyCompanyserver"; SmtpMail.Send(mailMsg); if the mailMsg.To is send to First.Last@Myc...more >>

Unable Debugging - Acess Denied.
Posted by Richard Louapre at 5/17/2005 4:18:32 AM
Hi, I'm running Windows 2003 Server SP1. I have installed SQL Server 2000 SP4 last Sunday. Since this patch has been installed cannot run any ..NET project (windows services, console, ...) in debug mode. I have checked this article on MSDN : http://msdn.microsoft.com/library/default.asp?url...more >>

Remote Debugging: User Has to be Logged On at Server
Posted by Offal Eater at 5/17/2005 12:00:00 AM
Have a small SBS2K3 sp1 rc1 domain, wanting to remote debug with multiple domain users (3) from multiple workstations (XP Pro sp2) using VS2K3. At this point can remote debug, but the user doing the debugging has to be logged on to the server at the time. If user isn't logged onto the server, ...more >>

Single Step Debugger, "F8"????
Posted by DCort at 5/14/2005 12:44:01 PM
I'm writing a VB.Net data app with ADO.Net, in addition to pulling most of my remaining hair out, I can't find the old F8 from VB single step command in Debug. What happened???? F5 to continue is there...... Don't tell me that the F8 function is gone. DaveC ...more >>

Interop, COM+ Debugging Problems
Posted by Xavier Pacheco at 5/12/2005 7:44:04 AM
We have an ongoing problem debugging our ServicedComponent. This is a follow up to the thread entitled: "Unable to debug interop". I want to restate the issue because in that previous thread, we solved one problem, we now have another separate problem. We have an existing VB6 Application nam...more >>

breakpoint will not currently be hit?
Posted by Taewon Lee at 5/12/2005 12:00:00 AM
Hello, I'm using Vs.net 2005 beta2(vc++) and I have some trouble. When I start debugging, the breakpoints change into empty circle with some exclamation icon on the right bottom of the circle and it says "The breakpoint will not currently be hit. The source code is different from the or...more >>

Can't debug managed C++ remoting object from ASP.NET page.
Posted by Ken Varn at 5/10/2005 12:00:00 AM
Using VS.NET 2003. I have an ASP.NET page in C# which calls a managed C++ remoting object. I am trying to step into the managed C++ remoting object with the debugger, but the debugger can't figure out where it is once I step into the function. Also, I can't set any breakpoints in the C++ remo...more >>

Debug of a windows service failed.
Posted by PK at 5/9/2005 12:00:00 AM
Hi! I am getting a strange error when i try to debug my "windows service" written in VC 7.0. It says "Unable to attach to the process. Access is denied.". However I am able to debug my simple application. The things that i tried was I have added Administrators, Everyone and...more >>

Compiler Failed with Error Code 2000
Posted by Michael Dorfman at 5/8/2005 3:24:10 AM
I'm getting "compiler failed with error code 2000" intermittently when attempting to debug a solution. The error message details indicate that the compiler is trying to find a dll (which one in particular varies) in a Temporary ASP.NET folder that does not exist. Generally speaking, the s...more >>

does anyone know what is different between debug and release?
Posted by ¶©¼z at 5/8/2005 12:00:00 AM
thx ...more >>

Windows 2003 SP1 blockthe deugging on VS.NET
Posted by PBENISTY at 5/6/2005 10:32:02 AM
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 debugging on he server. you do not permissio...more >>

Unable to debug interop
Posted by Xavier Pacheco at 5/6/2005 8:49:09 AM
unable to debug/interop Scenario 1. We have a VB6 application that performs late-binding on a .NET interoperable component. Our component is invoked as in-proc process. The VB6 code looks like this: Private Sub Command4_Click() Dim cc Set cc = CreateObject("MyAssm.MyComponent") Set x...more >>

'[1016] w3wp.exe' on machine 'xxxxx' failed. Error code 0x800405a4.
Posted by Balloon Knot at 5/5/2005 3:45:45 PM
What am I doing wrong here. I have VS.NET 2003 installed on my windows XP box and a web server running Win 2k3 server. I can not get the darn thing to succesfully debug. Any suggestions? Thanks Everyone. ...more >>

Can't debug VB6 component from Visual Studio.NEt
Posted by mlamriben NO[at]SPAM yahoo.com at 5/5/2005 1:22:23 PM
Hi all, I am trying to debug a VB6 com plus component from Asp.NET but I can't step through the VB6 code. Any ideas on why this could be? I currently have both asp and asp.net pages in the same web app. I I can debug both types of pages. I can also debug my com plus dll from a VB6 executable....more >>

looking for information about debugging with VS
Posted by Frédo at 5/4/2005 3:45:00 PM
I'm looking for any informations about how VS toggles in debugger mode and it's relationships with mdm.exe Is there any paper about this topic? ...more >>

Execution does not stop at Break points
Posted by Kishore at 5/3/2005 12:41:23 PM
Hi, I am having a strange problem in VS .Net 2003. I am writing a Pocket PC application in VC# .Net. When I am trying to debug my application, debugger doesn't stop the execution at break points. I had no problem with this till yesterday. The following information might help to diagnose ...more >>

Unable to start debugger on the web server
Posted by Jaime at 5/2/2005 12:23:48 PM
Hello, I'm going crazy trying to get the debugger to work on an ASP.NET application but I get "Error while trying to run project: Unable to start debugger on the web server. Click Help for more information". I've done all the things that I can find from the KB articles but can't get it to w...more >>

.net environment give debug error.
Posted by girdhar at 5/1/2005 10:41:14 PM
Hi , i have installed .net Successfully on my computer,but when i am trying to run any window application it give error like this "Error while to run project.Unable to start Debugging the debugger is not properly installed.Run Setup to install or repair the debugger." Please give me some idea...more >>

Cannot step through ATL DLL project code?
Posted by Smith at 5/1/2005 12:00:00 AM
Hi, I have already posted this question to microsoft.public.pocketpc.developer but I think it is relevant to post it to Visual Studio IDE and debugger groups as well. My apologizes for that. I am using Visual Studio .NET 2005 Beta2 but maybe this question also relates to previous VS vers...more >>


DevelopmentNow Blog