Dear Joe,
I uploaded mojo portal with our integrated modules on live server (windows 2003) but it gives error mentioned below:
However i have performed following actions but no luck,
1. Installed .NET Framework 3.5 on server
2. Installed Ajax Toolkit
3. Also copied System.Web.Extensions assembiles from my local folder (C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5) on live bin folder of website.
It would be great if you can tell me how can i make it workable,
============== Error below =====================
Parser Error Message: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 878:
Line 879: <!-- 3.5 .NET -->
Line 880: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 881: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 882: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Source File: D:\home\Default\itargetcrm.co.uk\htdocs\Web\web.config Line: 880
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 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