1

I've got a very simple Solution with a single Project in it. The project is just a simple WinForms, a config file to connect to sql-server, and 2 class files.

I've published the WinForms into production and it is working ok.

If I now open the Solution in VS and select the WinForms and press F5 I get an message "The Operation Can Not Be Completed" and the Winforms does not appear.

If, instead of F5 I use "Start Without Debugging" then it appears ok.

Should I be concerned about this message? If I should then how do I track down the reason behind it?

EDIT Here are the debug options I have available:

enter image description here

enter image description here

4

1 に答える 1

3

はい!それはエラー メッセージです。

YourProject の [デバッグ] タブには、「Visual Studio ホスティング プロセスを有効にする」ためのデバッガー オプションがあります。

詳細については、 http: //social.msdn.microsoft.com/Forums/en-US/vbide/thread/40d2d241-a0c0-4137-9da9-e40611972c0e/を確認してください

デバッグタブ

于 2012-08-14T10:46:31.490 に答える