Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Silverlight 无法在我的windows phone 7应用程序中使用WriteableBitmapEX_Silverlight_Windows Phone 7_Writeablebitmapex - Fatal编程技术网

Silverlight 无法在我的windows phone 7应用程序中使用WriteableBitmapEX

Silverlight 无法在我的windows phone 7应用程序中使用WriteableBitmapEX,silverlight,windows-phone-7,writeablebitmapex,Silverlight,Windows Phone 7,Writeablebitmapex,我正在使用WindowsPhone7应用程序,我需要使用WriteableBitmapEX,我从下载了dll文件 然后我解除了zip文件夹的锁定,然后解压了文件夹。 但是当我尝试使用它时,我得到了这个错误 错误1无法加载程序集file:///C:\Users\User\Desktop\RenderV2\PhoneApp1\Bin\Debug\WriteableBitmapExWinPhone.dll。此程序集可能已从Web下载。如果程序集已从Web下载,则Windows会将其标记为Web文件,即

我正在使用WindowsPhone7应用程序,我需要使用WriteableBitmapEX,我从下载了dll文件 然后我解除了zip文件夹的锁定,然后解压了文件夹。 但是当我尝试使用它时,我得到了这个错误

错误1无法加载程序集file:///C:\Users\User\Desktop\RenderV2\PhoneApp1\Bin\Debug\WriteableBitmapExWinPhone.dll。此程序集可能已从Web下载。如果程序集已从Web下载,则Windows会将其标记为Web文件,即使它驻留在本地计算机上也是如此。这可能会阻止它在项目中使用。可以通过更改文件属性来更改此指定。仅取消阻止您信任的程序集。有关更多信息,请参阅

谁能帮我一下吗,
谢谢

您需要解锁DLL,有几种方法可以做到这一点


您是否确实解除了dll文件本身的阻止?