回答編集履歴
4
追記
answer
CHANGED
@@ -1,2 +1,8 @@
|
|
1
1
|
症状を見る限りでは以下ですが。プロジェクトを右クリック→プロパティ→ビルドタブを選択、設定で32ビットを優先にチェックが入ってませんか?
|
2
|
-
[File not found for existing file in system32 directory](https://social.msdn.microsoft.com/Forums/en-US/c54f8368-035e-478e-b988-b180a3c7e3da/)
|
2
|
+
[File not found for existing file in system32 directory](https://social.msdn.microsoft.com/Forums/en-US/c54f8368-035e-478e-b988-b180a3c7e3da/)
|
3
|
+
|
4
|
+
---
|
5
|
+
以下のコードではどうでしょうか?
|
6
|
+
```C#
|
7
|
+
string bashPath = System.IO.Path.Combine(Environment.SystemDirectory, "bash.exe");
|
8
|
+
```
|
3
追記
answer
CHANGED
File without changes
|
2
追記
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
症状を見る限りでは以下ですが。プロジェクトを右クリック→ビルド
|
1
|
+
症状を見る限りでは以下ですが。プロジェクトを右クリック→プロパティ→ビルドタブを選択、設定で32ビットを優先にチェックが入ってませんか?
|
2
2
|
[File not found for existing file in system32 directory](https://social.msdn.microsoft.com/Forums/en-US/c54f8368-035e-478e-b988-b180a3c7e3da/)
|
1
追記
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
症状を見る限りでは以下ですが。プロジェクトを右クリック→ビルドの設定
|
1
|
+
症状を見る限りでは以下ですが。プロジェクトを右クリック→ビルドの設定で32ビットを優先にチェックが入ってませんか?
|
2
2
|
[File not found for existing file in system32 directory](https://social.msdn.microsoft.com/Forums/en-US/c54f8368-035e-478e-b988-b180a3c7e3da/)
|