How can I use the Compact Framework without Visual Studio 2003?

  • Thread starter Thread starter RedFish
  • Start date Start date
R

RedFish

Hello All!

I wonder if anyone can tell me if it's possibly to develop software for
the PocketPC using the Compact Framework without having to purchase any
software.

I have started using C# and VB.Net with SharpDevelop. It's a fabulous
program. I wonder if there is anything similar for handheld
development. Massive downloads are no problem.

Thanks,

- Russ
 
Sorry! I do not think it is possible. To develop using CF you must have VS
..NET 2003 professional or better.

Best Regards,
Y. Sivaram
 
You can download the .NET Compact Framework installer and extract the
assemblies from the CABs and then compile your apps at the comand-line, but
it's not for the faint hearted.

--Neil
 
Hi,

The next version of the Compact Framework will have better support for
non-vs.net users. According to one of the developers they didn't have
enough time to put this support in before the deadline.

So hang in there :)

Tim.
 
Back
Top