Fóruns: VC++公開討議 (Thread #31613)

VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-24 06:09 by blackzoro #62403)

\trunk\VC_test\check_eeprom 内のプロジェクトのプログラムを編集中に次のようなエラーボックスが表示されて、その後VC++ 2010 Expressが自動的に再起動してしまう現象が常に起きます。どなたか対処方法ご存じの方いらっしゃいませんでしょうか。


(表示内容)
*****************************************************************************************
Visual Studio は例外を検出しました。拡張機能が原因である可能性があります。

詳細な情報を得るには、コマンドラインで /log パラメーターを指定してアプリケーションを実行し、’C:\Documents and Settings\xxxx\Application Data\Microsoft\VisualStudio\10.0\ActivityLog.xml’ ファイルを調べて下さい。

*****************************************************************************************



ちょっとActivityLog.xmlってファイルを調べて見ます。










Responder a #62403×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-24 06:20 by blackzoro #62404)

C:\Users\blackzoro\AppData\Roaming\Microsoft\VCExpress\10.0\  このフォルダ内にactivelog.xmlってのがあるとのことなんですが・・・


ないですね・・・


とりあえず報告までに
Responder a #62403

Responder a #62404×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-24 06:21 by blackzoro #62405)

エラーが出るタイミングなんですが、次のテキストをペースト使用とすると必ず出ている感じです。


(ペースト内容)
if (out) {
for (IntelHEXFile::const_iterator i = file->begin(); i != file->end(); ++i) {
const IntelHEXRecordPtr& record = *i;
if (record->type() == "00" && record->data().length() == 32) {
out << "address = " << record->address() << endl;
out << "adj_freq = " << record->data().substr( 0, 2) << endl;
out << "freq_add_sub = " << record->data().substr( 2, 2) << endl;
out << "serial = " << record->data().substr( 4, 6) << endl;
out << "adj_temper = " << record->data().substr(10, 2) << endl;
out << "temper_add_sub = " << record->data().substr(12, 2) << endl;
out << endl;
}
}
}
Responder a #62403

Responder a #62405×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-27 17:04 by toy_dev #62477)

すいません。コピー&ペーストしてもエラー起きなかったんですが^^;

作成済みのソースとバイナリ渡しますか?
Responder a #62405

Responder a #62477×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-28 15:50 by blackzoro #62506)

トゥイーさん

お世話になっております。プログラム編集中にダウンしてしまう症状何ですが、今日Windows UpdateでVC++ 2010 Expressをアップデートして見たところこの症状がなくなりました。そこで、


\trunk\VC_test\check_eeprom


こちらのプロジェクトの内容を、トゥイーさんに教えて頂いたプログラムで作成してどうにかやりたいことができました///

助かりました!



Responder a #62477

Responder a #62506×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: VC++ 2010 Expressでプログラム編集中にエラーでダウンする (2012-02-29 08:37 by toy_dev #62535)

よかったです^^

そのうち Visual Studio の部分だけではなく突っ込んだ部分にも手を出してみたいところです。
Responder a #62506

Responder a #62535×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login