Can't Access Admin CP on nopCommerce v2.60

我的未来我决定 提交于 2019-12-08 05:44:08

问题


I have gone here on CodePlex and downloaded nopCommerce v2.60. I am on a Windows 8 Pro 64x Machine, I have .NET Framework and SQLEXPRESS 2012 installed.

The nopCommerce solution installs perfectly fine, no problem ! All front-end stuff work fine. But when I try and access:

localhost:xxxx/admin

I get the following error:

I have already tried re-installing with fresh database and files, but no success. I don't know how to get it to work. Before this use to work no problems at all!


回答1:


You need to BUILD the whole solution before running. :)




回答2:


Ok after an exchange of emails with a friend of mine who is really good at C# and has excellent experience with nopCommerce. He too was able to duplicate the problem on his machine running Win 8 Pro 64x along with VS 2012, like me.

It turned out, for some strange reason, one must build, and re-build the solution a couple of times before running it in VS 2012.

So open up your nopCommerce fresh in VS2012, and before you run it, re-build the solution 2 or 3 times, and then run it.

That was the fix for me. So annoying that I spent so much time stuck with it, but I'm glad it works now.



来源:https://stackoverflow.com/questions/15762575/cant-access-admin-cp-on-nopcommerce-v2-60

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