我正在开发一个silverlight应用程序,我希望通过代码添加Image源代码 所以我正在添加像这样的图像源
img.Source = new BitmapImage(new Uri(@"C:\Users\Jitendra\Pictures\2006-09-11 001\Kamlesh\DSC_0261.JPG", UriKind.Absolute));
这不起作用。
但是看看这个进入WPF的工作正常。
答案 0 :(得分:0)
运行应用程序时无法访问您的C驱动器。尝试将图像添加到项目中并使用相对URI。