我将 Visual Studio 2012 与 .NET 4.0 (C#) 一起使用。现在,我在 Xaml 中添加了一个图像:
<Image Source="/PPPos.Common.Images;component/Application/Pos.jpg" Stretch="Fill" />
Image Pos.jpg 作为资源包含在引用的程序集 PPPos.Common.Images.DLL 中。
Visual Studio 2012 现在给了我错误列表中的休闲异常:
错误 2 找不到路径“C:\PPPos.Common.Images;component\Application\Pos.jpg”的一部分。
但是我可以毫无问题地编译源代码,并且在我运行应用程序时会显示图像。这也是 Visual Studio 2012 的新增功能 - Visual Studio 2010 的 ErrorList 中没有错误消息。
有人有想法,可能有什么问题?