Problem with running NOP4

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
hi there
i have installed nopcommerce 4, i mean, the installation process finished with some errors but database created.
now when i want to run the project , this error happens :


Managed Debugging Assistant 'FatalExecutionEngineError'  occurred
  Message=Managed Debugging Assistant 'FatalExecutionEngineError' : 'The runtime has encountered a fatal error. The address of the error was at 0x71b4d4b9, on thread 0x1718. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.'


in ScheduleTaskService.cs:92

, i tried to install it again but nothing changes, same error happend.

thanks
6 years ago
i find the solutions and just want to share with you guys,
there is a problem with setting the "create_required_data.sql" that cause the problem.
(i don't know why create_sample_data.sql is unreachable for application in installing process but i think it can be something like access permissions or something like this.)

just execute this query file in SSMS and enjoy

path address (presentation/nop.web/app_data/install/fast)
6 years ago
Unfortunately your solution did not work on my nop4 install.
6 years ago
I was able to bypass this issue by disabling all scheduletasks in de DB
6 years ago
I'm getting this error in ScheduledTaskServices GetAllTasks method.

Is there a work around?


Managed Debugging Assistant 'FatalExecutionEngineError' : 'The runtime has encountered a fatal error. The address of the error was at 0x72651ad9, on thread 0x39a4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.'
6 years ago
I was able to get it running by running the create_required_data.sql and create_sample_data.sql, but I can't seem to login with the sample [email protected] account and home page looks to be missing a resource file. There are labels on the home page that are like this...

account.login.welcome
6 years ago
Clear solution, clear temp and re-build solution. It working for me.
6 years ago
Hi Everyone,

I install nopCommerce4.00. install successfully but when we run showing below error in scheduletaskservice.cs file(Line 92) below as:

Managed Debugging Assistant 'FatalExecutionEngineError'
  Message=Managed Debugging Assistant 'FatalExecutionEngineError' : 'The runtime has encountered a fatal error. The address of the error was at 0x6de21a09, on thread 0x32e4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.'


Please help me
Regards,
Aman Kumar
5 years ago
use following to solve problem
Tools menu >Options > Debugging > General > "Use Managed Compatibility Mode"

https://stackoverflow.com/questions/31451431/managed-debugging-assistant-fatalexecutionengineerror
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.