Developers Forum


Getting error for the first time run

 
"An error occurred while creating a controller of type 'MvcCms.Web.Controllers.HomeController'. If the controller doesn't have a controller factory, ensure that it has a parameterless public constructor"
2 years 6 months 6 days ago by capricornf

Replies

Reply posted by jon 2 years 6 months 6 days ago View Branch And Reply
I have seen that one a few times. It sounds like you may not have MVC 1.0 installed. Here are a few questions that can help me figure it out, Are you running the application from visual studio or IIS? I assume you are using the 1.0 version downloaded from Codeplex? If you are running from visual web developer/studio can you build the application before browsing and getting that error?
 
Run the line below in sql and post any rows here that you have
select * from log where level<>'INFO' order by id desc