|
Rank: Newbie Groups: Member
Joined: 10/19/2015 Posts: 2
|
we are suddenly getting this error and our intranet is down. Looking to see if someone can help with this error??
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'EO.Web, Version=9.0.29, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. The system cannot find the file specified.
Source File: C:\Inetpub\xxx\web.config Line: 50
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please check:
1. EO.Web's version number has 4 numbers. In your error message you only have three (for example, 9.0.29.2 can ber a good version number, but 9.0.29 is not). So please find out the full version number of EO.Web.dll you are using and put that number in your web.config;
2. Please make sure EO.Web.dll with exactly the same version number is in your application's bin directory;
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/19/2015 Posts: 2
|
Thanks. Somehow the BIN folder got moved into another folder by accident. When I did a search for the dll I found and moved it.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Glad that you found out the problem.
Thanks!
|
|