Patrick.O.Ige

Knowledge Creation is Essential to Business, and Communication is Essential to Knowledge Creation

  Home  |   Contact  |   Syndication    |   Login
  94 Posts | 5 Stories | 342 Comments | 0 Trackbacks

News

SharePoint SharePoint SharePoint

Article Categories

Archives

Post Categories

ADO.NET

Ajax

API/WebServices

ASP.NET Resources

BizTalk Server

Blogs I read

Free Books

How to

JQuery

LINQ

Misc

Mobile BI

Reporting Services

SEO

Sharepoint Resources/Tools

SharePoint 2010 Branding

SharePoint 2010 Videos

SilverLight

SQL Server

Sql Server 2012

SSIS

Windows Phone

WorkFlows

WSS V3

xml

Tuesday, May 06, 2008 #

I was working on a project using Visual Studio.
I had a post build event that updates my assembly in the Global Assembly cache.
I noticed that when i complie my project i get Access denied to the GAC ans sometimes it runs ok.
After doing some research i came across this solution at
global cache security
which suggested using the command  from cmd:

CACLS %WINDIR%\assembly /e /t /p [DOMAIN|MACHINENAME]\useraccount:R
 and that did work for me ..

But  you can see some other suggestions here at  this post
Although the post suggested disabling index services which some people said it worked for them..

hm....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati