Developing Applications for both Compact and Full Framework

R

Ryan DeVore

Hello,

I'm new to Compact .NET development, and have a question about cross
framework development. I've been assigned to work on a piece of shared
code that will be run on both desktop and handheld platforms.

My question is: What is the best way to develop these libraries? Or
what are the recommended methods?

The current idea I have is to create one .csproj and one .csdproj and
make them each include all the same files. Is it possible to just use
the .csdproj since the Compact .NET is just a subset of the full .NET
framework?

Another question, do the answers to my first two questions change if I
were to switch to VS 2005 and .NET 2.0?

Thanks in advance for your advice.

Ryan
 

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