CF .NET Assembly questions

M

Marc Hoeppner

Hi,

can I use CF .NET assemblies in a .NET Win Form app on a regular PC (since
CF is a subset of the full .NET framework)? - If yes, can I use the (CF) SQL
CE assembly to read from a SQL Server CE file (.sdf)?

Best regards,

Marc Hoeppner
NeoGeo
 
J

Jan Yeh

If you didn't use .NETcf specific classes or API, the answer is yes.
You can even execute the .NETcf program in PC.

However, SQLCE is .NETcf specific namespace, you can NOT
read .sdf on PC.

--
Best Regards,
Jan Yeh

MCP, .NETcf Developer & Consultant
Mobile Mind Co., Ltd. @ Taiwan
 
C

Chris Tacke, eMVP

can I use CF .NET assemblies in a .NET Win Form app on a regular PC (since
CF is a subset of the full .NET framework)?

Yes.

- If yes, can I use the (CF) SQL
CE assembly to read from a SQL Server CE file (.sdf)?

No.
 
M

Marc Hoeppner

Thanks Chris! - Could you elaborate a little what the problem is with using
the SQL CE assembly on a PC? - Just curious!
 
C

Chris Tacke, eMVP

There's no desktop engine for the SqlCe classes to use (the SQL CE Dlls).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top