電子書籍の厳選無料作品が豊富!

ASP.NETでローカルでのエラーです
環境 WebMatrix で実行時
アプリケーションが見つかりません
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: アプリケーションが見つかりません
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at Microsoft.Matrix.WebServer.WebServerForm.DoLaunch()
at Microsoft.Matrix.WebServer.WebServerForm.OnCommandLaunch(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Microsoft.Matrix.UIComponents.MxForm.WndProc(Message& m)
at Microsoft.Matrix.UIComponents.TaskForm.WndProc(Message& m)
at Microsoft.Matrix.WebServer.WebServerForm.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032

A 回答 (1件)

お世話になります。



この情報だけでは何とも判断しようがないのですが。。。
System.Diagnostics.Process クラスの
Start で外部アプリケーションを起動しようとして失敗しているみたいですね。
Process クラスに渡しているアプリケーションのパス等が正しいかどうかを確認されてはいかがでしょう。
    • good
    • 0
この回答へのお礼

どうもうまくいきません。
面倒ですが一旦作成し、サーバー経由で確認してます。
IEのエラーっぽいのですが 6.0でも7でも動かないので
不思議です。

お礼日時:2007/04/21 02:12

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!