all groups > visual studio .net debugging > august 2003 > threads for august 8 - 14, 2003
Filter by week: 1 2 3 4 5
VS .net installation
Posted by harout NO[at]SPAM hyetechsolutions.com at 8/14/2003 4:30:34 PM
Hi,
Can you please help me with my VS .net Enterprise installation it's
always hanging and asking for the following file :
Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\Samples\QuickStart\winforms\samples\data\webservicebinding
\vb\client\web references\localhost\SimpleCustomer... more >>
I cant find the reason of this error - help
Posted by Carolina at 8/14/2003 8:58:00 AM
-----------------------------------------------------------
---------------------
Access denied to 'c:\inetpub\wwwroot\EtradeinMatrix\'
directory. Failed to start monitoring directory changes.... more >>
"..Output Type of Class Library cannot be started..."?
Posted by Dave at 8/14/2003 8:02:50 AM
Hi,
I recently upgraded from VS.NET 2002 to 2003 on XP. I
have a solution with a Web Forms Project and two class
projects.
I set a simple .aspx file in my Web Forms project as the
Start Page and tried to start the debugger but I get:
"A project with an Output Type of Class Library ca... more >>
browsing information file
Posted by jack at 8/13/2003 2:01:06 PM
How do I specify which .sbr file Visual Studio.Net to use?
I have the the .sbr file but I don't know how to use it!!... more >>
Stored procedures debugging
Posted by Antonio Maciel at 8/13/2003 11:31:24 AM
Hi.
When we use the stored procedure debugger from vs.net, can other users
execute the stored procedure being debugged? Do I need to avoid access to
the stored procedure during a debug session?
Thanks,
Antonio Maciel
... more >>
HELP: VS.Net 2002 crashes when start debugging ASP.Net web app
Posted by Michael Larionov at 8/12/2003 3:25:29 PM
Hi,
I have an ASP.Net application. When I start debugging it in VS.Net 2002
after the first page appears the whole devenv crashes. The application event
log has the following error:
Event Type: Error
Event Source: Microsoft Development Environment
Event Category: None
Event ID: 1000
Date... more >>
Validators not working on Server 2003
Posted by Brent at 8/12/2003 2:34:47 PM
Hi,
I have a C# asp.net app. My validators all worked fine on 2000, and now I
moved my app to 2003 and the validators are not working. I added
if(!IsValid)
return;
as a workaround to my buttons for now so it does it server side or whatever
but I still would like this to work. I saw in anot... more >>
Problem sending mail on Server 2003 "SendUsing" configuration is invalid
Posted by Brent at 8/12/2003 9:48:28 AM
Hi, I have a C# asp.net app that sent mail fine on server 2000 or win 2000,
but now I moved it to our new 2003 box, and it's giving me "The 'SendUsing'
configuration is invalid"
This is the code now...
MailMessage mail = new MailMessage();
mail.From = from;
mail.To = email;
mail.Sub... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Stored Procedure debugging
Posted by Dean at 8/11/2003 5:39:56 PM
I've read the threads on SP debugging and it appears to be an art. the docs
are very thin and mention "step into..." but that doesn't appear when I
right click on an SP in Server Explorer. I can't find where the docs tell
how to jump into my SP while stepping through my code. I'm using the free... more >>
There is no source code available for the current location
Posted by aussedat at 8/11/2003 2:24:50 AM
When we are debegging step by step under French version
7.0.9500 Visual .NET and framework version 1.0.3705, the
following message box "There is no source code available
for the current location" (in french in the text), the
machine code is displayed. This error appears many times
in the ... more >>
"watch windows" when not debugging
Posted by senkwe chanda at 8/10/2003 12:28:47 PM
Hi guys, is there anyway to change the values in watch
windows when not debugging? It's irritating when you get
an ASSERT failing because of some watch string I left in
the watch window.
Thanks
Senkwe... more >>
Unable to start debugging on the web server (ASP.NET, station WinXP, server Win2003srv)
Posted by Pascal Craponne at 8/8/2003 10:05:23 PM
Hello everyone here,
Since last monday (this symptom appeared suddenly, everything was working
fine before), I can't start a remote debugging session.
The error message is "Unable to start debugging on the web server. Remote
calls are not authorized for this process" (not sure of the last sent... more >>
debug output window is very slow
Posted by Todd C. Gleason at 8/8/2003 3:47:26 PM
I am running a mixed-mode set of projects under Visual
Studio .NET 2003 (7.1.3088, .NET 1.1.4322):
MFC-based C++ GUI
C# DLLs
Managed C++ DLLs
For some reason, the debugger's output window causes a
huge amount of slowdown. Either using the MFC TRACE
macro, or Debug.WriteLine, it is qui... more >>
|