Orcas Beta 1 and Private Acessors CSLA 3.0 Beta 1

Orcas Beta 1 and Private Acessors CSLA 3.0 Beta 1

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


GlennMiller posted on Tuesday, June 26, 2007

We are running CSLA 3.0 beta 1 with Orcas Beta 1. We are running into a problem creating Private Accessors. Microsoft redid how they work under the hood in this new version of Visual Studio. So, what we are running into is we tell Orcas to create a private accessor for our CSLA Business Objects.

When we try to compile our test project we get this compile error:

Error 1 System.Collections.Generic.IList`1[Csla.NameValueListBase`2+NameValuePair[K,V]] is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true. Infrastructure.Utility.Test

So there must be something wrong with how things are being generated with Orcas. My question is does anyone have an idea of how to fix this?

 

Copyright (c) Marimer LLC