Problem When I use writeXml with a specific entity

Posts   
 
    
yider
User
Posts: 6
Joined: 13-Mar-2006
# Posted on: 13-Mar-2006 17:34:31   

Hello,

When I use writeWml with an specific entity, i have an error :


                    Dim s As String = Nothing
                    Dim entity As New Entity()
                    entity.WriteXml(s)
            

ERROR MESSAGE --> "Object reference not set to an instance of an object."

Also, When i use WriteXml with an another entity, i don't have problem. It is only with my specific entity that i encountered an error

confused

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 13-Mar-2006 19:50:22   

what's the runtime library version you're using? (rightmousebutton on ormsupportclasses dll -> properties -> version tab)

Frans Bouma | Lead developer LLBLGen Pro