Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Issues - Upgrading from ASP.NET 2007 Vol3 to 2010.3
posted
Is there any documentation on this subject? I am moving from win 2003 to 2008 R2. Encountering many issues. Latest is related to my master page. Here is the error. Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'Infragistics2.WebUI.WebDateChooser.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified. Source Error: Line 1: Line 2: Line 3: Source File: /MasterPage.master Line: 1 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Infragistics2.WebUI.WebDateChooser.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' 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.5420; ASP.NET Version:2.0.50727.5420
Parents
No Data
Reply
  • 55
    posted

    Hi schrecengost,

    I found a solution for me.

    I deinstalled Infragistics, Ajax Extensions and IIS-Server. 
    Then I installed again IIS, Ajax-Extensions and Infragistics and now it works. 

    Perhaps you can try first to register ASP.NET again in IIS with the following command

    aspnet_regiis -i

    I had to do this after the new Installation of IIS. You can try this before the Deinstallation.

    Best wishes.

    Jürgen 

Children
No Data