This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am trying to run the FilmFestival sample, but I can't find the database, or any creation scripts. Am I blind or is it missing? Sean |
|
|
Jeremy (who wrote that sample) isn't available right now for me to check, but I think his assumption was that, rather than running a SQL script, you could just load the .lsmodel file into the designer, point it at the database of your choice, and do an Update Database. Jeremy did do a series of blog posts on an earlier version of FilmFestival, and the zip file linked from http://www.mindscape.co.nz/staff/jeremy/index.php/2009/03/aspnet-mvc-part4/ does include SQL scripts for both the schema and some sample data, but I have not checked whether this is identical to the finished sample. If no joy, let me know and I'll ping Jeremy to look at this thread when he's available (but it may be a few days). |
|
|
The zip file seems to work. I can now run the project. The issue now is that it is so incomplete! E.g. not a single link on the home page works, not even LogIn. They all fail use to missing actions and controllers.
Not something you can solve imediately, but it's not a good look. Sean |
|
|
Hi Sean, The sample was originally included to just give a quick example of how to get running with ASP.NET MVC and LightSpeed hence the lack of any real functionality. I am currently overseas but I will pop it on my todo list for updating though to pad it out with a more rounded out set of functionality.
Jeremy |
|