how to run SmartStore.NET in localpc

大憨熊 提交于 2019-12-06 15:55:33

问题


How do I start smartstore.net in Visual Studio localhost?

I downloaded the GitHub code and opened project file from SmartStoreNET-2.x\src\SmartStoreNET.sln

The download link is: https://github.com/liuzengjun/smartstore


回答1:


here some steps for build project

1.open you project/solution in visual studio 13 or you can use visual studio 12 but make sure that it must be fully updated because solution uses the latest version of mvc and all other controls.

2.build SmartStore.Web.Framework.

3.build SmartStore.Web

4.build SmartStore.Services

5.build SmartStore.Data

6.build SmartStore.Core

7.build SmartStore.Admin

after build all the solutions keep SmartStore.Web start as project and run it.



来源:https://stackoverflow.com/questions/25672497/how-to-run-smartstore-net-in-localpc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!