Was involved in the recent setup of an EPiServer test VM and during installation of a sample site we were getting this error on the setup page when it loads the browser:
Exception: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\tc4s4ocu.0.cs' could not be found error CS2008: No inputs specified []
Determined the error was due to a permissions problem which caused the file not to be placed in the temp directory in the first place. We needed to ensure that the local asp.net account had read/write permissions to C:\Windows\temp
1 comment:
Brill! this was buggings us for a good 5 minutes.
Cheers,
-- Lee
Post a Comment