Developers Forum

Getting error for the first time run
RE: Getting error for the first time run

 
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
9 months 22 days ago by jon

Replies