Run compact framework applications in desktops

  • Thread starter Thread starter GD
  • Start date Start date
G

GD

I use SQL Server Compact Edition in a pocket PC application. I wonder what
is required to run the application on XP Professional with full .Net
framework installed.

Thanks.

GD
 
GD,

Although you can use SSCE on the desktop and the full .NET framework, the
actual DLLs are not the same. Moreover, if you're planning a real app and
not just a demo, you'll want a GUI that takes advantage of each platform's
strengths. That said, it is certainly possible to write desktop and CF apps
that use the same business logic/data access source code. Daniel Moth has
done some good sessions on this general topic:
http://www.danielmoth.com/Blog/2006/09/sharing-assets-between-windows-mobile.html
 

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

Back
Top