Rank: Member Groups: Member
Joined: 10/28/2008 Posts: 23
|
I am moving a project from my XP machine to my Windows 7 machine and the the Windows 7 machine has the newer version of EO.Web (V7.0.57.2). I have copied the newer version of the eo.web.dll to the bin folder but I get the following error.
Error 2 Could not load file or assembly 'EO.Web, Version=6.0.50.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) C:\Users\rrushing\Documents\Visual Studio 2008\WebSites\iTracker\iTracker.aspx 1
Is my license file the issue: license> <licenseId>xxxxxxxxxxxxx</licenseId> <licensee>Ronald Rushing</licensee> <allow> <add type="Menu" version="6.0" /> <add type="SlideMenu" version="6.0" /> <add type="TabStrip" version="6.0" /> <add type="TreeView" version="6.0" /> <add type="MultiPage" version="6.0" /> <add type="Calendar" version="6.0" /> <add type="Callback" version="6.0" /> <add type="AJAXUploader" version="6.0" /> <add type="Dialog" version="6.0" /> <add type="Splitter" version="6.0" /> <add type="MaskedEdit" version="6.0" /> <add type="Grid" version="6.0" /> <add type="ColorPicker" version="6.0" /> <add type="SpellChecker" version="6.0" /> <add type="Editor" version="6.0" /> </allow> <signature>xxxxxxxxxxxxxxxxxxxx==</signature> </license>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can't just copy the new DLL into there. You have to rebuild your application against the new DLL so that your app knows that it should try to load 7.0.57.2, not 6.0.50.2.
You will also need to go to your "My Orders" page to download a new license file for 7.0. It should be free for you.
Thanks!
|