问题描述
如何在Visual Studio本地主机中启动smartstore.net?
How do I start smartstore.net in Visual Studio localhost?
我从SmartStoreNET-2.x \ src \ SmartStoreNET.sln下载了GitHub代码并打开了项目文件
I downloaded the GitHub code and opened project file from SmartStoreNET-2.x\src\SmartStoreNET.sln
下载链接为: https://github.com/liuzengjun/smartstore
推荐答案
此处为构建项目的一些步骤
here some steps for build project
1.在Visual Studio 13中打开您的项目/解决方案,或者可以使用Visual Studio 12,但请确保必须对其进行完全更新,因为解决方案使用了最新版本的mvc和所有其他控件.
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.
2.build SmartStore.Web.Framework.
3.build SmartStore.Web
3.build SmartStore.Web
4.build SmartStore.Services
4.build SmartStore.Services
5.build SmartStore.Data
5.build SmartStore.Data
6.build SmartStore.Core
6.build SmartStore.Core
7.build SmartStore.Admin
7.build SmartStore.Admin
在构建所有解决方案之后,将SmartStore.Web作为项目启动并运行.
after build all the solutions keep SmartStore.Web start as project and run it.
这篇关于如何在localpc中运行SmartStore.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!