Where the hell is it, can't be more concise than that.
[editline]29th November 2010[/editline]
Wow I just clicked this thread and it asked me to download the thread title.
I must suck at google then
/closed
[editline]29th November 2010[/editline]
Wait wait wait.
[code]
C:\Windows\Microsoft.NET\Framework\v2.0.50727>csc.exe C:\C#\first.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.4016
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
error CS1619: Cannot create temporary file
'c:\Windows\Microsoft.NET\Framework\v2.0.50727\CSC1630.tmp' -- Access is
denied.
C:\Windows\Microsoft.NET\Framework\v2.0.50727>
[/code]
That is due to your working directory.
Make sure you are in your user folder and type the full path.
Looks like you need to run command prompt in administrator mode.
-snip- tho
Sorry, you need to Log In to post a reply to this thread.