SDK Server Error: Could not load file or assembly
I just upgraded to the SDK 4.4 and am now getting this error.
I'm on Win7 64-bit, IE9 with Visual Web Developer 10 Express installed.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
|
Hi Ben,
The error you get is coming from the fact that you are referencing an assembly which is an older version. Please make sure that the custom modules ( if you have such in separate projects ) as well as your main project are using the assemblies from the newest version of the SDK. The easiest way to fix the issue is to remove all old references and use the new ones.
All the best,
Victor Velev
the Telerik team
Ben,
I am presently encountering the same issue. We are upgrading a site from 4.3 to 5.0 and we get the same error you did. Do you remember what the resolution was?
Thanks,
Bill
Hi Bill,
In order to resolve this problem you can use the approach which Victor suggested. The other approach available is to perform a binding redirect. In order to achieve this I would suggest to check the following article:
Avoid Version errors with Assembly Binding
Regards,
Kaloyan
Telerik