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 -
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?
Can you put the dll somewhere I can access it?
Thanks Alex,
Lee
Hi Alex. I actually do see the assembly highlighted by you in your reply. But the assembly being requested is build 2036. My OS is Win7 and the install package is vv11.1.20111.2036
Some background. I had been having problems with the v11.1.20111.1006 Hierarchical grid, and I read somewhere that v11.2, with batch updating, sounded like it would solve a lot of the issues I was having. So I installed it, removing the older version first. This may be the root of what went wrong...I just don't know.
Anyway, another of my colleagues took the page with the hierarchical grid. Another set of eyes can sometimes help. <shrug> I am now working on a new page that has a WebDataGrid on it. Right now, until I can get this resolved, I'm just coding the control without help of the designer, which is a bit slow since I'm not that familiar with it. If I could get the right build of the dll, all would be well, I think.
Thank you Alex.
Lee...