Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
In Visual Studio 2005 when i try to make run for my website project this error appear:

Error 1 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tafawebsite\fdb9ec6c\d2e8bde4\App_Web_outermaster.master.cdcab7d2.g_lldrhw.dll' could not be found

and when i close the Visual Studio 2005 and open it again and try to make run, it work properly

any one have idea about this problem please
Posted

Its a known issue with the VS 2005. Basically the only thing you can do is upgrade to VS 2008 or higher
 
Share this answer
 
I remember having this issue while I was developing in VS 2005. The solution I adopted was to close the project and go to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\websitename and delete all the files from there and reopen the project and things work fine after that ...
 
Share this answer
 
try to use the install of visual studio to repair it!! :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900