Configuration Problem

A

Ather Ali Shaikh

I am getting following error when opening a old project, can any one tell me the actual problem ....
Thanks.
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: The located assembly's manifest definition with name 'iMMs1' does not match the assembly reference.

Source Error:

Line 170: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 172: <add assembly="*"/>
Line 173: </assemblies>
Line 174:


Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 172
 
K

Ken Cox [Microsoft MVP]

Is it possible that there's a different version of the .Net runtime
involved? Could the project have been compiled with 1.1?

You might want to check with this tool:

http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx


I am getting following error when opening a old project, can any one tell me
the actual problem ....
Thanks.
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: The located assembly's manifest definition with name
'iMMs1' does not match the assembly reference.

Source Error:

Line 170: <add assembly="System.Drawing, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171: <add assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 172: <add assembly="*"/>
Line 173: </assemblies>
Line 174:


Source File:
c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line:
172
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top