他の方のスレッドに便乗して質問するのではなくご自分で新たにスレッドを起ててください。
runtime errorが出ます。どうすればいいですか?
パソコン初心者です。
最近パソコンの調子が悪くハードディスクが原因ありで交換しました。
パソコンを開くたびにruntime errorが出て
this application has requested the runtime to terminate it in an unusual wayが出る。
どうすればいいか教えてください。
家庭向け Windows | 以前の Windows バージョン | Windows Update
ロックされた質問。 この質問は、Microsoft サポート コミュニティから移行されました。 役に立つかどうかに投票することはできますが、コメントの追加、質問への返信やフォローはできません。
-
Anonymous
2017-09-03T22:56:55+00:00 -
Anonymous
2017-09-03T09:16:52+00:00 HDDに保存したフォルダのうち、読み込みができるフォルダと読み込めないフォルダが混在するようになりました。フォルダを開こうとすると、ゴミ箱が壊れていますとか出ていましたが、本日あるアプリケーションソフトでRuntime Errorが出てからは、完全に開かなくなってしまいました。
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="Off"/><br> </system.web><br></configuration><br>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/><br> </system.web><br></configuration><br> -
Anonymous
2012-12-07T06:28:22+00:00 uham さん、いつもアドバイスをありがとうございます。
ayakobun さん、こんにちは。
マイクロソフトコミュニティをご利用いただき、ありがとうございます。
ハードディスクを交換後、パソコンを開くたびに runtime error が発生するということですね。
「パソコンを開くたびに」というのは、Windows が起動した直後ということでよろしいですか。
起動直後ということであれば、常駐アプリケーションの問題なども考えられるため
<クリーン ブート>でも発生するか確認してみてくださいね。
改善がない場合は、状況をより詳しく調べてみる必要がありそうですね。
uham さん のアドバイスにもあるように、以下の情報を追加で投稿していただけると、
他の方からもアドバイスが集まりやすくなると思います。
■「this application has requested the runtime to terminate it in an unusual way」の他にメッセージやプログラム名などが書かれていないか。
書かれている場合は、全文を正確に投稿してみてください。
■ runtime error が発生するタイミング。
例) Windows 起動直後、IE などのソフトを起動直後
■ ハードディスク交換後は、OS を含めて新規にインストールし直したか。
それとも、データ移行用のソフトを使い、データをコピーしたか。
その場合は、そのソフト名。
確認した結果など、投稿をお待ちしております。
-
Anonymous
2012-12-05T08:00:52+00:00 このエラーは「何」が吐出していますか?
例えば
Microsoft Virtual C++ Runtime Libraly
とか?(エラーウインドウに表示されますよね?)
HDDを交換したとのことですがOSを含め全て新規に入れ直したのでしょうか?
一般的に
「AppData」フォルダーのEveryone アカウントのアクセス権が「拒否」に設定されていませんか?
またAppData フォルダー内に LocalLow フォルダーが作成されており、なおかつ読み取りと書き込みの権限が必要です。
(隠しフォルダなので表示させて確認)