Weiteres Problem mit den Haltepunkten beim Debuggen!
7 Jun 2006 07:45:31 -0700
Hallo alle samt,
habe eine weiteres Problem mit den Haltepunkten festgestellt. Habe
Visual C# .NET Standart 2003 Beim Starten (Laden) meiner APP kann ich
bei jedem Haltepunkt anhalten, aber wenn die APP läuft und ich z.B.
einen Button betätige wird bei keinem HP angehalten.
Evtl. Rechteproblem? Habe Debug R ...
|
Great time in France
Wed, 7 Jun 2006 15:34:34 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
permission denied when I try to debug (vb2005)
Tue, 6 Jun 2006 02:52:02 -0700
I am new with web developement.
I use vb2005, win xp s2.
The current user does not have administrative privilege, but is memeber of
power users, VS developers, debugger users.
If I start the project, I get a message like this (in italian): unable to
start the debug on the web server: you don't have the rig ...
|
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 ...
|