all groups > visual studio .net debugging > april 2004
Filter by week: 1 2 3 4 5
Unable to attach to the process. Access is denied.
Posted by bp100a at 4/30/2004 10:59:58 PM
My VS 2003 suddenly won't let me attach to my iis process (aspnet_wp.exe).
Used to work fine, I can't figure out what I did to "break" it.
I get the message: "Unable to attach to the process. Access is denied."
I can debug fine on other machines, and I used to be able to debug fine on
this m... more >>
Debugging ASP.NET Web Application Requiring SSL
Posted by EagleRed NO[at]SPAM HighFlyingBirds.com at 4/30/2004 9:31:03 AM
I have an ASP.NET web application on a virtual directory that is set to require SSL. After making the settings in IIS I try to debug from VS.NET and I get a message that the project is not configured to debug. However, the project has all the settings and I can debug it if I remove the SSL require... more >>
Getting msg in memory window when I start the Debugger "Unavailable when debuggee is running."
Posted by Mareth at 4/28/2004 5:31:02 PM
I am using
Microsoft Visual Studio .Ne
*Microsoft Development Environment 2002 version 7.0.946
*Microsoft .Net Framework 1.0 version 1.0.370
Windows XP Pr
When I start the debugger, in the "Memory 1" window, "Unavailable when debuggee is running." I can't debugg, none of my variables show up ... more >>
PDB gerneration question
Posted by Bill at 4/28/2004 5:17:30 PM
When I create a release build and choose to generate PDB data it makes the
exe a little larger. Does what gets put in to the exe degrade performance
in any way? I am not sure if I should build every release with a matching
PDB file or if I should only build that PDB file when there is a problem... more >>
Can't get Remote Debug to work
Posted by Ian at 4/28/2004 3:38:32 PM
Hi there,
I have been trying to get remote debugging working with vs.net 2003... It
gives me the error
"Error while trying to run project. Unable to start debugger on web server.
Not enough storagfe is available to complete this operation."
After searching and searching newsgroups etc it ... more >>
debugging stored proc: can't step into
Posted by Timo at 4/28/2004 1:07:54 PM
I'm using VS.NET 2003 Enterprise Developer in SQL-stored proc debug mode for
the first time and am not having much success stepping through the SP in
"standalone mode" when following these instructions:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;316549
I open the Server Explorer... more >>
Remote Debugger - Add user to Debugger Users group
Posted by jerrod NO[at]SPAM themoneybox.net at 4/28/2004 12:51:40 PM
I am setting up remote debugging on a 98 and ME machines. When I run
my VB.Net project from my XP machine it tells me I need to be a member
of the Debugger Users Group. When I open dcomcnfg on the 98 or ME and
select Machine Debug Manager and add myself as a user, as soon as I
hit OK it tells ... more >>
Debugger stops right after starting
Posted by James Fee at 4/28/2004 8:21:04 AM
I am using VS.Net 2003 to create ASP.NET/VB.NET web applications on a Win2K
machine (and a co-worker is using XP and has same problem). Recently when I
go to Debug an application (F5) an the debugger started while internet
explorer was opening, but before the page could finish loading, the debug... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
debugging hangs and multiple aspnet_wp.exe running since Office 2003 installation
Posted by Tom Vogel at 4/27/2004 9:28:57 PM
I can't debug anymore since I've installed Office 2003 Pro on my Windows XP
Pro SP1 machine.
When I open an ASP.NET project with VS.NET 2003 it starts an aspnet_wp.exe
process. When I attempt to debug, it starts another aspnet_wp.exe process,
but nothing happens. The process started by opening... more >>
Debugging dynamically loaded assembly (dll)
Posted by jeff NO[at]SPAM taildraggers.com at 4/27/2004 4:26:16 PM
I have an ASP.NET application that dynamically loads assemblies at
startup based on configuration settings. A type in the dynamically
loaded assembly is created and made available as a remote object.
When the remote object is called by a client application in another
process via remoting, I ca... more >>
Static member variables and DBGHELP
Posted by Matthew Gertner at 4/27/2004 2:31:04 PM
Hi,
Another question: I am trying to retrieve the values of static member variables in my symbol viewer, written in C++ and based on DBGHELP. Obviously I can't just calculate the offset from the parent. I suppose I might be able to retrieve all the global variables ahead of time for the current m... more >>
Re: The machine cannot be found on the network
Posted by drankin at 4/27/2004 1:03:55 PM
*sorry if this is a re-post, can't see my reply*
In response,
Neither web server (working vs non-working) is behind a firewall.
I do maintain file share access to both web servers.
Re: DCOM testing, I've used the RPC ping utility (rpingc/rpings) to
successfully test communication in both dire... more >>
SOS.dll from dbgnetfx.exe on Windbg 6.2.0013.0
Posted by mich at 4/27/2004 4:46:02 AM
Hi
I am trying to use Windbg with SOS.dll on VS 2003 by following the article "SOS:It's Not Just an ABBA Song Anymore" at http://msdn.microsoft.com/msdnmag/issues/03/06/Bugslaye
I tried the ".load sos" and the command extension of SOS comes up when typing "!help". I assumed that SOS was loaded;... more >>
Code runs but a variable is invisible in debugger
Posted by howard NO[at]SPAM utvgroup.com at 4/26/2004 7:16:08 PM
I have encountered code with the following problem: it compiles and executes correctly, but when you debug it, the local variables inside a block are not visible in the debugger
This is with Visual Studio .NET version 7.1.3088
The following is a greatly stripped-down version of the code. When I ... more >>
When will SOS.DLL functionality be integrated with VS.NET?
Posted by Alan Cobb at 4/26/2004 6:43:55 PM
Hi,
The following document is from Nov-2002:
"Production Debugging for .NET Framework Applications"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGch04.asp
It briefly mentions:
"At present, SOS only works with the DDK debuggers. It is
intended, however, tha... more >>
"this" pointer problem using DbgHelp
Posted by Matthew Gertner via .NET 247 at 4/26/2004 3:56:05 PM
Hi,
I am trying to implement an extension to our unit test framework=
(in C++ and MFC) to record a stack trace with full symbol=
information (i=2Ee=2E parameters and local variables) for each stack=
entry=2E I managed to get this to work using the DbgHelp SDK, but=
I have run into a probl... more >>
How to display unicode string in VS.Net?
Posted by ycgq NO[at]SPAM yahoo.com at 4/26/2004 3:16:34 PM
In visual studio 6, I know in the options > Debug I could check the
"Display Unicode String". But in VS.NET, where is this option?
Thanks.... more >>
VB debug.print equivalent in VS.net
Posted by Mark S. at 4/24/2004 4:06:03 PM
I can't seem to get anything to print in the Immediate window like in VB6 or VBA. I typically use debug.print in VB or VBA code to quickly print variables, or evaluate functions or subs... Also, how can you run a sub or function in VS.Net?
Things I can't seem to do in VS.Net immediate window
1... more >>
MiniDumpWriteDump error
Posted by Bill at 4/23/2004 4:16:33 PM
I am trying to call MiniDumpWriteDump on a process that is running as a
service under the system account but I keep getting error 5 access denied.
Is there any way to get around this?
--
Bill
... more >>
Does anyone know ALL the steps necessary to get Remote Debugging to work?
Posted by johnmann56 at 4/23/2004 11:51:03 AM
Hello all. I'm trying to do the simple XML Web Services project walkthrough from the MS VS .NET book to work, but despite having done all the things in this postin
http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?query=Remote+debugging+of+Visual+Studio+.NET+projects&dg=&... more >>
Unable to create web application
Posted by Vs.Net 2003 web application at 4/23/2004 4:16:02 AM
Iam getting following error message when i tried to create web application in vs.net 2003 and IIS 6
The Web was created successfully, but an error occured when trying to configure the application root for this web
Web projects may not operate correctly without an application root.The returned e... more >>
Debugger takes long (over 6 Minutes) to start a C++ application
Posted by Arne Adams at 4/23/2004 12:21:02 AM
Hi
I have a console application that uses mixed code. Sometimes it takes very long from hitting F5 until the the debugger stops at a breakpoint in the first line of int _tmain()
I did update the symbol files as described in Christopher Bohns posting to this newsgroup - this did not fix the problem... more >>
Breakpoint problem in VB.NET
Posted by Rajeev Ranjan via .NET 247 at 4/22/2004 11:10:55 PM
(Type your message here)
Dear Sir/Madam,
I am working on VB.NET and found that when i put a bresk point in Button Click event the debugger doesn't stop on Bresk point and give the message for what i used Breakpoint.
So please tell me how to handle the Error.
and tell me one thing more that wha... more >>
Error while trying to run project.
Posted by Kongsit C.Pornchai via .NET 247 at 4/22/2004 9:54:20 PM
Hi All,
I have a problem when I try to debug project. It always show this error :
Error while trying to run project : Unable to start debugging.
No such interface supported.
I'm not sure while this problem is happen. Anyone have any idia?
Regards,
--------------------------------
... more >>
Can't debug Forms DLL (Managed C++)
Posted by Jeroen at 4/22/2004 4:55:59 PM
Hello all,
I got problems debugging my application...
It's constructed as follows:
- A Forms Dll (which inheritates the TreeList class)
- A exe application which uses the dll
- Both in managed c++
I like to debug whith breakpoints, but when I set a bp in the source files
of the DLL in deb... more >>
How to debug VB.NET COM+ Service Component that registered in another machine
Posted by awong at 4/22/2004 2:47:16 PM
Hi there,
I created a VB.NET COM+ service component (Server application). I
registered it in my local machine (regsvcs, gacutil). I attach to
dllhost.exe that matches the component PID and I was able to debug the
component - set bp, step in/out, without any issue.
However, I have ... more >>
Unable to Expand + when Debugging
Posted by tyler6 NO[at]SPAM charter.net at 4/22/2004 1:54:46 PM
I have Framework 1.0 and 1.1 both loaded on my machine. The problem
did not start appearing until I began running both versions. It only
happens with 1.1 Framework applications. When I hit a breakpoint, I
can view the local and Auto variables, but I am unable to expand
anything. If I create ... more >>
The machine cannot be found on the network
Posted by drankin at 4/22/2004 11:35:03 AM
Problem:
I am unable to start debugging a WebApp on a particular remote Web server
from my local machine. Remote debugging on another web server works fine,
but I have not discovered any difference thus far between the two servers.
Local debugging works fine as well.
Error msg 1:
Er... more >>
Strange asp.net compiler behavior after first occurence CS0006 error
Posted by Kris Vanherck at 4/21/2004 1:51:46 PM
yesterday i started getting this strange error when i try to run my asp.net
project:
Compiler Error Message: CS0006: Metadata file
'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\spsweb\0e3514bf\cb1844e7\assembly\dl2\3b163f
16\00452d31_84e5c301\infragistics.webui.ultrawebg... more >>
setting breakpoints
Posted by b at 4/21/2004 1:41:06 PM
I am investigating the possibility of setting breakpoints in the Visual Studio.net IDE by passing the line numbers into a file and then having VS.net read the file and set breakpoints on the line. Does anyone know how to modify the IDE to allow for this type of customization?... more >>
Cannot Step Into a SQL stored procedure from VS2002 (no errors given)
Posted by edwintijdelijk NO[at]SPAM hotmail.com at 4/21/2004 10:27:24 AM
I have difficulties debugging a stored procedure from VS2002: when I
select "Step Into Stored Procedure", VS enters "Run" mode but nothing
happens. The Step-buttons are disabled. I can press "Break All", but
this doesn't do anything: Run mode is still on.
No errors are given bij VS or SQLServe... more >>
Opening a Project
Posted by Kulwinder Sayal at 4/21/2004 7:01:10 AM
Hi
I get the following error on Visual Studio.net 2003 when i try to open
project. Please help me through this.
"The web server reported the following error when attempting to create o
open the web project located at the following URL
'http://localhost:/ttpgsite'. 'HTTP/1.1 500 Internal Serv... more >>
regnerating a .pdb file for debugging a .dmp
Posted by harald.deischinger NO[at]SPAM med.ge.com at 4/21/2004 6:27:11 AM
I have the following situation:
My application generates a nice mini dump file when a critical error
occurs.
But I have lost the original .pdb files that were generated when the
application was compiled. Now even if I recompile the application the
newly generated pdb is not accepted by the debu... more >>
Phantom Build Errors in Task List
Posted by Scott Simms at 4/19/2004 7:46:03 PM
We have a VB.Net solution in Visual Studio 2003 that suffers from phantom build errors whenever a change is made to source code. Source code that is correct and does not report errors will suddenly break and cause errors during background compilation. If the project is rebuilt or if you exit and rel... more >>
Session variables in Debug
Posted by Ali Mazaheri [MCAD] at 4/18/2004 7:23:38 PM
Hi there, the very first time that I start debugging an ASP.NET application
all the session variables are null. After refreshing the browser I do have
access to all the session variables, I am having this problem with VS 2003
on Win2003 and WinXP.
... more >>
VS.NET 2003 debugger not working
Posted by dangermuffin NO[at]SPAM hotmail.com at 4/15/2004 9:46:18 PM
I have recently installed Visual Studio .NET and have been unable to
debug a web project on my local machine. I have only created a
standard web application and have a blank page. Running the
application without debugging works fine but if I start the debugger I
get the following error message:
... more >>
Sql exception has no information while debugging
Posted by john NO[at]SPAM snapjax.com at 4/15/2004 2:32:45 PM
In October 2002, I posted that, in all of my appliations, if I am
debugging and I hit a SQL error
(login denied, stored procedure not found, etc), then the IDE gives me
this message:
"An unhandled exception of type 'System.Data.SqlClient.SqlException'
occurred in system.data.all
Additional... more >>
[ANN] April 20, "Debugging Visual Basic .NET Applications" chat
Posted by Jason Cooke [MSFT] at 4/15/2004 12:26:44 PM
Join members of the Visual Basic .NET and Debugging teams to discuss
debugging Visual Basic .NET applications with the Visual Studio .NET
Debugger. Almost every program will need to be debugged sometime, so take
this opportunity to learn more about debugging from the experts on the
Debugging... more >>
Cannot attach to service
Posted by Ken at 4/15/2004 9:00:23 AM
I am using Visual Studio .NET 2003 to develop a service (language is C#).
When I try to attach to the process (Debug->Processes) on my Windows Server
2003 machine, I get a dialog box that reads
"Unable to attach to the process. There is no managed code running in the
process. In order to att... more >>
"Unable to locate Microsoft Transaction Server"
Posted by newbie dev at 4/13/2004 8:46:10 PM
Hello
I'm a newbie trying to learn ASP.NET. Using VS.NET 2003 Dev Edition, I can create a new ASP.NET Web Application. However, whenever I attempt to Start (with debugging), I get the following message
"Unable to locate Microsoft Transaction Server administration package. Unable to set server in... more >>
Debugging class library does not work
Posted by Chan Kai Shi at 4/13/2004 2:51:02 PM
Hello,
I have single solution with 2 projects. First project is Windows app written
in C# and second project is class library written in VB.NET. I set
breakpoints in VB class, referenced it in first project, verified that
symbols are loaded but debugging never kicks in.
What can be a reason f... more >>
Remote Debugging ASP.NET VS.NET Win2K?
Posted by Good Enchiladas at 4/13/2004 5:01:59 AM
Is remote debugging in ASP.NET possible with the original Visual Studio.NET
and Win2K Pro on both the web server and the development machines? If so,
where can we find the step-by-step to get it working?
Thank you,
Kelly
... more >>
Newbie needs help running a sample application!
Posted by hooi at 4/12/2004 5:41:46 PM
I'm new to Visual Studio.NET and Visual Basic.NET. While trying to run the
sample application, it shows an error message as shown below. I have an SQL
Server containing the sample database Northwind used in this application.
Authentication mode set in Web.config is Windows; Mixed mode in the SQ... more >>
the event Page_Load is executed twice
Posted by victor at 4/8/2004 4:21:05 AM
I am developing an ASP.Net application using visual Studio .Net 2003 in c#. I am using the Session as a communicating area between forms. I try to use the event Page_Load for restoring a string from session. Only I've got the surprise to see ( when debugging ) that this event is executed twice, alt... more >>
SymGetTypeInfo and TI_GET_DATAKIND
Posted by Nicolas Hognon at 4/7/2004 5:48:04 PM
Hello,
I am back with my questions about SymGetTypeInfo and the DbgHelp API.
This time I want to know if a symbol is constant or a reference.
I succeed to manage base type, pointer, array and UDT.
but if i got a function like this
- void function(const char* iStr, const MyStruct& iObject)... more >>
Unable to Debug ASP.NET Applications
Posted by Sarah Varnish at 4/7/2004 9:31:05 AM
I installed Visual Studio .NET 2003 in Oct 2003 and built 2 applications, and debugging functioned OK. In March I tried to amend one of the applications and found that I can no longer run the debugger: when I select Debug | Start I receive the following error: "Unable to start debugging on the web ... more >>
Can't see in debuger
Posted by Stu Cotts at 4/5/2004 10:48:17 PM
I am new to C++ and to VS.... here is a quick unmanaged class I set up, my
constructor just zero's out the array's. The wierd thing is that I can see
all elements of outbuf with the debugger but only the first element of
FadeInfo.....
I have code that sets stuff and acts upon different element... more >>
Remote debugging authentication
Posted by Armin Zingler at 4/5/2004 11:29:58 AM
Hi,
I wanted to do some "simple" remote debugging with a "native" (not-managed,
no ASP) EXE.
In the Debug -> Processes window, I selected "Standard" (=DCOM) debugging
and entered the machine name of the remote machine. I get an "access denied"
error. I read the docs to setup remote debugging ... more >>
dll memory leak troubles
Posted by tohellwithallspammers NO[at]SPAM yahoo.com at 4/5/2004 7:16:44 AM
Hi all,
I bought a MSI geforcefx 5600 128 graphics card a few months back. The
thing came with a remote control which I thought would be handy but
the software it came with is rubbish. I was however able to download
some dlls from the MSI homepage and a small visual c++ 6 windows app.
This app ... more >>
Green cursor appears when debugging...
Posted by one at 4/4/2004 4:26:03 PM
hello
I run into this a few times since I started developing c# apps and have no idea what that mean
What happened was that when I "step into" some functions, the yellow arrow broughtme to the other file(class) and pointed to a blank line with a green (stationary, or no blinking) cursor. What wa... more >>
|