MissingMethodException - SQL CE BUG

Hi, I hope you are well.

having tons of trouble getting SQL CE to work with smartphones. (C500)
I am also using the emulator in C#

I downloaded SQL CE v2.0 from Microsoft's website, installed it.
In VS.NET 2003, I added a reference to system.data.sqlserverce
Everytime i try to create a SQLCEEngine object, so I can create a database or even try to open a connection creating the sqlceconnection object, I ALWAYS get a missingmethodexception.

I have tried googling it and so on - no avail.

does anyone know why I get this? PLEASE HELP!!!!!!!!!

[592 byte] By [ahmedilyas] at [2008-2-1]
# 1
SQL CE is not supported on Smartphones 2002/2003.
AlexY at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
Alex is right, see the following link for list of supported OS platform for SQL CE 2.0

http://www.microsoft.com/sql/ce/productinfo/sysreq.mspx

David

DavidTSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...