Link to home
Start Free TrialLog in
Avatar of RCG_Support
RCG_SupportFlag for United States of America

asked on

Cannot load Microsoft.MSXML Version 8.0.0.0

Hi,

I am trying to deploy an Ajax-enabled ASP.NET 2.0 web application that leverages NHibernate for OR-mapping.  Works fine locally, but when I deploy to the web server and browse to the Login.aspx page, I get the following error.  Can someone tell me what the problem means?  And if I need to download a new version of MSXML parser to install on the web server, where can I find it?



Server Error in '/' Application.
--------------------------------------------------------------------------------

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 'Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 52:                         <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 53:                         <add assembly="vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 54:                         <add assembly="Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 55:                         <add assembly="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 56:                         <add assembly="Microsoft.VisualStudio.ProjectAggregator, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
 

Source File: C:\Websites\tradetracker\web.config    Line: 54

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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
Avatar of Juan_Barrera
Juan_Barrera
Flag of New Zealand image

Avatar of RCG_Support

ASKER

Unfortunately that doesn't help.  We already had MSXML 6.0 installed on the web server.  I uninstalled, reinstalled, and rebooted for good measure, and I'm still getting the same exact error.
Mmm...I had a similar problem, but with another 3rd party componenty, and installing the MSXML parser solved it.
I'm sorry it didn't work
Makes sense, but what version would this be?  Below is a link to a list of Microsoft.MSXML versions and there is no 8.0.0.0.  Is it possible that any 8.x version would be suitable?

http://support.microsoft.com/kb/269238
ASKER CERTIFIED SOLUTION
Avatar of Juan_Barrera
Juan_Barrera
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial