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
  • 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 

  • 55
    posted

    HI,

    I have exactly the same problem.
    I deinstalled Infragistics 2008.3 and install Infragistics 2010.3 on my machine.
    Now, when i call a web site with the control WebDataGrid i get the error

    Die Datei oder Assembly "Infragistics2.WebUI.UltraWebGrid.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.

    I have no reference to this old control.
    When I call the web site from Visual Studio with the integrated Cassini Server everything is ok.
    I only have the error with my IIS.

    I hope someone can help.

    Thanks