Hi there
I am moving away from standard EF4 out of the box with VS2010 to LLBLGen Pro 3.1 and have just purchased it.
( Note I used use LLBLGen 2 some years ago ) I generated the code - targeting LLBLGenPro Code .NET 4.0 , copied the connection string to Web.config, referenced the Projects from my MVC3 App. Generated views & Controllers using the LLBLGen Pro classes.
Seemed pretty straight forward as I do everything in MVC app as I would with the EF4 Entities.. and the app looks very much like the MVC app example you posted on the LLBLGen Forums.
I get Error Object reference not set to an instance of an object.
at the @foreach (var item in Model) { line of code.
I'm sure I'm missing something really simple..?