I can't use the asp.net debug mode for a particular project

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. #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: ...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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)).
    >-----Original Message-----
    >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!
    >.
    >
    Ronan Mullarkey Guest

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139