I think the new add-on view dialog released with RC1 is preferred. If you specify a visual data class, then it creates a loft view for you. This seems to work fine with the classes defined in projects within my solution. Some of my domain classes are successors from a base class that are defined in the external assembly (and referred to in my web project). When I specify one of these domain classes, then I get an error, Visual Studio is reporting a TypeLoadException on the external base class.
I did a little debugging with ProcMon and found that it was looking for base class DLL in a temporary folder, among other places. That folder was included in my derivative domain model class DLL. I did not see the DLL of the base class, for the sake of joke, I copied it there and Vola, I can add the scene.
Is this a bug?
Yes this is a bug. Please enter it on
Comments
Post a Comment