Rank: Newbie Groups: Member
Joined: 6/22/2018 Posts: 1
|
I just downloaded EO.Total.2018.1.91.0.msi and installed but I am getting the following error message. what could be the problem? thanks.
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=6.0.80.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)
Source Error:
Line 69: <compilation defaultLanguage="c#" debug="true" targetFramework="4.5"> Line 70: <assemblies> Line 71: <add assembly="EO.Web, Version=6.0.80.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc"/> Line 72: </assemblies> Line 73: </compilation> Assembly Load Trace: The following information can be helpful to determine why the assembly 'EO.Web, Version=6.0.80.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = EO.Web, Version=6.0.80.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc (Fully-specified) LOG: Appbase = file:///E:/Repos/ADP-ADPWarranty/ LOG: Initial PrivatePath = E:\Repos\ADP-ADPWarranty\bin Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: E:\Repos\ADP-ADPWarranty\web.config LOG: Using host configuration file: C:\Users\gxy01\Documents\IISExpress\config\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Post-policy reference: EO.Web, Version=6.0.80.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/f833ab06/8c349785/EO.Web.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/f833ab06/8c349785/EO.Web/EO.Web.DLL. LOG: Attempting download of new URL file:///E:/Repos/ADP-ADPWarranty/bin/EO.Web.DLL. WRN: Comparing the assembly name resulted in the mismatch: Major Version ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2102.0
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,344
|
Hi,
The error message already pointed out quite clearly that you have added EO.Web 6.0.82.2 in your config file and now it can not be found (as you have replaced the DLLs to newer version). So all you need to do is to update the config file to the new version.
Thanks!
|