all groups > visual studio .net debugging > november 2006
loading symbols for unmanaged C++ DLL called by C#
Posted by Stephen Cawood at 11/29/2006 5:43:02 PM
thanks in advance.
I have a VS2005 solution with an unmanaged C++ DLL being called by a C# app.
the C++ DLL is a wrapper for a C++ .lib. when I start debugging, everything
works fine in the C# code, but the breakpoints in the CPP files show "No
symbols have been loaded for this document." W... more >>
Visual Studio is busy
Posted by Bil Click at 11/28/2006 6:29:01 AM
VS 2005 keeps hanging up on me while debugging. Pops up this message:
Microsoft Visual Studio is busy.
Microsoft Visual Studio is waiting for an internal operation to complete.
If you regularly encounter this delay during normal usage please report
this problem to Microsoft.
VS Team Edit... more >>
Run As a debug session
Posted by David Thielen at 11/27/2006 5:50:01 PM
Hi;
Is there a way to run my app (winforms) as the domain admin other than
logging out and logging back in as the domain admin?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
Not authorised exception using Web Browser control
Posted by Matt Adamson at 11/22/2006 2:50:53 PM
Guys,
Not sure on the best forum for this.
We are getting an unauthorised exception when using the web browser control
as you can see from the call stack below
TestCase
'Tranmit.Sprinter.WebApp.Testing.Purchasing.Invoicing.Edit.EditInvoiceTest.EditInvoice_3'
failed: System.Unauthorized... more >>
Error Creating Control - No parameterless constructor defined for this object
Posted by Nathan Sokalski at 11/20/2006 10:10:49 PM
I have created a custom control for ASP.NET using VB.NET. My control =
inherits from the System.Web.UI.WebControls.CompositeControl class, and =
is working fine. However, the Visual Studio .NET designer shows the =
following error on the control in the designer:
Error Creating Control - No par... more >>
Debug in Zone?!, What the hey!.
Posted by Jesper, Denmark at 11/18/2006 5:16:02 AM
Hi, Im trying to get command line arguments into my VB windows application.
I've set some arguments under the 'debug' tab underproject properties.
When running the program I get the following message:
"The current project settings specify that the project will be debugged with
specific sec... more >>
Classic ASP debugging suddenly quit working
Posted by Dale at 11/14/2006 12:21:03 PM
I have used VS2003 for debugging classic asp for a long time. Suddenly, a
couple weeks ago, it quit working. Now no break points are hit. I get a
question mark in the breakpoint and a tooltip that says no symbols have been
loaded for the document.
ASP debugging is turned on for the websi... more >>
Exit code of .net console app
Posted by Pavel A. at 11/13/2006 11:25:01 PM
I debug a c# console app in VS2005.
A value that it's Main returns, becomes the app exit code when it runs
outside of VS.
But when I run it under the VS debugger, it does not seem to get the exit
code.
In the output window, it shows that all threads exit with code 0, and
vshost.exe also exi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"There is no source code available for the current location" for webressource javascript files
Posted by Michel de Becdelièvre at 11/13/2006 5:41:28 PM
Whenever I try to step in a javascript function served as a
WebRessource.axd include, I get the following error message :
"There is no source code available for the current location".
It looks like the VisualStudio.Net debugger gets confused by the strange
name convention used by these... more >>
The Breakpoint will not currently be hit. No executable code is currently loaded at this location.
Posted by kgadia NO[at]SPAM gmail.com at 11/13/2006 6:48:45 AM
I am trying to debug some custom components written in C# 1.1 called
through windows service.
I have started the service and attached the exe to the project
containing the c# component code.
On doing so, I see the white question mark at the breakpoint which says
that the break point will no... more >>
access integrated web server from another computer
Posted by David Thielen at 11/9/2006 9:07:02 PM
Hi;
I am trying to access the integrated web server running under VS 2005 in
debug mode from another server. I need to test some code paths where it has
multiple users from different IP addresses.
I have tried to do so with no luck. What is really weird is I tried (on the
computer it is ... more >>
How can I open a console window,and run command line?
Posted by Allen Maki at 11/9/2006 12:00:00 AM
I would appreciate if someone helps me.
I am reading a book called MS visual c++ .net step by step. I am using
Visual C++ .net version 2003. I am trying to learn reading from file
using system::io. I have been asked to build the application, open a
console window, change to the pro... more >>
View Output window from .exe?
Posted by Ed White at 11/8/2006 8:26:01 PM
When I run my program from within VS, all of my Console.Writeline statements
output to the Output window. If I run the program directly from the .exe
(i.e. click on the .exe file from Windows Explorer), the Output window does
not appear and I do not see the results of the Console.Writeline st... more >>
The Threads window
Posted by Elena at 11/3/2006 10:47:02 AM
I am debugging a very simple C# Windows form. Nothing fancy, no
multithreading. When I look in the Threads debugger window, I see 8 threads
listed. Also, sometimes in the Output window I'll see a message like "The
thread (0xd78) has exited with code 0". What are all these threads? Why
... more >>
VS2005 - deployment / installer ?
Posted by Dale Sampson at 11/3/2006 9:45:47 AM
I've built a fairly simple VBnet program; has a small access database with
the
usual add/change/delete functions. Also some search functions. Ability to
print the data in the file. It runs ok on the development machine. I used
the deploy wizard to build a setup file & tried to install on an W20... more >>
VS.NET 2005: Debug: Go to calling function?
Posted by Pieter at 11/3/2006 12:00:00 AM
Hi,
How do I do this in Visual Studio .NET 2005? I want to kind of jump out of a
function, but without executing the next lien of code?
For instance: If I have a method MyTestMethod(strParam as String), which is
called over 100 times in my application from different other methods. When
a... more >>
Cannot run exe to debug DLL in VS.NET 2003 - Unable to start debugging. Unable to start program. - Why???
Posted by Bob Rock at 11/1/2006 2:33:42 PM
Hello,
I'm using an executable (for which I do not have the source code nor the pdb
file) as the startup application to load a DLL I'm writing and need to
debug. If I try to debug the DLL I immediately get the error "Unable to
start debugging. Unable to start program XXX.exe". If I do "Star... more >>
|