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 > november 2003 > threads for november 1 - 7, 2003

Filter by week: 1 2 3 4 5

CDONTS on Windows 2003 Server
Posted by Chris Thunell at 11/7/2003 3:26:55 PM
I am in the process of moving all my web applications from a windows 2000 server (IIS) to a windows 2003 server (IIS). I have apps written in VS6, .net and .net2002 but i am having problems with my VS6 applications, when they try to run the following code: Set objMsg = Server.CreateObject("C...more >>


No Symbols have been loaded for this document
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/6/2003 8:45:30 PM
I am using visual studio 2002...building a solution for MS Content Management Server. Every time I try to set a breakpoint I get the message"No breakpoint will currently be hit. No Symbol have been loaded for this document." Any ideas? cheers JB...more >>

The breakpoint will not currently be hit - Help debugging C++ 7.0 component
Posted by jrcastro20 NO[at]SPAM yahoo.com at 11/6/2003 2:17:29 PM
Hello, I have to finish an Access/SQL application that was built by another programmer. He made three components two of which were developed with C++ in VS .Net being the main purpose of the components the automation of mail and document merge. And by the way I am not a C++ programmer but at ...more >>

product id
Posted by Charles Somers at 11/6/2003 8:01:10 AM
i just got the academic version of visual studio and i am trying to register it and it is asking for the product id and i went where it told me to go and entered every number there was and it still says its the wrong number. can someone please help me!...more >>

Failure to stop at breakpoints in multi-project solution
Posted by Geoff Olding at 11/6/2003 6:04:21 AM
I have a VB.Net solution containing Project A (the main exe) and Project B (compiled into a DLL). I cannot get the debugger to stop at any breakpoints in Project B. I have set up a reference from Project A to Project B, and have configured the reference "copy local". I raised this as an iss...more >>

Step into no longer works with multiple projects
Posted by Chuck at 11/5/2003 6:47:46 PM
I have several projects in a solution (asp.net with 2 vb.net class libraries). Several days ago I was able to step from my asp.net project to my vb.net projects while debugging, now it no longer works. I have made sure that the aspnet user is in the debugger users group, and have read th...more >>

Visual Studio debugging
Posted by erik.reiter NO[at]SPAM intel.com at 11/5/2003 3:32:17 PM
I have written an add in to the IDE that fires an event to check for processes that have started up that are in a user specified list. If one of them is found it will attach the debugger to the process. This works great when the client and my server drone are the same machine, but as soon as I...more >>

Visual Studio.NET tries to debug websites I visit
Posted by alphafrequency NO[at]SPAM mail.com at 11/5/2003 2:12:04 PM
Ever since I installed Visual Studio.NET, whenever I visit a website with bad code I receive the following alert box: Error A Runtime Error has occured. Do you wish to Debug? Line: 1 (or whatever line it occurs at) Error: Invalid Character (or some other error) Yes No These aren'...more >>



Error message : Unable to attach to the process.
Posted by Jignesh at 11/5/2003 12:48:41 PM
Hi When I try to attach w3wp.exe process using VS.NET 2003 using Debug\Processes dialog, I get the following message if I ONLY select the CLR option. "Unable to attach to the process. There is not managed code running in the process " If I select Native, then it works okay but the deb...more >>

What happened to vb.net debugger with vs.net 2003?
Posted by rkopitzke NO[at]SPAM earthlink.net at 11/5/2003 10:26:04 AM
What happened to the debugger? I migrated to 2003 from 2002 and I seem to have lost the ability to evaluate anything but the basic data types. DataSet.GetXML?? forget it. Any kind of structure same thing.. All I get now is freaking "Cannot Evaluate Expression at this time". Want to look at ex...more >>

Debugger hangs in VS 2003 Pro
Posted by Grant Ridge at 11/5/2003 8:07:55 AM
When trying to debug a Windows App in VS 2003, debugger hangs. If I hit F5, it hangs, use control + F5, it works. Any ideas?...more >>

Debugging Tool
Posted by Memomana at 11/4/2003 6:49:47 PM
Can anybody help me to point a good online resource of how to master the Visual .NET debugger?...more >>

Conditional breakpoint using enum
Posted by rajd NO[at]SPAM tabcorp.com.au at 11/4/2003 3:05:15 PM
I have had no success using conditional breakpionts where the condition includes an enumerated type. The enum is as follows: public enum eColours : byte { RED = 0, GREEN = 1, BLUE = 2 } When I set a conditional breakpoint with the condition as "myColour == eColours.GREEN" (nb, ...more >>

NoStepInto in autoexp.dat
Posted by Sean Hokanson at 11/4/2003 1:28:51 PM
With VS 6.0, I was able to include an [ExecutionControl] section in my autoexp.dat that contained NoStepInto entries that enabled me to avoid stepping into unwanted code all the time (e.g. ATL::*=NoStepInto prevented the debugger from stepping into any ATL calls). With VS.NET2003, however...more >>

Can not debugg
Posted by Rick at 11/4/2003 12:40:50 PM
I get this error every time I try to debugg Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged and the in the web.config file it is turned on and when I try to run from url I get this Description: An error oc...more >>

SQL timestamp parameters in VS.NET
Posted by Patrick Seurre at 11/4/2003 3:13:41 AM
I've managed to get SQL debugging working OK and have no problems stepping through the stored procedures, setting breakpoints and so forth. The problem I have is that I can't find a way of entering a timestamp value when there is a timestamp input parameter. I've tried doing everythin...more >>

Access Denied
Posted by Ipojucã Moraes da Cruz at 11/4/2003 1:49:44 AM
I have a win2003 server that I use as the Web Server IIS6. On my terminal I have a WinXp Pro where I develop my applications. I am using VS 2003 with C# to develop. The source code is in a folder on my Win2003 server. I created a new ASP.NET project. When I try to run with debug, I receive a mess...more >>

sql remote debugging setup
Posted by doyle at 11/3/2003 6:18:56 PM
Spend half a day on this wo/success. can anyone point me to paperwork of a higher quality than "help" Had many problems/questions in walking through the VS .Net 2003 help on this subject such as with - 1. Run Remote Components Setup "which will install SQL degugging components on the ...more >>

Debugger breaks at wrong location
Posted by Robin Davies at 11/3/2003 12:28:23 PM
Everything was working fine on Friday. Today it doesn't work. No idea what I did. When I set a breakpoint in my VS.NET 2003 C# ASP.NET application, the debugger breaks at the wrong location. If I look at the Stack Trace, the correct location is one level down (i.e. the location where the...more >>

Scanner
Posted by Uhway at 11/3/2003 11:04:27 AM
Is there any class libraries (.net libraries)/samples to write scanning / image capture apps in vb.net Thanks in Advance BVR ...more >>

Command line error D2016 : '/Gm' and '/clr' command-line options are incompatible
Posted by donovansi NO[at]SPAM hotmail.com at 11/3/2003 4:44:33 AM
Hi there, I'm getting the error message above when compiling a .cpp file in Visual C++ .NET. I've tried playing around with different property settings and still can't resolve it. Has anybody got the same message and got around it? I'd appreciate any help at all. Thanks very much Sim...more >>

equivalent of vb6's "resume next"
Posted by John A Grandy at 11/2/2003 10:51:25 PM
while performing step-through debugging in vb6, there is a neat trick you can use ... if you have On Error GoTo ERROR_HANDLER (... many lines of code ...) Exit Sub ERROR_HANDLER: Debug.Print Err.Number & " " Err.Description Resume Next 'this line un-commented for step-throug...more >>

Trace.WriteLine and Event Viewer
Posted by Nick Carter at 11/2/2003 2:21:22 PM
I wonder if I am using the Windows Event Viewer (eventvwr.msc) correctly. I have a line which calls Trace.WriteLine("Hello") and I expected to see the output in Event Viewer (in the "Applications" treenode). I can see this line using SysInternals DbgView but not Event Viewer. Visual Studio.NET is...more >>


DevelopmentNow Blog