Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > RadPanelbar Problem
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadPanelbar Problem

Feed from this thread
  • Hh avatar

    Posted on Jan 8, 2011 (permalink)

    HI,

    I have a question regarding to IIS 7.0 and asp.net version 1.1
    My application is developed in asp.net version 1.1 and using telerik for the same version.
    Now we are suppose to migrate to newer server where IIS7.0 is installed and according to server support team IIS7 has limited support for asp.net 1.1 applications.

    I got the following error message: “This control is compiled for ASP.NET 1.x. Please use the ASP.NET 2.0 native version: RadPanelbar.Net2.dll”.

    To resolve this i copy RadPanelbar.Net2.dll in my bin folder and in aspx page assembly reference change from" RadPanelbar" to "RadPanelbar.Net2"

    After that  i get new following error

    "Could not load file or assembly 'RadPanelbar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e0d16f6f4c7e05de' or one of its dependencies. The system cannot find the file specified."

    Let me know what is solution for running the rad control of version asp.net 1.1 in application that is hosted in asp 2.0.

     Note I don't have source code for this application

    Thanks In Advance..............

  • Simon Simon admin's avatar

    Posted on Jan 10, 2011 (permalink)

    Hi Hh,

    Please see the second post on this forum thread for the solution.

    Kind regards,
    Simon
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

  • Hh avatar

    Posted on Jan 13, 2011 (permalink)

    Thanks Simon,

    I read your solutions but i dont have code so please tell me step by step solution..

    So not possible build site...

    Thanks..

  • Simon Simon admin's avatar

    Posted on Jan 17, 2011 (permalink)

    Hi Hh,

    Please remove all references to the assembly in question from your project and then re-add them again making sure they point to the 2.0 version.

    I hope this helps.

    Kind regards,
    Simon
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > RadPanelbar Problem