Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

Error scaffolding strongly typed views off of CSLA objects....?

$
0
0

We are leveraging a large existing codebase of CSLA business objects into an ASP.NET MVC web application. When scaffolding views for the business objects, the scaffolding engine fails with the following message:

Error

There was an error running the selected code generator:
'The method or operation is not implemented.'

Of note, the business objects are split into three partial classes each. The "Model class" select list in the "Add View" window shows three of each class name, but selecting any of the three for any of the business object classes gives the same error.

How can I find out what is causing the actual error and either correct it or find a workaround?


Viewing all articles
Browse latest Browse all 764

Trending Articles