Config transform error setting up Episerver 9 Commerce project -


i following instructions set new episerver 9 commerce site.

i've followed instructions at: http://world.episerver.com/documentation/items/installation-instructions/installing-episerver/#commerce

when install nuget package episerver.commercemanager following error:

an error occurred while applying transformation 'web.config' in project 'webcommerceapplication' no element in source document matches '/configuration/system.servicemodel/services'

what do wrong?

it seems have transform element that's missing in web.config.

make sure have element like...

<configuration>    <system.servicemodel>       <services />    <system.servicemodel> <configuration> 

...in web.config.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -