System.StackOverflowException

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi

I am getting An unhandled exception of type 'System.StackOverflowException' occurred in Autofac.dll
in NopEngine.cs file

at following method

  /// <summary>
        /// Resolve dependency
        /// </summary>
        /// <param name="type">Type of resolved service</param>
        /// <returns>Resolved service</returns>
        public object Resolve(Type type)
        {
            return GetServiceProvider().GetRequiredService(type);
        }

Pls help me to resolve this error.
6 years ago
Your problem might be related to recursion and might be that generating from other premises.

While calculation order total that depend on getting discount something like this.

Lack of information, I couldn't assist you more ,so elaborate your issue as possible.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.