&tag();
*目次 [#ffb3dc6b]
#contents

*関連ページ [#x7ddfab0]
-[[WiX]]

*Tips [#jab89d99]
**x64対応 [#f0551c09]
-[[32ビット(x86)のプロジェクトから64ビット(x64)アプリケーションをビルドする maggothand/ウェブリブログ:http://maggothand.at.webry.info/200909/article_3.html]]

**slnで開くVisualStudioのバージョンを変更する [#bcef2511]
-[[.net - How to force a Solution file (SLN) to be opened in Visual Studio 2013? - Stack Overflow:http://stackoverflow.com/questions/19513306/how-to-force-a-solution-file-sln-to-be-opened-in-visual-studio-2013]]にあるように、slnファイルをエディタで開きバージョン指定を以下のように変更。
#pre{{
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
}}
-関連付けがMicrosoft Visual Studio Version SelectorになっていたらこれでOKっぽい。
-さらにソリューションのプロパティでデバッグソースファイルを変更する。Visual Studio 2013のWPFアプリの場合以下のように指定。
#pre{{
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\vccorlib\
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\mfc\
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\atl\
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include
}}


*トラブルシューティング [#k19d86bf]

**"obj\x86\Debug\Demo.exe"を"bin\Debug\Demo.exe" にコピーできませんでした。10 回の再試行回数を超えたため、失敗しました [#pdfc1b70]
-ソリューションの場所を変更したために発生?。
-そもそもクリーンで"bin\Debug\Demo.exe"が削除できなかった(C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(4181,5): warning MSB3061)
-該当ソリューションは複数プロジェクトから成り立っていた。試行錯誤した結果、全てのサブプロジェクトでbinとobjを削除しビルドしなおしたらうまくいくようになった。

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS