Strong name signature not valid for this assembly Microsoft.LightSwitch.Model.Xaml.dll

风流意气都作罢 提交于 2019-12-11 21:13:39

问题


I deployed a desktop lightswitch application and my users are getting this error when they install the application:

Strong name signature not valid for this assembly Microsoft.LightSwitch.Model.Xaml.dll

This error is causing the install to fail. Does anyone know the cause of this error or where to start looking?


回答1:


What happened in my case is that VS 2013 has upgraded my LightSwitch app to .net 4.5 framework. The app works ok on machines with .net 4.5 but on machines with 4.0 I get the exact same error during installation process. You can either downgrade the app to .net 4.0 or ask users to install .net 4.5.



来源:https://stackoverflow.com/questions/24702252/strong-name-signature-not-valid-for-this-assembly-microsoft-lightswitch-model-xa

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