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

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

Old forum URL: forums.lhotka.net/forums/t/12858.aspx


reagan123 posted on Thursday, April 02, 2015

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?

JonnyBee replied on Monday, April 06, 2015

Hi,

Have you checked or posted on the ASP.NET discussion forums? This is probably an ASP.NET MVC issue.

ASP.NET MVC is open source so you may also debug this yourself? 

Copyright (c) Marimer LLC