Sitefinity 4.2 Hot Fix 1 - Could not load file or assembly Telerik.Sitefinity.MigrationContracts
After copying the dlls from the hot fix package to my projects bin folder, All my projects report the following error.
Anything else I need to change ?
Hi Ronny,
The error you are getting is due to missing assembly - Telerik.Sitefinity.MigrationContracts. As you noted the rebuilt action removed some of the dlls, which is most likely to be the cause of the issue. You can find all needed assemblies by Sitefinity in _EmptyProject\bin which can be found in the same directory as your Project Manager.
Best wishes,
Victor Velev
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
There's a nice solution here:
http://stackoverflow.com/questions/2179856/keep-visual-studio-from-deleting-everything-from-bin-on-rebuild
Robert