[Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

marcos b marcosb at internet.com.uy
Tue Sep 16 16:22:33 EDT 2008


Any news regarding these issues?


marcos b wrote:
> 
> Thanks Robert.
> 
> The bug that you mentioned is about serialization of common DataSets.
> Which, at least in my tests, worked correctly (I cannot reproduce the
> bug). Please let me know if there are issues pending in this regard.
> My problem is with typed datasets, they just do not work with
> BinaryFormatter (.net 2.0 & .net 3.5 also). We have many of them in our
> solution being transferred over remoting, so we're very interested in
> knowing when this issue it's going to be addressed
> 
> I would like to know if the bug AdoAdapterUpdate is reported
> 
> Thanks again Robert for taking the time to answer.
> 
> 
> 
> Robert Jordan wrote:
>> 
>> marcos b wrote:
>>> All the test throw exceptions.
>>> In the specific case of the TypedDataSetsWithBinaryRemotingFormat()
>>> Test, a
>>> IndexOutOfRangeException is thrown.
>> 
>> This is a known bug:
>> 
>> https://bugzilla.novell.com/show_bug.cgi?id=324669
>> 
>> The RemotingConfiguration.CustomErrorsMode issue is trivial
>> (just comment out the line) as it does not have any effect on Mono.
>> 
>> Robert
>> 
>>> 
>>> My testing environment is Windows xp sp3. 
>>> I have the .net framework 2.0 and mono 2.0 rc1 installed.
>>> 
>>> I hope this helps.
>>> 
>>> 
>>> 
>>> 
>>> Daniel Morgan-3 wrote:
>>>> When you say test does not succeed, how so?
>>>>
>>>> Exceptions thrown?
>>>> DataSet is not populated with a table?
>>>>
>>>>
>>>> --- On Wed, 9/10/08, marcos b <marcosb at internet.com.uy> wrote:
>>>>
>>>>> From: marcos b <marcosb at internet.com.uy>
>>>>> Subject: [Mono-dev] Are these bugs/features going to be fixed/released
>>>>> in
>>>>> the next builds?
>>>>> To: mono-devel-list at lists.ximian.com
>>>>> Date: Wednesday, September 10, 2008, 10:55 AM
>>>>> All of these tests succeed in Microsoft .net runtime, but
>>>>> none does using
>>>>> mono.
>>>>>
>>>>>
>>>>>         [Test]
>>>>>         public void TypedDataSetsWithBinaryRemotingFormat()
>>>>>         {
>>>>>             DataSet1 ds = new DataSet1();
>>>>>             ds.RemotingFormat = SerializationFormat.Binary;
>>>>>
>>>>>             BinaryFormatter f = new BinaryFormatter();
>>>>>             MemoryStream ms = new MemoryStream();
>>>>>             f.Serialize(ms, ds);
>>>>>         }
>>>>>
>>>>>         [Test]
>>>>>         public void RemotingCustomErrorsModeConfiguration()
>>>>>         {
>>>>>             RemotingConfiguration.CustomErrorsMode =
>>>>> CustomErrorsModes.Off;
>>>>>         }
>>>>>
>>>>>         [Test]
>>>>>         public void NullableConverterConstructor()
>>>>>         {
>>>>>             Type t = typeof(int?);
>>>>>             NullableConverter nullableConverter;
>>>>>             nullableConverter = new NullableConverter(t);
>>>>>         }
>>>>>
>>>>>         [Test]
>>>>>         public void AdoAdapterUpdate()
>>>>>         {
>>>>>             using (SqlConnection cn = GetConnection())
>>>>>             {
>>>>>                 SqlDataAdapter da = new
>>>>> SqlDataAdapter("Select * from
>>>>> PackageLink", cn);
>>>>>
>>>>>                 DataTable dt = new DataTable();
>>>>>                 da.Fill(dt);
>>>>>
>>>>>                 DbCommandBuilder builder = new
>>>>> SqlCommandBuilder(da);
>>>>>
>>>>>                 dt.Rows[0]["Description"] =
>>>>> "changed";
>>>>>                 da.Update(dt);
>>>>>             }
>>>>>         }
>>>>>
>>>>> Thanks in advance for any comment.
>>>>> -- 
>>>>> View this message in context:
>>>>> http://www.nabble.com/Are-these-bugs-features-going-to-be-fixed-released-in-the-next-builds--tp19414773p19414773.html
>>>>> Sent from the Mono - Dev mailing list archive at
>>>>> Nabble.com.
>>>>>
>>>>> _______________________________________________
>>>>> Mono-devel-list mailing list
>>>>> Mono-devel-list at lists.ximian.com
>>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>>       
>>>> _______________________________________________
>>>> Mono-devel-list mailing list
>>>> Mono-devel-list at lists.ximian.com
>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>>
>>> 
>> 
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Are-these-bugs-features-going-to-be-fixed-released-in-the-next-builds--tp19414773p19519860.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list