Rank: Newbie Groups: Member
Joined: 8/8/2007 Posts: 9
|
Hi,
The application works fine on my development server but the following error occurs on the web server:
Configuration 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 'eWorld.UI, Version=1.9.0.0, Culture=neutral, PublicKeyToken=24d65337282035f2' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 42: <add assembly="System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 43: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> Line 44: <add assembly="eWorld.UI, Version=1.9.0.0, Culture=neutral, PublicKeyToken=24D65337282035F2"/></assemblies></compilation> Line 45: <pages> Line 46: <namespaces>
Source File: C:\Inetpub\wwwroot\MCC_Agenda_Test\web.config Line: 44
Assembly Load Trace: The following information can be helpful to determine why the assembly 'eWorld.UI, Version=1.9.0.0, Culture=neutral, PublicKeyToken=24d65337282035f2' could not be loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
I tried using regasm and gacutil but to no avail. Both the development and web server are running .net 2.0.50727
Any ideas?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Alex,
You are getting error on "eWorld.UI". That is not us. Ours is "EO.Web".
Thanks
|
Rank: Newbie Groups: Member
Joined: 8/8/2007 Posts: 9
|
Hi,
...er...ah...oops!....sorry about that! I've bought so many addins for VS I sometimes forget which is which...yours is definitely the best though!:)
Thanks again and apologies!
Alex
|