• 締切済み

windows7の起動時にエラーメッセージ

パソコンを起動したら添付画像のようなエラーメッセージが出てきました。 詳細をクリックすると Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.UnauthorizedAccessException: パス 'C:\Users\Rintaro\AppData\Local\Dportal\V2\APP\app_list.xml' へのアクセスが拒否されました。 場所 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 場所 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) 場所 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) 場所 System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding) 場所 System.Xml.XmlDocument.Save(String filename) 場所 dynabookPortalGadget.clsAppLauncher.DownloadAppList() 場所 dynabookPortalGadget.clsAppLauncher.init() 場所 dynabookPortalGadget.frmMain.frmMain_Load(Object sender, EventArgs e) 場所 System.EventHandler.Invoke(Object sender, EventArgs e) 場所 System.Windows.Forms.Form.OnLoad(EventArgs e) 場所 System.Windows.Forms.Form.OnCreateControl() 場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 場所 System.Windows.Forms.Control.CreateControl() 場所 System.Windows.Forms.Control.WmShowWindow(Message& m) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 場所 System.Windows.Forms.ContainerControl.WndProc(Message& m) 場所 System.Windows.Forms.Form.WmShowWindow(Message& m) 場所 System.Windows.Forms.Form.WndProc(Message& m) 場所 dynabookPortalGadget.frmMain.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.4959 (win7RTMGDR.050727-4900) コードベース: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- dynabook Portal Gadget アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.0 コードベース: file:///C:/Program%20Files%20(x86)/dynabook%20Portal%20Gadget/dynabook%20Portal%20Gadget.exe (字数の関係で中略。似たようなことがいくつか書いてありました。) ************** JIT デバッグ ************** Just-In-Time (JIT) デバッグを有効にするには、このアプリケーション、 またはコンピュータ (machine.config) の構成ファイルの jitDebugging 値を system.windows.forms セクションで設定しなければなりません。 アプリケーションはまた、デバッグを有効にしてコンパイルされなければ なりません。 例: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> JIT デバッグが有効なときは、このダイアログ ボックスで処理するよりも、 ハンドルされていない例外はすべてコンピュータに登録された JIT デバッガに設定されなければなりません。 こんな感じです。 このエラーはどのようにすれば表示されないようになるでしょうか? あと、関係ないかもしれませんが、デスクトップの背景の画像を単色から変えられなかったり、スクリーンショットが取れなかったり(今回のSSはスカイプで友達と画面共有して友達に共有画面のSSを取ってもらい、画像ファイルを送ってもらいました)、言語ツールバーがなくなっていたり・・・色んな不具合が生じています。 パソコンは dynabook T350/36AW OS windows7 Home Premium64bit CPU インテルcore i5-460Mプロセッサー 一応最低限普通に使うことはできるのですが、何かと不便ですし、エラーがどこに影響しているのかわからなくて不安です・・・ 何か解決方法がわかる方がいらっしゃいましたらご教授お願いします。

みんなの回答

回答No.2

同じ状況に陥っています。回答ではありませんが、進行中の情報をお伝えします。 NET Frameworkはどれを入れても状況は変わりませんでした。 プログラムの追加と削除でFrameworkの修復をしましたが、変わりません。 レジストリ掃除ソフト「FCleaner」のアドバンス設定でも変わりません。 いろいろ試していますので、うまくいったら、お知らせします。 そちらがうまくいくことを祈っています。

noname#148205
noname#148205
回答No.1

あぁ・・・ 私もなったことがありますよ。 .NET Frameworkを更新したら直ったと思いましたが・・・ 一応URLを貼っておきましたが、ダメでしたらすいません。

参考URL:
http://msdn.microsoft.com/ja-jp/netframework/ff687189.aspx

関連するQ&A

  • windows7を起動するときに変なメッセージがで

    いつもパソコンを起動するときに変なメッセージが出ます。どうすればいいのですか? ↓メッセージ Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.InvalidOperationException: 配列にある 2 つの要素を比較できませんでした。 ---> System.OverflowException: 算術演算の結果オーバーフローが発生しました。 場所 dynabookPortalGadget.clsAppLauncher._Lambda$__2(KeyValuePair`2 a0, KeyValuePair`2 a1) 場所 System.Array.FunctorComparer`1.Compare(T x, T y) 場所 System.Collections.Generic.ArraySortHelper`1.SwapIfGreaterWithItems(T[] keys, IComparer`1 comparer, Int32 a, Int32 b) 場所 System.Collections.Generic.ArraySortHelper`1.QuickSort(T[] keys, Int32 left, Int32 right, IComparer`1 comparer) 場所 System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer) --- 内部例外スタック トレースの終わり --- 場所 System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer) 場所 System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer) 場所 System.Collections.Generic.List`1.Sort(Comparison`1 comparison) 場所 dynabookPortalGadget.clsAppLauncher.sortByValue(Dictionary`2 dict) 場所 dynabookPortalGadget.clsAppLauncher.DownloadAppList() 場所 dynabookPortalGadget.clsAppLauncher.init() 場所 dynabookPortalGadget.frmMain.frmMain_Load(Object sender, EventArgs e) 場所 System.EventHandler.Invoke(Object sender, EventArgs e) 場所 System.Windows.Forms.Form.OnLoad(EventArgs e) 場所 System.Windows.Forms.Form.OnCreateControl() 場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 場所 System.Windows.Forms.Control.CreateControl() 場所 System.Windows.Forms.Control.WmShowWindow(Message& m) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 場所 System.Windows.Forms.ContainerControl.WndProc(Message& m) 場所 System.Windows.Forms.Form.WmShowWindow(Message& m) 場所 System.Windows.Forms.Form.WndProc(Message& m) 場所 dynabookPortalGadget.frmMain.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5456 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- dynabook Portal Gadget アセンブリ バージョン: 2.1.0.0 Win32 バージョン: 2.1.0 コードベース: file:///C:/Program%20Files%20(x86)/dynabook%20Portal%20Gadget/dynabook%20Portal%20Gadget.exe ---------------------------------------- Microsoft.VisualBasic アセンブリ バージョン: 8.0.0.0 Win32 バージョン: 8.0.50727.5420 (Win7SP1.050727-5400) コードベース: file:///C:/windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5456 (Win7SP1GDR.050727-5400) コードベース: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5460 (Win7SP1GDR.050727-5400) コードベース: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5462 (Win7SP1GDR.050727-5400) コードベース: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawin

  • FOM出版のMCASのWindows7での起動について・・・

    FOM出版さんのMCASの勉強するソフトをXPで使用してたのですが、最近XPからPCをWindows7に買い替えて、CD-ROMをDLしてみたのですが、DLは普通にできていざ、始めようと起動すると、起動できないのですが・・ FOM出版さんのHPでは32bitで普通に動くとのことで、設定も本に記載されてる通りにしているつもりなんですが、下記の様なコメントがあがってきて普通に起動しないのでだれかどうゆう設定で動くのか教えていただきたいのですが、よろしくお願いします。 ************** 例外テキスト ************** System.BadImageFormatException: 間違ったフォーマットのプログラムを読み込もうとしました。 (HRESULT からの例外: 0x8007000B) 場所 SMEX2007.mdlWinApi.ECISKUtilIsCDROMInsert(String& lpRootPathName, String& lpVolumeName) 場所 SMEX2007.frmStartMenu.frmStartMenu_Load(Object sender, EventArgs e) 場所 C:\MCAS\MCAS Excel2007 MOGI\MCAS Excel2007 MOGI\SMEX2007\frmStartMenu.vb:行 55 場所 System.EventHandler.Invoke(Object sender, EventArgs e) 場所 System.Windows.Forms.Form.OnLoad(EventArgs e) 場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 場所 System.Windows.Forms.Control.CreateControl() 場所 System.Windows.Forms.Control.WmShowWindow(Message& m) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** JIT デバッグ ************** Just-In-Time (JIT) デバッグを有効にするには、このアプリケーション、 またはコンピュータ (machine.config) の構成ファイルの jitDebugging 値を system.windows.forms セクションで設定しなければなりません。 アプリケーションはまた、デバッグを有効にしてコンパイルされなければ なりません。 例: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> JIT デバッグが有効なときは、このダイアログ ボックスで処理するよりも、 ハンドルされていない例外はすべてコンピュータに登録された JIT デバッガに設定されなければなりません。

  • 学習用C言語開発環境とNET Flameworks 2.0について

    学習用C言語開発環境とNET Flameworks 2.0について C言語の勉強を始めたいと思いフリーソフトである学習用C言語開発環境EasyIDECというソフトと、NET Flameworks 2.0をダウンロード&インストールしました。 しかし起動させようとしたら添付した画像のようなWindowが表示されソフトが起動できません。 またプログラムの追加と削除を確認したらNET Flameworks 1.1もインストールされていて競合してしまってて起動されないのでしょうか? よろしくお願いします。 Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.MissingMethodException: メソッドが見つかりません: 'System.String System.Drawing.Font.get_OriginalFontName()' 場所 Sgry.Azuki.FontInfo..ctor(Font font) 場所 Sgry.Azuki.Windows.AzukiControl.set_Font(Font value) 場所 Sgry.Azuki.Windows.AzukiControl.OnHandleCreated(EventArgs e) 場所 System.Windows.Forms.Control.WmCreate(Message& m) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** 文字数の関係上省略します ************** JIT デバッグ ************** Just-In-Time (JIT) デバッグを有効にするには、このアプリケーション、 またはコンピュータ (machine.config) の構成ファイルの jitDebugging 値を system.windows.forms セクションで設定しなければなりません。 アプリケーションはまた、デバッグを有効にしてコンパイルされなければ なりません。 例: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> JIT デバッグが有効なときは、このダイアログ ボックスで処理するよりも、 ハンドルされていない例外はすべてコンピュータに登録された JIT デバッガに設定されなければなりません。

  • giga pocket digital 起動しない

    テレビが起動出来なくなってしまいました。 Microsofat .NET Frameworkの以下のようなエラー表示が出てきます。 どうしたら良いでしょうか。 Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.IO.FileNotFoundException: ファイルまたはアセンブリ 'VFTVAppLibrary, Version=2.0.1.9300, Culture=neutral, PublicKeyToken=null'、またはその依存関係の 1 つが読み込めませんでした。指定されたファイルが見つかりません。 ファイル名 'VFTVAppLibrary, Version=2.0.1.9300, Culture=neutral, PublicKeyToken=null' です。 場所 Sony.VFTV.VFTV.VFTVForm.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 警告: アセンブリ バインドのログ記録がオフにされています。 アセンブリ バインドのエラー ログを有効にするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) を 1 に設定してください。 注意: アセンブリ バインドのエラー ログに関連するパフォーマンス ペナルティがあります。 この機能をオフにするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] を削除します。 ************** JIT デバッグ ************** Just-In-Time (JIT) デバッグを有効にするには、このアプリケーション、 またはコンピュータ (machine.config) の構成ファイルの jitDebugging 値を system.windows.forms セクションで設定しなければなりません。 アプリケーションはまた、デバッグを有効にしてコンパイルされなければ なりません。 例: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> JIT デバッグが有効なときは、このダイアログ ボックスで処理するよりも、 ハンドルされていない例外はすべてコンピュータに登録された JIT デバッガに設定されなければなりません。 ※OKWAVEより補足:「ソニー製品」についての質問です。

  • 意味が分からないエラー

    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

  • 複数のPCからアクセスしたときにエラーがでます。

    VB2008で文書検索のソフトを作成したのですが、 サーバ上に置いている実行ファイルを複数PCからアクセスすると、 2台目以降のPCが起動した時にエラーがでます。 職場のPCを入れ替える前は複数のPCからアクセスしても問題ありませんでした。 エラーの理由が分かる方がいらっしゃれば教えてください。 よろしくお願いします。 職場のPCはWINXPです。 エラーの内容 ************** Exception Text ************** System.IO.IOException: The process cannot access the file '\\文書検索\info.dat' because it is being used by another process. at Microsoft.VisualBasic.FileSystem.FileOpen(Int32 FileNumber, String FileName, OpenMode Mode, OpenAccess Access, OpenShare Share, Int32 RecordLength) at 文書管理システム.FormMain.FormMain_Load(Object eventSender, EventArgs eventArgs) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(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.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  • EBt windows(メモソフト)でエラー

    EBt for Windows(メモソフト)で、環境設定もしくはデータフォルダー変更をするとエラーが出ます。 異常終了等は出ず続行可能ですが、データフォルダー変更ができずデータ取り入れに支障があります。 困っています、ご存知の方、よろしくお願いします。 OSはWindows Vista ハードはFM-V Deskpowerです。 ---以下、エラー表示--- Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.NullReferenceException: オブジェクト参照がオブジェクト インスタンスに設定されていません。 場所 EBtWin.EBtFolderHandler.remove(String iFolderName) 場所 EBtWin.EBtFolderHandler.addFolder(String iFolderName) 場所 EBtWin.EBtFolderHandler..ctor() 場所 EBtWin.EBtWindow.MainMenu_SetDirectory(Object sender, EventArgs e) 場所 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) 場所 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) 場所 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) 場所 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) 場所 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 場所 System.Windows.Forms.ToolStrip.WndProc(Message& m) 場所 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll EBtWin アセンブリ バージョン: 1.0.0.0 Win32 バージョン: 1.0.0.0 コードベース: file:///G:/1aSoft/FileOperation/WindowsXP/aDocument/EBtWin/EBtWin.exe System.Windows.Forms アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll System アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll System.Drawing アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll System.Xml アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll System.Configuration アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll mscorlib.resources アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll System.Windows.Forms.resources アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.3053 (netfxsp.050727-3000) コードベース: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ja_b77a5c561934e089/System.Windows.Forms.resources.dll

  • アプリケーションのコンポーネントエラー

    Final Fantasy XIII Save Editorでセーブデータを開くときに次のようなエラーが出ました アプリケーションのコンポーネントで、ハンドルされていない例外が発生しました。「継続」をクリックすると、アプリケーションはこのエラーを無視し、続行しようとします。 End of stream reached with 45912 bytes left to read。 以下詳細↓ Just-In-Time (JIT) デバッグを呼び出すための詳細については、 ダイアログ ボックスではなく、このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.IO.EndOfStreamException: End of stream reached with 45912 bytes left to read 場所 FFXIII_Updated.Form1.openToolStripMenuItem_Click(Object sender, EventArgs e) 場所 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) 場所 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) 場所 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) 場所 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) 場所 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 場所 System.Windows.Forms.ToolStrip.WndProc(Message& m) 場所 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5448 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- FFXIII Save Editor アセンブリ バージョン: 1.0.1.3 Win32 バージョン: 1.0.1.3 コードベース: file:///C:/Users/user name/Desktop/FFXIII%20Save%20Editor/FFXIII%20Save%20Editor.exe ---------------------------------------- System.Windows.Forms アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5446 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5453 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5458 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- mscorlib.resources アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5448 (Win7SP1GDR.050727-5400) コードベース: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- System.Windows.Forms.resources アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5420 (Win7SP1.050727-5400) コードベース: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ja_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- System.Xml アセンブリ バージョン: 2.0.0.0 Win32 バージョン: 2.0.50727.5420 (Win7SP1.050727-5400) コードベース: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT デバッグ ************** Just-In-Time (JIT) デバッグを有効にするには、このアプリケーション、 またはコンピュータ (machine.config) の構成ファイルの jitDebugging 値を system.windows.forms セクションで設定しなければなりません。 アプリケーションはまた、デバッグを有効にしてコンパイルされなければ なりません。 例: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> とても長くさっぱりです 対処法を具体的に教えていただけたら嬉しいです

  • 共通言語ランタイムデバッグサービス

    いままで普通に動いていたアプリケーションが急に動かなくなり、下記のエラーメッセージが表示されます。 アプリケーションで、 ハンドルできない例外が発生しました。 処理 ID=0x178 (376)、 スレッド ID=0xa10 (2576) アプリケーションを終了するには 【OK】をクリックしてください。  アプリケーションをデバッグするには、【キャンセル】をクリックしてください。 このエラーメッセージの詳細が下記になります このダイアログ ボックスではなく、Just-In-Time (JIT) デバッグを呼び出すための詳細については、 このメッセージの最後を参照してください。 ************** 例外テキスト ************** System.TypeInitializationException: "a" のタイプ初期化子が例外をスローしました。 ---> System.Net.Sockets.SocketException: ソケット操作によりネットワークの停止が検出されました。 at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) at a..cctor() --- 内部例外スタック トレースの終わり --- at c.q(Object A_0, EventArgs A_1) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(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.WmShowWindow(Message& m) at System.Windows.Forms.Form.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) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン : 1.0.5000.0 Win32 バージョン : 1.1.4322.573 コードベース : file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll 以下文字数制限のため省略 と表示されてなにがなんだかわからない現状です。 誰か詳しい方がいましたら、ご教授願います。 よろしくお願いいたします。

  • [C#]Win7で作ったツールがXPで動かない

    C#でツールを作り始めて間もないので、 初心者な質問かもしれませんが よろしくお願いします。 現在、ツールをWindows7で、visual C# 2010 expressで作成しています。 特にプロパティ的なのはいじらず、Windowsフォームアプリケーションで シコシコとツールを作っていました。 で、F6をクリックしてツール化したファイルを WindowsXPで動かそうと思っても動かない・・・ NET Flamework4は入れました。 違うパソコンのWindows7だとちゃんと動きます。 アプリケーションのコンポーネントで、ハンドルされていない例外が発生しました。「続行」をクリックすると、アプリケーションはエラーを無視し、続行しようとします。「終了」をクリックすると、アプリケーションは直ちに終了します。 と表示されて、エラーの詳細は、 以下のように出て、全然意味がわからないです。 解る方いましたが、ご教授お願いします。 =============== System.ArgumentOutOfRangeException: 長さを 0 未満にすることはできません。 パラメーター名: length 場所 System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) 場所 yahooauction.Form1.button6_Click(Object sender, EventArgs e) 場所 System.Windows.Forms.Control.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) 場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ButtonBase.WndProc(Message& m) 場所 System.Windows.Forms.Button.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 読み込まれたアセンブリ ************** mscorlib アセンブリ バージョン: 4.0.0.0 Win32 バージョン: 4.0.30319.1 (RTMRel.030319-0100) コードベース: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ・・・・・(省略)・・・・・ =========================================