|
Rank: Member Groups: Member
Joined: 3/10/2009 Posts: 20
|
I have a number of projects working successfully with eo.web I have just deployed another , on the same server as the existing ones. It is an exact copy of existing one but when I load the project in vs2008 it does not build and fails with could not load file or assembly. I do not rember doing anything different with the existing sites that work. can you help please? Ian
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is most likely a version mismatch, where your project remembered a different version than the version that is installed on your machine. Try to update your project reference to reference the correct EO.Web.dll.
Thanks
|
|
Rank: Member Groups: Member
Joined: 3/10/2009 Posts: 20
|
thanks, I have copied it from another source, I agree it must have been an old version thanks
|
|
Rank: Member Groups: Member
Joined: 3/10/2009 Posts: 20
|
I am having a major problems with this. I thought i got it working a few days ago but it seems that s not the case.
The version I have on my development machine and all my live apps is 6.0.72.2
ON my live server I tried to download the dll again but notice its a newer version. I have dowenloaded this but it will not allow me to register is with the current key I have on my development machine. Should I download and install this new version on my dev machine? And do I need to copy the dll into the bin directory of each app? this is very urgent please help Ian
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Usually you should always make sure your dev machine and your live machine run the sample version. Because your app is built on your dev machine, so your application remembers it uses a specific version of EO.Web.dll. Thus you can not simply replace that version with a new version on your live server. You must update your dev machine, rebuilt it, then copy everything over to your live server.
You do not need to enter your dev key on your live server. Only the license file is needed on your live server.
Thanks
|
|