The decimal bug and many of the serialization bugs listed in 
http://www.jelovic.com/dotnetbugs/ <http://www.jelovic.com/dotnetbugs/>  are fixed in 
.NET framework 1.1. (Beta available for download from http://msdn.microsoft.com).
 
Sowmy
 

        -----Original Message----- 
        From: Dejan Jelovic [mailto:dejan@;JELOVIC.COM] 
        Sent: Thu 11/7/2002 11:04 AM 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: Re: [ADVANCED-DOTNET] BUG: Serialization of decimals less than 1E-4
        
        

        Sowmy Srinivasan wrote: 

        > One way to work around this is to make your type (struct 
        > Temp) Iserialzable and write the decimal as string using 
        > the ToString() method and read using Decimal.Parse(str, 
        > NumberStyles.Float) 

        ... which should lead you directly to one of numerous structure 
        serialization .NET Framework bugs. 

        See http://www.jelovic.com/dotnetbugs/ for some of them. 

        Dejan 

        You can read messages from the Advanced DOTNET archive, unsubscribe from 
Advanced DOTNET, or 
        subscribe to other DevelopMentor lists at http://discuss.develop.com. 



Reply via email to