Monthly Archive: July 2012

Jul 13

CodeRush XPress Menu Item Missing

Developing on Visual Studio 2010 on Windows Server 2008 R2. I downloaded and installed CodeRush XPress 11.2 and found the DevExpress menu missing. The final post in the following forum lead me down the right path. http://community.devexpress.com/forums/p/28346/28346.aspx “This is actually an issue with the express version of CodeRush DevExpress where Microsoft requested the menu to …

Continue reading »

Jul 11

Uninstall an assembly from the GAC: Access Denied

If you’ve encountered this problem, you probably did a Google search. You must have noticed there isn’t alot of solutions which have worked for you. Here’s something that has worked for me. In the command prompt, I executed the following code: cd /d %windir%\assembly attrib -r -h -s desktop.ini mkdir gacview move desktop.ini gacview attrib …

Continue reading »