Failed to download a platform extension: System.Windows.Data.zip in Silverlight

隐身守侯 提交于 2019-12-01 07:39:21

问题


We are running a silverlight asp.net appliction and we get the following error:

Line: 64 Error: Unhandled Error in Silverlight Application Code: 2152
Category: InitializeError
Message: Failed to download a platform extension: System.Windows.Data.zip

What do I need to do to fix this??

Any ideas and suggestions are appreciated!


回答1:


You will need to turn off the "Reduce XAP size by using application library caching" option in order to run the app as standalone.



来源:https://stackoverflow.com/questions/9474517/failed-to-download-a-platform-extension-system-windows-data-zip-in-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!