Quantcast
Viewing all articles
Browse latest Browse all 764

CSLA 4.2.2 to 4.5.x

I am implementing the upgrade and after a namespace fix, I am running into the following:

 

I have a DataPortal_Fetch that looks like:

Private Shadows Sub DataPortal_Fetch(ByVal criteria As ...)

...

Using dr As IDataReader = New SafeDataReader(obj.Fetch( criteria)

While dr.Read()

Add(criteria.Factory.LoadObjectInfo(dr))

End While

End Using

...

End Sub

 

Before the upgrade everything has been working.  After, I get a "Can not change a read-only list or collection" error.

Whats the new method for loading an InfoList?

 

PS.  Why does the CSLA .NET site keep throwing Script errors and crashing when using IE?  Its done this as long as I can remember and I figure I will mention it now.  :)

 

Thanks in advance for your assistance. 

 

 


Viewing all articles
Browse latest Browse all 764

Trending Articles