Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,


I have hosted a asp .net project , it was running successfully since 6 months, today there is some problem. it is opening the 1st form, from then onward it is not opening. I am not able find what is the problem?



Please look at the following error...

I am getting this error after installing .net framework 3.5 SP1


XML
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 does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:


Line 29:                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 30:                <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 31:                <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 32:                <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 33:                <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>


Source File: F:\rajithaonline\RSBYREPORTS\RSBY reports site 12022013 modified by Ravi\web.config    Line: 31


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Posted
Updated 14-Feb-13 20:14pm
v3
Comments
_Amy 15-Feb-13 0:17am    
Your question is not so clear. Improve the question and provide more information about the problem you'r facing.
Sergey Alexandrovich Kryukov 15-Feb-13 0:19am    
Not enough information. It can be anything. Any more information?
—SA
Rockstar_ 15-Feb-13 0:50am    
http://219.64.120.168/rsbyreports
Sergey Alexandrovich Kryukov 15-Feb-13 0:53am    
Are you serious?! No, I cannot access it... :-)
—SA
Volodymyr Bobko 15-Feb-13 2:32am    
If you want to make error message visible for forum users, switch off custom errors
should be: <customErrors mode="Off"></customErrors>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900