all groups > visual studio .net debugging > october 2003
Filter by week: 1 2 3 4 5
Remote Debugging - No symbols loaded
Posted by Nuno Godinho at 10/31/2003 11:44:44 AM
Hi,
I am running a remote debugging session on a remote machine and am not able
to stop at breakpoints because symbols are missing.
I have installed both .NET Framework and VS.NET Remote Debugging in the
remote machine. What's missing?
I went to the Modules Window and tried to reload the ... more >>
error
Posted by Goran at 10/31/2003 3:53:08 AM
is not a member of 'operator``global namespace'''
What does it mean... more >>
Problem during debugging with VS.Net
Posted by Stéphane_Valcauda at 10/30/2003 11:57:36 PM
Hi,
I've got a problem for 2 days with VS.Net and I don't=20
understand why ?
When I generate my projects all is fine.
When I execute them, all is fine.
BUT, when I try to execute them inside VS.NET with=20
debugging (F5), VS.NET stops and loops inside itself.
I understand nothing with ... more >>
Mixed C++ debugging in 2003: No source code
Posted by matt_bookman NO[at]SPAM hotmail.com at 10/30/2003 9:21:06 AM
We have a lot of C++ code that we have been moving to .NET.
When enabling the /clr on our projects, we have found that we can
debug *either* the managed code OR the unmanaged code.
In order to debug the unmanaged code, we select "Native Only" as the
debugger type.
In order to debug the manage... more >>
ARGH! - SQL Debugging in the IDE
Posted by googlenews NO[at]SPAM hotmail.com at 10/30/2003 8:46:53 AM
I am trying to get SQL Debugging working in VS.NET 2003 so that I can
step into stored procedures. I have gotten this to work in the past on
another machine, but I am not having luck with this one yet.
* Windows XP Pro
* VS.NET 2003
* SQL Server 2000 SP3a and most recent patch
* Query Analyz... more >>
Debugger missing functionality for VB.NET
Posted by Dave at 10/30/2003 5:06:10 AM
I upgraded to VS.NET 2003 Pro from 2002. Most the right-
click shortcut menu options are gone now for VB.NET. I
can't 'Run To Cursor', 'List Members', 'Parameter Info',
etc. I can't even 'Run to Cursor' from the start, I have
to set a break-point and then I can run to cursor. Very
frustr... more >>
The Breakpoint will not currently be hit. No executable code is currently loaded at this location.
Posted by Vincent at 10/29/2003 3:32:13 PM
I have multiple project in my solution. Let said one web application
project, one window service application, and multiple class project.
I have one class (ProcessCls) that is referenced to web application and
window service. (Web app and window service referenced to this class
(ProcessCls)).
I... more >>
BUG: intellisense does not display content
Posted by news.microsoft.com at 10/29/2003 11:37:43 AM
Hi,
I have a line like...
const string someConst = "Something";
SomeObject = new SomeConstructor(someConst, blah);
Intellisense wont show the value of the const string once its past the
declaration.
??? But its still in scope isnt it?
The debuger and intellisense says it... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
advice on remote debug
Posted by Jason Shohet at 10/29/2003 10:07:18 AM
Hi everyone,
I'm going to start telecommuting soon and i need some advice on how to set
up my home pc for .net. The situation is -- at my job site i have a
workstation with VS installed. My projects work against a Oracle DB located
on the company server. Now that i'm working from home, should ... more >>
Why are fn params "out of scope"?
Posted by Developer at 10/29/2003 7:53:48 AM
When I run this in the VS.Net debugger:
bool SomeClass::GetData(VariantLikeThing *pValue, size_t
ord, unsigned long ulRowID, bool *pbDeleted)
{
bool bOK = false;
unsigned long theOrd = (unsigned long) ord;
unsigned long theRowID= ulRowID;
The debugger can display the values of theOrd ... more >>
no symbols loaded
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/28/2003 12:11:56 PM
I am trying to debug the unmanaged VC++ application and
somehow it does not hit the breakpoint. Breakpoint
appears with "?" and the output window shows
'myapp.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No
symbols loaded.
'myapp.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll',
No symbo... more >>
The memory window(s) in VS .NET
Posted by Owe Armandt at 10/27/2003 7:50:29 PM
In need of some help.
Back in VS 6.0 I used the memory window a lot to see what I had in buffers,
variables & pointers and it worked fine. Now in VS .NET I can't get anything
to show in the memory window, if I drag/drop the name of a string to the
memory window - the address box says 0x0000000... more >>
BUG: struct default constructor is not displayed on intellisense yet it is available, BUG
Posted by news.microsoft.com at 10/27/2003 3:07:18 PM
BUG: struct default constructor is not displayed on intellisense yet it is
available, BUG
Make a struct type with a parameterized constructor.
Try to construct the type in the IDE and check for the 2 overloads (Default
AND the parameterizedone) the default one is NOT displayed thus
gi... more >>
BUG: Debugger Data Changed settings not working
Posted by news.microsoft.com at 10/27/2003 8:49:15 AM
Hi,
Microsoft Dev Env 2003 7.1.3088 and .NET Framework 1.1 1.1.4322
And with the default Debugger Data Changed Fonts n Colors settings in
options is Red on changes in the debug watch window, this is fine for the
Local and Auto, on the Watch window, the Data Changed is NOT becoming re... more >>
Resources disapear
Posted by João_Melo at 10/27/2003 8:30:04 AM
Hi there,
I have a problem with visual studio...
Sometimes when i build a project, the development
environment does not build the resource files anda gives
me that same error...
Does anyone know anything about this ?... more >>
memory leak in streamwriter?
Posted by rob corwin at 10/26/2003 11:00:11 AM
Hi,
a c# app of mine that parses 30,000 xml files writes large
amounts of data to flat file (> 2GB) using a streamwriter
object (sw). everything works fine except that the memory
used by the app grows linearly during execution and
eventually crashes the computer. without going into too
mu... more >>
autoexp.dat and std::string
Posted by CB at 10/26/2003 7:39:18 AM
Hello,
If I have a variable in a C++ program:
std::string s("Hello world");
"Hello world" is displayed in the locals window as the value of the
variable.
We have a string class derived from std::string.:
namespace mtl
{
class string : public std::basic_string<TCHAR,std::char_traits<TC... more >>
Debugging ASP on Remote server without Administrative Rights.
Posted by Joshua Frisk at 10/25/2003 7:24:40 AM
We are trying to set up debugging on a Remote Server however we can not get
it to work, unless we give all the users administrative rights. Is there
anyway to set this up?
... more >>
Debug Symbols Woes
Posted by Kevin Westhead at 10/25/2003 1:27:12 AM
This seems to be a common question here, but I seem to be one of the many
struggling to get debug symbols loaded for .NET Framework assemblies. I'm
running XP Pro and my _NT_SYMBOL_PATH variable is as follows:
SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
My Path variable include... more >>
Error: Unable to start debugging....No such interface supported
Posted by Adrian Hanford at 10/24/2003 2:53:01 PM
I'm getting the following error when I try to run a
simple windows application .Net project in VS .Net 2003
on a Win XP Pro SP1 machine:
"Error while trying to run project: Unable to start
debugging. No such interface supported."
The Machine Debug Manager service is running on my
machi... more >>
VS.NET taking up lots of memory resources
Posted by Harry at 10/24/2003 12:20:06 PM
Hi all,
I am having problems with the amount of resources that VS.NET is taking up
while debugging my ASP.NET application. When I step through the code, it
increases the amount of memory consumed and when I stop the debugger, it
still holds onto the memory and just builds up over each debug. I... more >>
Deleting projects from Start Page In VS.2003
Posted by Angel at 10/24/2003 11:21:05 AM
Hi,
When I start Visual Studio 2003, I get a list of projects in the startpage. I was wondering if theres a way to remove some of them from that page.
thanks ahead,
Angel... more >>
bug in unmanaged C++: single breakpoint doesn't maintain function context
Posted by Alexander Mohr at 10/23/2003 2:44:52 PM
if you put a breakpoint in a function in any module (i.e. miPI.cpp)....the
debugger only stores the line + module name, but not the function name.
So if you're debugging an application that has multiple dlls, and several of
them have a module with the same name (it can be different case even),
... more >>
Unable to hit breakpoint Mixed mode debugging SQL C#
Posted by Ash at 10/23/2003 1:17:20 PM
Hi all,
I have a C# web application which calls a number of stored procedures.
I wish to step into the stored procedures while debugging i.e "Mix-mode
debugging":
I have completed the following steps:
Configured DCOM
Connected to database via Server Manager (I can see the SQL server an... more >>
REbuild ASP.net not updating
Posted by Paul at 10/23/2003 12:28:48 PM
I'm having a weird problem now on a machine when I'm
working on a project from a web server and when I rebuild
that solution the coding changes do not take affect. Any
changes to the .ASPX file work fine it's the changes to
the .cs files that are not having any affect. I can go to
anoth... more >>
VS.NET debugger jumps all over the place
Posted by John Rebbeck at 10/23/2003 11:08:36 AM
I'm using VS.NET 2002 and it generally works OK but when I debug it starts
jumping all over the place. It'll be half way through a function and then
jump to a different function that isn't even running. Instead of
highlighting the line it's on it often highlights some whitespace before it
or jus... more >>
debug problem !
Posted by vinod at 10/23/2003 8:50:57 AM
hi ,
i have an application which is taking hell a lot of time
in debug mode , where as when i execute the same
application in non-debug mode , itz coming out in a
fraction of minute . this problem had started since i had
downloaded a dll to support my application . any help will
be aprec... more >>
JIT debugging not working after installation of VS.NET 2003
Posted by benoit.penelle NO[at]SPAM trasys.be at 10/23/2003 1:27:25 AM
I have desinstalled VS.NET 2002 and VB6 in order to install VS.NET
2003. Everything is working properly, except when there is an
exception : I receive the message "JIT debugging failed with the
following error: 0x800405a6" in place of the normal message box
showing the exception message and stac... more >>
Queue._size
Posted by news.microsoft.com at 10/22/2003 2:11:15 PM
Hi,
I notice in the debugger that the _size member of a Queue is 0 even tho
its been initialised, is it always 0 on construction and not the default
size? So on the first .Enqueue(object) it will then grow. Weird, why is the
_array memeber set to 32 (also the same value as _ShrinkThreshold)... more >>
VB4 faster file IO than VB.NET ?
Posted by Ted at 10/22/2003 1:26:38 PM
I have just started rewriting some programs I had in Visual Basic 4 to
Visual Basic.NET and the file I/O went from 15 seconds in VB4 to 90 seconds
in VB.NET.
Is this correct or am I doing something wrong?
In VB.NET I have these lines:
FileOpen(1, DrawingFile, OpenMode.Input)
D = LineInput(1)... more >>
Problems openning solution file
Posted by the_bdot NO[at]SPAM hotmail.com at 10/22/2003 12:49:02 PM
Okay - this is the problem
We have a large project (20+ developers) that we have put into VSS.
For months, this has been working fine.
All of a sudden, the developers started reporting that they could no
longer open the project. It would report an error that it couldn't
connect to http://lo... more >>
Can't watch unmanaged structures in C++ project with Managed Extensions
Posted by michaelf NO[at]SPAM librarysolutions.com.au at 10/22/2003 2:02:09 AM
I am trying to debug C++ project with Managed Extensions and old C
structs.
But all values of structs in Watch/Local windows are shown as
<undefined value>.
I've reduce my code to the trivial:
//Main1.cpp
#include <stdio.h>
struct Z_S
{
int b;
} ;
int main(int argc, char **argv)
{ ... more >>
Issues when debugging
Posted by hammradio NO[at]SPAM hotmail.com at 10/21/2003 5:32:42 PM
I have been having some problems that I have attributed to Video
Drivers, but I don't know if that's true. When I run an app from the
VS.NET 2003 IDE, I have the following issues:
1) Some Web Drop Downs do not "DROP DOWN" from mouse lick. (Can get
focus and use arrow keys).
2) First Page o... more >>
BUG in debugger values.
Posted by news.microsoft.com at 10/21/2003 3:07:22 PM
Hi,
In the debug Auto and Locals window the value that has changed becomes
highlighted in red, BUT the Watch window does no highlighting, why the
inconsistency?
Would it not be better if this window was also change highlighted?
Enum Flags INCORRECT values displauyed in debug window ... more >>
Problem with tooltips
Posted by Ted at 10/20/2003 4:18:26 PM
I am using visual studio.net and the tool tips work fine in the development
environment, but as soon as I create the distribution package they dont work
anymore.
What am I missing ?
I have tried copying the files from the development directory to the
installed directory and they still wont work... more >>
BUG: debugger bug with [Flags] bitfields
Posted by news.microsoft.com at 10/20/2003 4:13:12 PM
Hi,
When debugging bitfields ([Flags] enums) the debugger output window shows
only the first enum name but the correct value for bitwise OR values.
ie., if i have a bitfield set to A | B it shows A|B in the value with
intellisense but in the watch window it only shows the A bitfield enum n... more >>
Bug ?
Posted by joao_paulo_viegas_carneiro NO[at]SPAM hotmail.com at 10/20/2003 12:42:04 PM
I've made a class generator using CodeDom, and it is=20
working fine, but whem i try to compile the class=20
generated I got some CS1003 syntax errors.=20
But terrible thing is that there isn't any error at all !!
The workaround is to edit the file and add some white=20
spaces, new lines, or re... more >>
Slow or delayed debug start
Posted by Phillip Nordwall at 10/19/2003 7:41:04 PM
When I am using Visual Studio .Net 2003 I often get a lengthy delay when I hit the start button. (To start debugging) or when I go to debug then start. I've found that this happens with a few other people also. Has anyone else experienced this, or does anyone know why it is taking a while? The... more >>
debug a web service
Posted by keith at 10/19/2003 1:19:24 PM
I created a web service.
if running it by selecting "Start Without Debugging",
it was fine.
But if selecting "Start", got error
"Error while trying to run project: Unable to start
debugging on the web server. Catastrophic failure
Click Help for more information"
My machine is
Win... more >>
Debugging a multithreaded app in C#.
Posted by Development at 10/17/2003 2:04:03 PM
I am creating 10 threads that do ecatly the same thing. I am having a very
hard time debugging this scenario. It seems that by default when you are
doing f10 or f11 all threads execute. You can see that by watching the
thread window. When you freeze all threads but the one you are worki... more >>
Disapearing debugger
Posted by Ana at 10/17/2003 10:30:41 AM
Hi all!
Something happened to me that has naver happend before. I
was debugging some C# code, and then it couldn't retrive
one of my pages, so I closed the whole project (through
Task Manager). When I opened project again, it couldn't go
into debug mode. I would put break points, but nothin... more >>
Unhandled System.Runtime.InteropServices.ComExeption
Posted by Hartmut S at 10/16/2003 5:21:58 AM
Hi,
I am using Visual Studio .net 2003. Whenever I create a
new windows form project, I get an Unhandled
System.Runtime.InteropServices.ComExeption in
mscorlib.resources.dll, even without changing anything in
the default form1.
This effect is the same on two different computers
(Windo... more >>
Debugging: how do you step into a 2nd project within same solution?
Posted by FN at 10/16/2003 1:26:06 AM
I can't debug from my asp.net application into a 2nd project that is my
"just DLL code". The 2nd application is just a class library. I compiled the
class library with "debug" selected before I hit "build". Both projects are
within the same solution file and open together in Solution Explorer. Bu... more >>
Unexpected error creating debug information file
Posted by info NO[at]SPAM htmlbakery.com at 10/15/2003 7:03:25 PM
A thousand thank-you's to whom ever fixes this Visual Studio .NET
compile error...
Full Error message:
**** Error Message ****
Unexpected error creating debug information file 'C:\Documents and
Settings\USER\VSWebCache\DT-USER\myPROJECT\obj\Debug\myPROJECT.PDB' --
'Unspecified error '
... more >>
Asp.net - VS.net don't respond while debugging.
Posted by zippyv at 10/15/2003 11:43:10 AM
When I run my asp.net site, it happens to me sometimes
that my iis server doesn't respond anymore (don't receive
a requested website anymore). When I go back to Visual
Studio.NET 2002, I try to press the stop-button, but
vs.net doesn't respond to that (and doesn't make an
output box with t... more >>
MiniDumpWriteDump From DebugActiveProcess
Posted by Ryan at 10/15/2003 10:11:07 AM
I'm using DebugActiveProcess ( ) to debug a process. When there is an
unhandled exception I use the EXCEPTION_POINTERS structure from the debug
exception object and call GetThreadContext ( ) with the handle that I got
from the create thread event. I then call MiniDumpWriteDump write dump with
t... more >>
Error while trying to run project. The debugger is not properly installed.
Posted by Sam Vanhoutte at 10/15/2003 9:50:39 AM
Hello,
When I try to debug a windows form application, written in VB.NET, I get
this error message:
--
Error while trying to run project: Unable to start debugging.
The debugger is not properly installed. Run setup to install or repair the
debugger.
--
Everything worked without a problem ... more >>
Debugging local spool service with VS.NET 2003
Posted by Joe Hindmarsh at 10/14/2003 11:23:29 PM
I am attempting to debug the local spool service
(spoolsv.exe) using VS.NET 2003 under Windows 2000 using
an account in the Administrators group. spoolsv.exe runs
as LocalSystem.
When I right-click/debug it from the task manager I get
the error message "JIT Debugging failed with the follo... more >>
Are Remote Debug Components Distributable?
Posted by Ken Varn at 10/14/2003 2:39:48 PM
Can someone tell me if there are any licensing restrictions to distributing
the Remote Debug Components? I would prefer to have it installed on our
customers' units so that we can debug problems in the field remotely if
necessary.
--
-----------------------------------
Ken Varn
Senior S... more >>
an unhandled exception -- The object is currently in use elsewhere.
Posted by Bob Lindemann at 10/13/2003 9:47:59 PM
I have built an application that uses multiple threads
and graphics. It randomly aborts with:
An unhandled exception of
type 'System.InvalidOperationException' occurred in
system.windows.forms.dll
Additional information: The object is currently in use
elsewhere.
Thanks,
Bob... more >>
|