reg. Installation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 yıl önce
I have downloaded and installed nop 3.0 and MVC, when I try to run in VS2012 I get following error

A project with an output type of class cannot be started directly

in order to debug this project, add an executable project to this solution
wich references the library. set the executable project as the start up project

any help appriciated
12 yıl önce
you probably getting this error when you opened the project first  time after unzipping the source. to solve the error, in your solution go to presentation-->Nop.Web project and right click on Nop.Web it will bring you a context menu, select the option set as startup Project and then try running the  project.

--Cause of the error

you were getting this error because the project by default you select is a class library which contains only code but no UI.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.