all groups > visual studio .net debugging > february 2005
Filter by week: 1 2 3 4
Unable to start debugging on the web server
Posted by Neil.Smith NO[at]SPAM cityofbristol.ac.uk at 2/28/2005 4:03:06 AM
I have been experiencing a problem trying to get debugging to work
under Visual Studio .Net 2003. I can successfully create a web project
on a Windows 2003 server, but when I try to start the project (F5) I
receive the following error:
"Error while trying to run project: Unable to start debugg... more >>
why does "output path" keep reverting to a previous outputPath setting?
Posted by chris yoker via DotNetMonster.com at 2/24/2005 11:59:55 AM
hiya,
I have a winforms classlibrary app.
The "start action" is "start external program"..this program resides in
folder "B"
I also change the "build output path" to the same directory as that of the
"external program" IOW, folder "B"
WHY, WHY, as soon as I build the project, does the ... more >>
Can't debug some projects
Posted by Selden McCabe at 2/24/2005 7:05:52 AM
This is a strange one.
I have two different solutions each containing 3-4 projects.
One of the projects (a webservice) is contained in both solutions.
In one of the solutions, I can set breakpoints in the web service, and hit
them when they are called.
But in the other solution, I set a ... more >>
Remote Debugging
Posted by Jay at 2/18/2005 4:59:51 PM
I am trying to debug my asp.net app on a remote server. I am following
these steps shown below but I cannot connect to my remote server (Tools |
Debug Processes).
Question: What do I need to install on the remote server and local PC. The
remote server only has the .NET framwork. I did ... more >>
Problem with the Session variable for ASP.NET
Posted by Nathan Sokalski at 2/18/2005 3:27:46 PM
I am trying to increment the Session variable at certain points in my code,
but it will not work. The initial value assigned to it is always the one
that is displayed. Here is the code used to create and increment the Session
variable:
To create it:
Session.add("Right",0)
To increment i... more >>
warning C4996: '_vsnprintf' was declared deprecated
Posted by Tarundeep Singh Kalra at 2/18/2005 1:54:31 PM
I am using safe functions like StringCbCat which are defined in strsafe.h
but irony is I am getting the deprectaed warnings in those "safe" safestr.h
Can somebody explain ????
TIA
Tarun
... more >>
LOST: Auto (variables) debugging window
Posted by alanrn at 2/16/2005 6:47:02 AM
Some time ago I must have inadvertently closed mu auto variables debugging
window because it's not there anymore. Furthermore, I have not been able to
figure out how to get it back. It doesn't appear as an option on the View
menu or any of it's sub menus. I've searched the help files in an ... more >>
Remote debug suddenly lost in VS2003
Posted by Gerardo at 2/16/2005 5:55:11 AM
A few months ago, I was able to remote debug asp.net applications hosted in
our development server. Now, after XP SP2 on my client machine, and several
security patches on the W2000 server, I've lost that capability. By disabling
Windows Firewall on the desktop, I've restored the browsing of r... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.NullReferenceException occurred in Unknown Module
Posted by steve NO[at]SPAM apterasoftware.com at 2/15/2005 10:22:48 AM
Hi,
I am using VS.Net 2003 with the 1.1 SP1 version of the framework. When
running an application inside VS, I am getting this error:
A first chance exception of type 'System.NullReferenceException'
occurred in Unknown Module.
Additional information: Object reference not set to an instan... more >>
"Unable to start debugging on the web server"
Posted by Paul Ingles at 2/14/2005 12:20:34 PM
Hi,
I'm trying to start a C# Web Application debugging and I keep getting an
error message saying that it can't start debugging and to verify that
ASP.NET has been installed. This is on my local development machine (running
Windows XP SP2) and has been working fine up until now.
I've don... more >>
Loading unrelated DLLs slows down debugger significantly
Posted by Ken Kahn at 2/13/2005 6:01:29 PM
When I run the debugger the output log fills up with a very large number of
messages about DLLs loaded and unloaded. Most of these have nothing to do
with my application but include dlls from the spam filter (this one shows up
multiple times), the anti-virus program, and even the jukebox I'm l... more >>
IDE disappers whe starting or debugging
Posted by Tim Hagemann at 2/13/2005 4:12:07 PM
Hi,
since yesterday I have a really strange behaviour if VS.NET 2003. When using
CTRL-F5 or F5 to start an application with or without debugger, the IDE
disappears without any warning or error message. I tried several projects -
same behaviour. I tried "Debug->Processes" --> same behaviour wit... more >>
Having problem debugging an remoting object.
Posted by KamranAmin at 2/11/2005 1:35:06 PM
I am having problems debugging an object that I have derived from
MarshalByRefObject. Here is my class:
using System;
using System.Collections;
using XL.eDestiny.XLCodeTableDataAccess;
using System.Runtime.Remoting;
using XL.eDestiny.XLFramework;
using XL.eDestiny.XLException;
namespac... more >>
XP PRO
Posted by buc at 2/8/2005 11:38:11 AM
I have workgrouped 2 XP pro SP2 machines.All Service packs. Set DCOM to
allow remote anony access. Firewall Disabled... Sharing / Security set to
Users authenticate as themselves... VSNET installed on 1 machine. loggged on
Administrator with same password on both machines. Added Everyone to
... more >>
Access is denied during debugging - what I did to fix it.
Posted by Dave A at 2/7/2005 9:58:30 PM
I post this in the hope that Google will index it and may help others.
After setting up my new development web server and moving across one of my
web sites I recevied the following error when I tried to debug the web
application in Visual Studion 2003...
"Error while trying to run project: U... more >>
Running multiple instances of a .Net app hosted by Citrix server
Posted by Victor at 2/7/2005 12:37:08 PM
I am trying to add code to a VB.NET application to check for a running
instance of the application. However, the application is to be hosted by a
Citrix server. When a user in a Citrix session starts the application and
then another user on a second Citrix session starts another instance of t... more >>
debugging dll from class library project using external program
Posted by foldface NO[at]SPAM yahoo.co.uk at 2/7/2005 4:28:50 AM
Hi
I have 2 class librarys and nunit. From class library 'A' I
add references to class library 'B'. From within 'A' I have
it setup so nunit runs and loads class library 'A'. Thanks to
this I can debug class library 'A', I would like to be
able to debug class library 'B' from within the same
... more >>
breakpoint in aspx.cs never breaks, try-catch never catches
Posted by eVinther at 2/7/2005 12:53:04 AM
Hi,
I'm making an IsAlive aspx page to verify that a particular webservice is
functional. I have put my code into the Page_Load event handler, and the code
itself works fine, but if I put a breakpoint in the code, it newer breaks
excecution.
The actual call to the webservice I'm monito... more >>
Release build output different from debug build
Posted by Sushovan at 2/6/2005 11:07:03 AM
I wrote a program in c++ (console) for the minimisation of logic functions
using the Quine McCluskey algorithm. While debugging it was working fine.
When I built the solution in "release" configuration the program was compiled
and linked, but it gave different results for the same set of data.... more >>
Visual Studio .NET 2003 hangs each time I build solution
Posted by gmore at 2/5/2005 8:09:01 AM
Everytime I hit "start" on my projects, Visual Studio hangs. This happened
just after I installed Win XP SP2. I found a lot of solutions on the web,
but none of them worked out... Is someone can help me?
Thanks!... more >>
convert Vb.net to c#.net
Posted by Jason at 2/2/2005 10:50:30 AM
I have following Vb code:
Dim da As New SqlDataAdapter
Dim ds As New Data.DataSet
Dim dbConn As New
SqlConnection(ConfigurationSettings.AppSettings("mysqlConn"))
Dim intUserID, intEquip, intCount As Integer
Dim strEquipSubTYpe As String
intEquip = CType(meterId,Integer)
da.... more >>
|