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
480
Cannot edit Columns, etc --- File or Assembly Not Found
posted

When I try to edit the Columns collection from the properties window I get this message. Could not load file or assembly "Infragistics4.WebUI.Design.Win.v11.1, ......lots more". The system cannot find the file specified. This same error happens for a number of the properties. I've executed a repair on the installation, and searched for the assembly in the Infragistics installation folders, and in the GAC, but have had no success.

Can anyone help solve this?

Thanks,

Lee Roper -

 

Parents
No Data
Reply
  • 15979
    Suggested Answer
    posted

    Hello Lee,

    The mentioned by you assembly and the other assemblies of this type (with “Win” in them) are normally used to provide Visual Studio designer support for our controls.

    These assemblies are part of the installation package for ASP.NET controls and should be available in machine GAC.

    They are then used by the Visual Studio designer.

    If your ASP.NET controls are installed correctly you should be able to see this assembly in the GAC (Windows 7 x64):

     

    Can you tell me what install package do you use and what is your Operating System?

Children