Background
I have created standard Virtocommerce store and admin (you can see them at vcadmin.azurewebsites.net and vcstore.azurewebsites.net -- sorry, I have no enough karma to post more then 2 links)
Goal
Thus I started making New Store according to this instructions: docs.virtocommerce.com/display/vc1devguide/New+Store+getting+started
Problem
I take some errors during this process:
- After the VC-SDK wa installed, my local store localhost/vcstore began write error http://screencast.com/t/ne0oP3CMfJdB "Ellastic search server failed" (meanwile /vcadmin was working properly)
- After starting new Store via SDK and IIS express, the error ~"can't load MySQLProvider" was acquired.
- And after all when I tried to launch CommerceManager for the new Store the error about ~"Path access deny" was happened: http://screencast.com/t/erTW6vaJ
Solution
- Rebuild solution VirtoCommerce.sln and run setup-search.ps1
- Just comment strings in the c:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config:
<!-- add name="MySQLMembershipProvider" ... -->
- Using folder properties, give [All] users [Full Acces] to the [c:\Program Files\VirtoCommerce 1.12\SDK\Resources] folder.