3

I get the following message when I try to run a .net 1.1 web application in Visual Studio 2003:

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

Can any body tell what I am missing here.

FYI : The application is working fine on the live server.

4

1 に答える 1

5

次のことを試しましたか?

  1. ASP.Netプロジェクト>プロパティを右クリックします
  2. [構成のプロパティ]>[デバッグ]を選択します
  3. ' Debuggers 'フレーム で以下のエントリを有効にします。
    • ASP.Netデバッグ
    • アンマネージコードのデバッグ

このリンクも確認してください。

于 2012-12-13T08:08:54.710 に答える