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);
我收到此錯誤消息時,我嘗試用朗姆酒IIS我的應用程序在Windows 7無法生成臨時類
我遇到了這個問題,雖然我的IIS是「開箱即用」,但仍然需要在事情發生之前添加IIS_IUSRS。 – AlG 2012-02-24 14:00:53