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.
我已经在CodePlex上下载并下载了nopCommerce v2.60。我在Windows 8 Pro 64x机器上,安装了。net Framework和SQLEXPRESS 2012。
The nopCommerce solution installs perfectly fine, no problem ! All front-end stuff work fine. But when I try and access:
nopCommerce解决方案安装非常好,没问题!所有前端的东西都没问题。但当我试着访问:
localhost:xxxx/admin
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!
我已经尝试重新安装新的数据库和文件,但是没有成功。我不知道怎么让它工作。在此之前没有任何问题!
2 个解决方案
#1
2
You need to BUILD the whole solution before running. :)
您需要在运行之前构建整个解决方案。:)
#2
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.
在和我的朋友交换电子邮件后,我的朋友非常擅长c#,并且有很好的nopCommerce的经验。他也能像我一样,在他的机器上运行Win 8 Pro 64x和VS 2012的问题。
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.
因此,在VS2012中打开您的nopCommerce,在运行它之前,重新构建解决方案2或3次,然后运行它。
That was the fix for me. So annoying that I spent so much time stuck with it, but I'm glad it works now.
这是我的解决办法。很烦人,我花了那么多时间在它上面,但我很高兴它现在起作用了。
#1
2
You need to BUILD the whole solution before running. :)
您需要在运行之前构建整个解决方案。:)
#2
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.
在和我的朋友交换电子邮件后,我的朋友非常擅长c#,并且有很好的nopCommerce的经验。他也能像我一样,在他的机器上运行Win 8 Pro 64x和VS 2012的问题。
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.
因此,在VS2012中打开您的nopCommerce,在运行它之前,重新构建解决方案2或3次,然后运行它。
That was the fix for me. So annoying that I spent so much time stuck with it, but I'm glad it works now.
这是我的解决办法。很烦人,我花了那么多时间在它上面,但我很高兴它现在起作用了。