Ask a Question related to ASP.NET General, Design and Development.
-
Leon #1
I can't use the asp.net debug mode for a particular project
have a couple of asp.net projects(Say A and B projects). For A
project, I can use the debug mode so I can use the stepinto or
stepover functions to find bugs. But I can't use the bebug mode for B
project(although debug mode is set as "Debug" not "Release").
I didn't do anything to change the settings for this.
Any clue?
Thanks a lot in advance.
Leon Guest
-
application debug mode
Hi, I'm working on FMS 3. on the main file in onAppStart function i wrote: application.allowDebug = true; but when trying to check a SharedObject... -
Application in debug mode?
I want to look at some shared objects in the Media Server administration page, but when I click on them I get the error "Failed to make a debug... -
#25223 [Opn]: ZE2 Crashes in non-debug mode (CLI only)
ID: 25223 Updated by: sfox@php.net -Summary: ZE2 Crashes in non-debug mode Reported By: john@php.net Status: ... -
Debug error - The project is not configured to be debugged (I've tried everything!)
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When... -
Cannot debug a project
Have a solution which contains two projects. One is a MT/class project and another is a C# ASP.net project. The ASP.net project has a project... -
TaeHo Yoo #2
I can't use the asp.net debug mode for a particular project
I have a couple of asp.net projects(Say A and B projects). For A
project, I can use the debug mode so I can use the stepinto or
stepover functions to find bugs. But I can't use the bebug mode for B
project(although debug mode is set as "Debug" not "Release").
I didn't do anything to change the settings for this.
Any clue?
Thanks a lot in advance.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
TaeHo Yoo Guest
-
Ronan Mullarkey #3
I can't use the asp.net debug mode for a particular project
ensure that "Integrated Windows Authentication" is turned
on in iis for project B. (in IIS, right click on the
project, Directory Security | Anon Access and
authentication control (Edit)).
projects). For A>-----Original Message-----
>I have a couple of asp.net projects(Say A and Bstepinto or>project, I can use the debug mode so I can use thebebug mode for B>stepover functions to find bugs. But I can't use thenot "Release").>project(although debug mode is set as "Debug"***>I didn't do anything to change the settings for this.
>
>Any clue?
>
>Thanks a lot in advance.
>
>*** Sent via Developersdex [url]http://www.developersdex.com[/url]>Don't just participate in USENET...get rewarded for it!
>.
>Ronan Mullarkey Guest
-
Ron McNulty #4
Re: I can't use the asp.net debug mode for a particular project
Try removing the reference to the second project then re-adding it. Make
sure you reference the project, not its target DLL. I found debugging
stopped when referencing the DLL.
Regards
Ron
"Leon" <yootaeho@yahoo.com> wrote in message
news:8a817d39.0307181452.3762680d@posting.google.c om...> have a couple of asp.net projects(Say A and B projects). For A
> project, I can use the debug mode so I can use the stepinto or
> stepover functions to find bugs. But I can't use the bebug mode for B
> project(although debug mode is set as "Debug" not "Release").
> I didn't do anything to change the settings for this.
>
> Any clue?
>
> Thanks a lot in advance.
Ron McNulty Guest
-
TaeHo Yoo #5
Re: I can't use the asp.net debug mode for a particular project
Thanks Ron McNulty,
I think you are right. Since I am referencing a couple of dlls in the
project in which I can't use the debugger whereas I don't in the other
project.
But I can't understand your suggestion since I am a newbie.
So it would be great if you could explain more about "Make
sure you reference the project, not its target DLL".
When I added DLLs, I normally right-click on References directory and
select whatever I wish to use.
isn't it the wrong way to add it?
Thanks a lot Ron McNulty,
Leon
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
TaeHo Yoo Guest
-
TaeHo Yoo #6
Re: I can't use the asp.net debug mode for a particular project
Thanks Ronan Mullarkey,
but it is already on.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
TaeHo Yoo Guest
-
Ron McNulty #7
Re: I can't use the asp.net debug mode for a particular project
The Add Reference dialog has a Project tab. Select this, then browse for the
project you are adding.
Regards
Ron
> When I added DLLs, I normally right-click on References directory and
> select whatever I wish to use.
> isn't it the wrong way to add it?
Ron McNulty Guest



Reply With Quote

