我有「WPF userControl Library」項目。在這裏面我有擁有的代碼源文件的文件路徑無法正常工作
<Image x:Name="imgInstructionIcon" Source="images/InfoIcon.png" >
下一行窗口,並在項目中,我有「圖片」文件夾,其中包含InfoIcon.png文件。但我的代碼沒有看到這個文件,並給下一個錯誤:
Error 58 The file images/InfoIcon.png is not part of the project or its 'Build Action' property is not set to 'Resource'
當我改變路徑Source=../images/InfoIcon.png
我看到我的設計圖標,但在運行時沒有看到。 我的項目是解決方案的一部分。
我已經檢查過了。這是資源 – Polaris 2010-06-25 09:29:09
這很奇怪。您是否嘗試將其添加到項目的默認resx文件並從那裏使用它? – 2010-06-25 09:33:23
不,我該怎麼做? – Polaris 2010-06-25 10:04:30