Friday 7 March 2008

VS2005 build fails "Access Denied" on temporary .NET files

I was trying to build my solution and it kept on failing because of the following error:

Error 62 Access to the path 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dh.shop\1cf3210c\90e45f72\resources.ordering.fr-fr.resources' is denied. C:\GroupDSG\Development\Code\dh\dh.Shop\App_GlobalResources\Ordering.fr-FR.resx 1


The solution was to give Write persmissions to the Users group for the Temporary .NET Folder.

Write permission - c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

No comments: