Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\h3ugizgc.0.cs' could not be found error CS2008: No inputs specified error line MemoryStream stream = new MemoryStream(System.Text.Encoding.Default.GetBytes(xmlSettings)); Line 52: XmlSerializer serializer = new XmlSerializer(typeof(Items)); Line 53: items = (Items)serializer.Deserialize(stream);
I get this error message when I try to start my application using IIS in Windows 7.
source share