Error during the order creation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi!
I installed nopCommerce 1.70 and tried to create the first test order. After choosing shipment methods the error appears (see listing below).

Server Error in '/e-shop' Application.
--------------------------------------------------------------------------------

Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\sxzcg0r4.0.cs' could not be found
error CS2008: No inputs specified

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\sxzcg0r4.0.cs' could not be found
error CS2008: No inputs specified


Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\sxzcg0r4.0.cs' could not be found
error CS2008: No inputs specified
]
   System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) +1357
   System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) +2809
   System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence) +366
   System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +951
   NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.Customer.set_LastShippingOption(ShippingOption value) +346
   NopSolutions.NopCommerce.Web.Modules.CheckoutShippingMethodControl.btnNextStep_Click(Object sender, EventArgs e) +280
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
13 years ago
Solved...
The problem was with security permissions.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.