Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
After Migrating the application from EPiServer 6 to 7, we got an exception as below:
"Unable to load one or more of the requested types. The following exception may be a subset of the Type/LoaderException information present - inspect with debugger for complete view.
Check assemblies [ImageVault.EPiServer5, Version 3.2.2.465, Culture=neutral, PublicKeyToken=null] and /or types
[.........................]"
To fix above we added ImageVault.EPiServer7.dll, ImageVault.Core.dll, Newtonsoft.Json.dll, log4net.dll – all are .net framework 4.0 dlls (Downloaded Image Vault for EPiServer 7 from –
http://world.episerver.com/Download/Other-products/ImageVault/?Version=4) and that introduces compile time error as below:
We are using below DLLs with the version mentioned:
ImageStoreNet.dll – v2.0.50727,
ImageVaultOfficeData.dll - v2.0.50727,
ImageVault.Core.dll - v4.0.30319,
ImageVault.EpiServer7.dll - v4.0.30319
Are these errors coming because the versions of ImageStoreNET.dll and ImageVaultOfficeData.dll are not the one that matches EPiServer 7 i.e. because version is not - v4.0.30319? If yes, from where I can get these DLL’s. If not, then what could be the issue?