MVVM Light Toolkit throws an System.IO.FileLoadException

后端 未结 2 857
陌清茗
陌清茗 2021-01-24 02:11

I\'m running VS 2010 along with Expression Blend 4 beta. I created a MVVM Light project from the supplied templates and I get a System.IO.FileLoadException when I try to view t

相关标签:
2条回答
  • 2021-01-24 02:31

    If it still doesn't work and you have done what @LBugnion tells to do. Then it is propaly because you run the project from a network location. Try copy the project to a loval drive (could be your desktop). Now it shuold work :D

    0 讨论(0)
  • 2021-01-24 02:33

    Yes, the issue is that the zip files need to be unblocked before you install.

    See http://www.galasoft.ch/mvvm/installing/manually/#unblock

    After you unblock the zip file, you can install on top of the existing DLLs, they will be overwritten with the correct version.

    Greetings, Laurent

    0 讨论(0)
提交回复
热议问题