I was able to fix this error by finding the assembly DLL in Windows Explorer, right clicking, choosing Properties, and then pressing the "unblock" button. The DLL has a stream that is marking it as an external file - and by clicking unblock you remove that designation.
November Happy Hour will be moved to Thursday December 5th.
Hey guys,
I'm having an issue after updating my project to the latest version of EPiServer CMS. This is the error message I am getting when building my solution:
I have searched my solution for the string "10.10.0.0" with 0 results.
This is my packages.config:
And this is a snippet from my Web.config:
Note that I am referencing EPiServer.Framework 10.10.4 in both files. As previously mentioned, I can't find any reference to 10.10.0 like the error message refers to.
Note that my project builds fine in the Debug configuration, but not in Release or any of my custom build configurations. However, if I manually go and set the build property "Generate assembly serialization" to "Off" instead of the default "Auto", it does build. But I don't feel comfortable with that solution because I suspect it slows down performance.
Other things I have tried without success:
Any feedback is appreciated. Thank you!