質問編集履歴

1

コードの追加

2018/01/13 10:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,35 @@
39
39
  ###補足情報(言語/FW/ツール等のバージョンなど)
40
40
 
41
41
  Visual Studio 2017 Community
42
+
43
+
44
+
45
+ ###追記:エラー再現コード
46
+
47
+ 名前は一部変更しています。
48
+
49
+ ```XAML
50
+
51
+ <Window x:Class="Test.Gui.MainWindow"
52
+
53
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
54
+
55
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
56
+
57
+ xmlns:local="clr-namespace:Test.Gui">
58
+
59
+
60
+
61
+ <local:AttachableImage />
62
+
63
+ <!-- ここで↑エラーが出ます -->
64
+
65
+ </Window>
66
+
67
+ ```
68
+
69
+
70
+
71
+ ###追加情報
72
+
73
+ Debugビルドの出力場所を既定のフォルダから別の場所に変更しています(C++のdllのデバッグを行うため)。