Unable to start debugging on the web server - Duplicate name on Network?
Mon, 5 Jun 2006 14:59:51 -0700
I've just recently upgraded to VS2005 and have managed to build my web site,
however when it tries to go into debug mode on the web server it comes up
with:
"Unable to start debugging on the web server. You were not connected
because a duplicate name exists on the network. Go to System in Control
Pane ...
|
Classic ASP remote debugging...please help explain one thing in this MSDN article...big thanks!!
Mon, 5 Jun 2006 09:10:04 -0700
Hey,
I think I'm just stuck on the syntax in the MSDN article: It asks to add a
few registry keys, but I don't understand the "@" notation, and if I should
add keys, values, DWORDS, or what. Huge thanks in advance for your
assistance or direction to other sources, as I'm under a time crunch to get
this ...
|
Copy/Pasting From Visual Studio .NET as Text Only
Sat, 3 Jun 2006 23:07:28 -0400
When I post to the microsoft.public newsgroups I often copy code from my
Visual Studio .NET projects to include in the posts. However, when I paste
the code into the post, it is in a different font, which I do not want, I
want it pasted as if I had copied it from NotePad. What I usually do as a
workaround ...
|
How to enable jitDebugging ?
Sat, 3 Jun 2006 06:09:01 -0700
I have a VB.Net application that I have built in VS2005. I built a deployment
setup file. When I run the application on another computer I get an exception
that a "specified module can not be found" in a dialog box. At the bottom of
the dialog box it says that to "enable jit Debugging in the .configfile must ...
|
Preloading a DLL in the debugger
1 Jun 2006 11:50:51 -0700
I have a DLL "mydll.dll" with the function "myfun()" that I want to use
in a debug session.
Everything works fine if I have "loadLibrary("mydll.dll")" in the
application code.
Then I can use the following command on the debugger command line:
{,,mydll.dll}myfun()
However, I need to load the DLL into t ...
|
Unable to debug client-side script
1 Jun 2006 11:39:00 -0700
I am unable to debug client side javascript in internet explorer.
More specifically, when I call the following javascript code
< script>
function whatever()
{
debugger;
alert("whatever");
}
</scrip>
the debugger is not launched.
Also, I am unable to attach the CLR debugger ...
|
Reg key question for classic ASP remote debugging
Thu, 1 Jun 2006 11:20:44 -0700
Hello,
I'm trying to get remote classic asp debugging working, and think I'm stuck
on a syntax issue regarding registry keys (pasted below). Here are my
questions:
1) I don't understand if I should be adding a key, a value, or other, per
the "@="Catalog Class" "DllSurrogate"=""" and "@="Catalog
Cla ...
|
|
|
VS2003 debug performance slow after 2005 install
31 May 2006 23:46:40 -0700
After installing and unstalling VS2005 (don't ask!) the performance of
2003 when debugging is now extremely slow.
Is this an issue with .net 2.0 and now having to revert back to 1.1 via
IIS??
Thanks in advance!
...
|
Deubg Stored Proc in VS/Sql 2005
Wed, 31 May 2006 21:16:01 -0700
Please let me know how to debug the Stored proc in Sql 2005 and
using VS 2005.
thanks,
RkNET
...
|
HOWTO: Remotely debug classic ASP in Visual Studio 2005
Wed, 31 May 2006 14:09:21 -0400
After reading
http://www.devx.com/tips/Tip/18204
http://support.microsoft.com/kb/q258929/
http://www.gotdotnet.com/team/csharp/learn/whitepapers/How%20to%20debug%20script%20in%20Visual%20Studio%20.Net.doc
http://www.odetocode.com/Articles/425.aspx
http://groups.google.com/group/microsoft.public.vsnet.debugg ...
|