exception with SqlDateTime in emulator with sp2

  • Thread starter Thread starter cenright
  • Start date Start date
C

cenright

Can anybody else get this line to work without a native
exception in the emulator with service pack 2 installed?

System.Data.SqlTypes.SqlDateTime test = new
System.Data.SqlTypes.SqlDateTime(DateTime.Now);


Seems to work fine on an a real device....
 
I can see it too. Pretty much any of SqlDateTime initializers throws a
native exception (access violation)
 
Hi cenright & Alex,

Thank you for bringing this to our attention. I have verified it and will
forward the information to the product team.

I will get back to you here when more information is available.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thank you for bringing this to our attention cenright and Alex!

We have decided to recall the .NET Compact Framework 1.0 SP2 downloads while
we continue our investigatation into this issue.

In the meantime customers are advised to use SP1
(http://msdn.microsoft.com/mobility/downloads/updates/default.aspx).

SP2 should be uninstalled through the "Remove Programs" mechanism on your
devices prior to installing SP1.

Please keep an eye http://msdn.com/mobility for updates.
--
Jonathan Wells
Product Manager
Microsoft .NET Compact Framework
http://msdn.com/mobility

This posting is provided “AS IS” with no warranties, and confers no rights.
 
Back
Top