Link to home
Start Free TrialLog in
Avatar of ChrisMDrew
ChrisMDrew

asked on

Clearing the GAC

I'm running Windows 7 and Visual Studio 2010.  I have a web site which I have just upgraded to the last version of the Infragistics controls.  Now when I try to build the web site I get the error:

Error      15      The type 'Infragistics.WebUI.UltraWebGrid.LayoutEventArgs' exists in both 'c:\Users\ChrisD\AppData\Local\Temp\Temporary ASP.NET Files\lime-republic.com\c130eabb\d1589d7e\assembly\dl3\6f514b3a\76c1f8d5_bfc6cb01\Infragistics35.WebUI.UltraWebGrid.v10.3.DLL' and 'c:\Windows\assembly\GAC_MSIL\Infragistics35.WebUI.UltraWebGrid.v11.1\11.1.20111.2036__7dd5c3163f2cd0cb\Infragistics35.WebUI.UltraWebGrid.v11.1.dll'
            
I have deleted all of the files from the users folder but they get re-created as soon as I start a build.  I guess I need to clear the files out of the GAC but I don't seem to have the required access.  I have just installed Windows 7 and am a bit of a novice with its security.  I have tried simply rebooting but this does not clear the GAC.  

For some reason I don't have a 'run as administrator' option when right-clicking an executable - I was going to use a freeware tool called GACBrowser but this also gets access denied.

How can I get around this problem?
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

You could turn of UAC (User Access Control) temporarily, to see if that is the problem.
Snapshot.png
Do you have a Web Site model or Web Application model (project file or not)?
ASKER CERTIFIED SOLUTION
Avatar of Craig Wagner
Craig Wagner
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ChrisMDrew
ChrisMDrew

ASKER

Thanks - one of my projects had an invalid reference which I hadn't spotted.  Guess I'm just used to being an Infragistics bug/problem!