Trouble with setting up local environment.

Hi, 

  I am trying to setup the creatio local environment. I am facing a problem asper the bellow screen shot.

     Have any one have  faced this problem ? Any thought how to resolve this?

Like 0

Like

1 comments

Hello,

 

This error could occur due to a missing assembly binding redirect, which means that the application is trying to load a version of the assembly that is not compatible with the version installed on the system.

 

To troubleshoot this error, you can try the following steps:

  1. Check if there are any missing assembly binding redirects in the web.config file of the application.
  2. Check if there are any conflicting versions of the assembly on the system that could be causing the issue.
  3. If the application is running in an Azure Functions environment, check if the correct version of Azure Functions is being used.
  4. Check the logs for more information. 
Show all comments