Debug VS.Net 2003 - No managed Code in process?!?

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

  1. #1

    Default Debug VS.Net 2003 - No managed Code in process?!?

    Hi

    I recently installed a fresh 2003 server, xcopied an existing asp.net
    application to the server.

    when I try to debug the application I get this error:

    "Error while trying to run project.: Unable to start debugging on the
    webserver. There is no managed code running in the process. In order to
    attach to a process with the .NET debugger, managed code must be running in
    the process before attaching."..

    ....duh?!? the web-app is coded 100% in C#, and I've heard, this compiles to
    managed code. Anybody out there with a solution?

    checklist:
    IIS 6.0, .Net framework 1.1, remote debugging, account is "Debugger User"
    and "Administrators", has Full Control over application directory,
    web.config specifies debug="true", authentication has been set to
    "Integrated Windows", Solution was built and rebuilt several times and when
    trying to attach to the process manually, I get the same error.


    Mikkel Rasmussen Guest

  2. Similar Questions and Discussions

    1. Multiple Managed Servers and same code base
      I have 2 weblogic 8.1 SP4 managed app servers, sitting on one physical machine, pointing to the same code base (CF in general but I am using CF6 as...
    2. Must manually attach to ASPNET_WP process to debug ASP.NET code
      We're using Visual Studio 2003 .NET (C#) on Windows XP Pro SP2. We have a smart client (WinForms) application that calls an ASP.NET web service. On...
    3. Debug VB DLL called from ASP under Win 2003
      I need to debug a COM component written in VB 6. The .DLL is called from asp. All runs well under Windows 2000 (I remember, I had to ad a lot of...
    4. Maybe Database connection pools should be managed by Admins instead of Developers using Code?
      This would be something that 2003 server and ASP.Net would use, ie, another section of the IIS whereas you could manage connection strings and such...
    5. Security problem with Managed Code calling Unmanaged Code in a Web Page
      Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and...
  3. #2

    Default Re: Debug VS.Net 2003 - No managed Code in process?!?

    Hi - I noticed that if there are IE windows already open, the debug does not happen. CLOSE ALL IE WINDOWS and start Debug. There will not be any conflict and hence the DEBUG WILL Happen on the only available IE window :)
    Unregistered 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