When installing the version 2.80 I am getting the following error if database is already created: "Sequence contains more than one element" and If I select an option to create new database it creates the new database but gives the following error: "Object reference not set to an instance of an object."
I have done some changes in Views and css only not in code anywhere.
What is wrong with the installation I don't understand.
Frustration with publishing nop2.8 via visual studio 2012
I downloaded source code and everything is working fine on my windows 8. I built solution and nop.admin. After I published use FTP method at vs 2012 , I got two issues 1. No Tax Providers problem 2. Can not open admin page . I have noticed that nop.admin.dll was not in published bin folder but in bin of Nop.web. Every time the nop.admin been built and nop.admin.dll goes to bin in Nop.web. however when Nop.web been published , the bin doesn’t contain nop.admin.dll. I tried to add Nop.admin at project dependencies setting and re-built solution or copy nop.admin.dll into published bin and problems are still persistent Anyone please advise me how to publish Nop.web properly . thanks