• 締切済み

意味が分からないエラー

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

みんなの回答

回答No.1

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

sainn
質問者

お礼

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

関連するQ&A