|
Rank: Newbie Groups: Member
Joined: 7/18/2009 Posts: 2
|
I have the suite, but only using the datepicker and message box. On by development computer, everything works well. When I copy entire folder to my IIS webserver running on a Windows 2008 Server I get the error:
Parser Error Message: Could not load file or assembly 'EO.Web' or one of its dependencies. The system cannot find the file specified.
I have the same .dll on the server as I have on my computer and in the same folder structures (since I copied the website folder from my computer to the server). I also installed the software on the server and did the EO License manager on the server. Any suggestions?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The easiest workaround is to add EO.Web.dll into GAC and then reference the DLL from GAC. You do not need to installer or run License Manager on the server.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/18/2009 Posts: 2
|
How do I add EO.Web.dll into GAC and then reference the DLL from GAC? Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can find instructions on how to add our controls into GAC at here: http://doc.essentialobjects.com/library/1/installationanddeployment/gac.aspxNote you may need to install .NET SDK in order to have "Microsoft .NET Framework 2.0 Configuration". Once you have the DLL in GAC, you would just go to your Visual Studio "Add Reference" dialog to add it from the ".NET" tab. You may need to delete your old reference to EO.Web. Note these steps are not particular to EO.Web, they are the same for every .NET DLL. So if you are still not clear about it, you can search online and you should be able to find plenty of information about it. Thanks!
|
|