The Readme.mht provides the following as one of the steps for installing:
Install the XamRibbon assembly (Infragistics3.Windows.Ribbon.v7.2.dll) into the Global Assembly Cache (GAC) by dragging it from its folder into C:\Windows\Assembly (i.e., the ‘GAC’)
When I do the same, after just logging in, without VS running, I get a dialog with title:
Assembly Cache Viewer - Installed Failed
and text:
Access is denied: 'Infragistics3.Windows.Ribbon.v7.2.dll'
Using gacutil -I also provides a similar response:
Failure adding assembly to the cache: Access denied. You might not have administrative credentials to perform this task. Contact your system administrator for assistance.
This happens whether I log in as the local Admin user or a domain user with Admin rights.
Platform is windows Vista Business.
How can I get this to work?
You may want to try turning off UAC in Vista then installing the assembly into the GAC, then turning UAC on again. also, I asume you already have .NET Framework 3.0 installed on this machine?
Turning off the UAC, installing as per the instruction, and then turning on UAC did the trick. Thanks again.
Yes, 3.0 is installed by default for Vista, almost forgot about that. Glad you're up and running, I'll recommend we add that step into the instructions!
-Tony