I have a C # executable that runs the WCF web service on the same server. It worked fine until it started calling this error message
Message : Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\mchgnxs3.0.cs' could not be found error CS2008: No inputs specified
What I have tried so far: Provides read / write access to the account that runs WCF
Recently, the server crashed and was restored from the backup server. Is there a chance that it is associated with an error?
Jeyaganesh
source share