System.Web-net_4_0.sln
(Ubuntu12.04、monoDevelop)をビルドすると、ビルドが成功System.web.dll
し、テスト コンソール アプリケーションを使用してデバッグを試みます。
public static void Main (string[] args)
{
System.Web.UI.Page page=new System.Web.UI.Page();\\**Make a breakpoint here**
page.ProcessRequest(null);
}
結果は次のとおりです。
Symbol file /home/symphony/mono/mcs/class/System.Web/test/bin/Debug/System.Web.dll.mdb doesn't match image /home/symphony/mono/mcs/class/System.Web/test/bin/Debug/System.Web.dll
どんな体でも私を助けることができますか?