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
|
Hi I've created a LightSpeed ASP.NET MVC 3 Application in VS 2010 and I'm getting started configuring the LightSpeed context etc, mainly by copying the Deals sample. In the Deals sample there's a reference to Mindscape.Lightspeed.Web.Mvc but I'm getting "The type or namespace 'Web' does not exist in the namespace 'Mindscape.Lightspeed'....." I've tried adding the reference manually but can't locate it anywhere - how do I get it into the project? Thanks! |
|
|
You will need to reference the Mindscape.LightSpeed.Web assembly which is located in the bin folder in your LightSpeed installation folder alongside the other LightSpeed assemblies. Also make sure you have a binding redirect specified for the MVC assembly as we compile the .Web assembly against MVC 2 to support that version forward so you will need a binding redirect in place if you are using MVC 3 or 4.
|
|