Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, August 9, 2014 10:58 PM
I recently installed Visual Studio 2013 Express and immediately ran into issues after trying to debug a simple "Hello World" console app.
**I was given the follow Warning - **
Warning 1 Could not write lines to file "C:\Users\NAME\AppData\Local\Temp\NETFramework,Version=v4.5.AssemblyAttributes.cs". Access to the path 'C:\Users\NAME\AppData\Local\Temp\NETFramework,Version=v4.5.AssemblyAttributes.cs' is denied. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 2827 5 ConsoleApplication1
**In addition I also have the following Error - **
Error 2 Source file 'C:\Users\NAME\AppData\Local\Temp\NETFramework,Version=v4.5.AssemblyAttributes.cs' could not be found c:\users\NAME\documents\visual studio 2013\Projects\ConsoleApplication1\ConsoleApplication1\CSC ConsoleApplication1
I cannot find the .NETFramework,Version=v4.5.AssemblyAttributes.cs file and am completely clueless as to what I need to do.
Some help with this would be really appreciated. If there are any solutions I'd appreciate if they're described thoroughly as I'm a bit new to mucking around with Visual Studio 2013. If there's any other information I can give please ask.
Thanks.
All replies (1)
Monday, August 11, 2014 10:11 AM âś…Answered | 1 vote
Hi Leo,
Please check it again if you run your VS as the admin.
http://stackoverflow.com/questions/23276474/visual-studio-2013-cant-run-c-sharp-files
Please clean your temp folder, and then delete the .suo file in your project folder, and then re-open your project, re-build it, test it again.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.