I saw similar discussion before about Godaddy Installation for NopCommerce older version. so hopefully someone can shed some light on this one too.
My IT was trying to install a 3.70 based Nopcommerce theme we bought from www.Nop-template.com (which we believe is also a NopCommerce partner). Unfortunately, it has not been successful with several attempts made, we followed some instructions from earlier threads by other people.
Below is the initial error information. it looks like it is about the permission on the surface. However, when IT followed the message and changed it to allow the Write Permission for the directory with the issue, some other message pop up.
The same installation worked out well with EverLeap. Just not sure how we should change the Godaddy setting to make it work.
Would much appreciate if anybody can shed some light on this one.
--------------------------------------------------------------------------------------------------------------------------
Server Error in '/' Application.
________________________________________
Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
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.UnauthorizedAccessException: Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
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:
[UnauthorizedAccessException: Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +11804717
System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost) +11688764
System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) +53
Nop.Core.Plugins.PluginManager.InitializeMediumTrust(FileInfo plug, DirectoryInfo shadowCopyPlugFolder) +260
Nop.Core.Plugins.PluginManager.PerformFileDeploy(FileInfo plug) +79
Nop.Core.Plugins.PluginManager.Initialize() +1198
[Exception: Plugin 'Seven Spikes Core'. Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.]
Nop.Core.Plugins.PluginManager.Initialize() +2084
[Exception: Plugin 'Seven Spikes Core'. Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
]
Nop.Core.Plugins.PluginManager.Initialize() +2487
[InvalidOperationException: The pre-application start initialization method Initialize on type Nop.Core.Plugins.PluginManager threw an exception with the following error message: Plugin 'Seven Spikes Core'. Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
.]
System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures) +613
System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +141
System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +102
System.Web.Compilation.BuildManager.ExecutePreAppStart() +157
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +531
[HttpException (0x80004005): The pre-application start initialization method Initialize on type Nop.Core.Plugins.PluginManager threw an exception with the following error message: Plugin 'Seven Spikes Core'. Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
Access to the path 'G:\PleskVhosts\finecm.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9946024
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +261
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:
[VerificationException: Operation could destabilize the runtime.]
SevenSpikes.Nop.Plugins.Core.DependencyRegistrar..ctor() +12
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +113
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +206
System.Activator.CreateInstance(Type type, Boolean nonPublic) +83
System.Activator.CreateInstance(Type type) +11
Nop.Core.Infrastructure.NopEngine.RegisterDependencies(NopConfig config) +476
Nop.Core.Infrastructure.NopEngine.Initialize(NopConfig config) +20
Nop.Core.Infrastructure.EngineContext.Initialize(Boolean forceRecreate) +92
Nop.Web.MvcApplication.Application_Start() +41
----------------------------------------------------------------------------------------------------------------------------------