RE: Converting Objects to XML

RE: Converting Objects to XML

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


snesbitt posted on Tuesday, February 26, 2008

BusinessListBase needs to be fully-qualified with Csla.Core.BusinessListBase if you do not have an Import (VB) or using (C#) statement for the Csla.Core namespace.  As for the other compilation error, I have never used VB.Net, but I understand that typeof() is C# and TypeOf in VB.Net have completely different uses.  See: http://www.chrismay.org/2007/04/06/TypeOf+VBNET+Vs+C.aspx
 
Hope this helps
 
Steve


 
From: cslanet@lhotka.net
To: snesbitt76@hotmail.com
Date: Fri, 22 Feb 2008 23:32:11 -0600
Subject: Re: [CSLA .NET] Converting Objects to XML

i've add this piece of code to the BinaryFormatterWrapper class in csla and i'm getting two compiling errors. One is where the TypeOf(BusinessListBase). it says it can not define BusinessListBase, and the other is where TypeOf(childObject) in the for each loop.

--
View this message online at: http://forums.lhotka.net/forums/thread/21547.aspx
--



Listen now! New music from the Rogue Traders.

Copyright (c) Marimer LLC