0

Title explains the main question. I have to develop a .NET CF application for a customer. We only have a license for VS2019. I see you can in VS2008, but it cant be licensed, so there is no way to develop in that IDE, since a license cant be purchased anymore. Any ideas?

  • If you have a MSDN subscription, you can get every VS version you need including License IDs. – josef Feb 25 '21 at 11:21
  • You may also use the free SharpDevelop (up to Version 3), but use with some caution. – josef Feb 25 '21 at 15:48

2 Answers2

0

Unfortunately not. Visual Studio 2008 was the last supported VS for Compact Framework. We still have it installed and need it installing on all build servers for our release pipelines to continue development for it.

Regarding licensing, MSDN subscription usually includes all previous versions or I'm sure you could buy a key from eBay from someone cleaning out their old IT cupboards!

fritterfatboy
  • 327
  • 2
  • 10
0

To some extent yes, but probably no. It is possible to get Visual Studio 2019, later versions, or MsBuild CLI on a build server to build Compact Framework libraries.

However, if you are working on a GUI application this will not be an effective solution, because much of the other tools needed to maintain a Compact Framework such as the Designer, CAB installer builder, and tools for deploying and debugging are just in Visual Studio 2008.

Here is a guide on using Compact Framework with newer versions of Visual Studio, if all you need is to set up a code library.

BenCamps
  • 1,694
  • 15
  • 25