When installing Sitecore Experience Commerce 9.0 on a local environment, the following error occurred:
BootStrapping Commerce Services: http://localhost:5005/commerceops/Bootstrap()This drills down to the Customer.Sample.Solution.sln solution which was compiled into a zip file and placed in C:\MyDeploy\Content\Engine. At the time of writing, the reference projects inside this solution were using the .NET Framework 4.6.2 which need to be updated to 4.7. This can be achieved by installing the dev pack for .NET Framework 4.7 and changing the target framework for the solutions using Visual Studio 2017.
**********************
Command start time: 20180111100414
**********************
PS>TerminatingError(Invoke-RestMethod): "The remote server returned an error: (500) Internal Server Error."
Changing the target framework to 4.7 |
No comments:
Post a Comment