Is it possible to have several frameworks on the same computer?

I have a FezMini based board (that I haven’t touched for years) and a FEZ Cerbot that I just got.

Is it possible to code for both on the same computer?

Afaik FezMini shipped with either .NETMF 4.0 or 4.1 and an older version of the GHI framework/drivers. While Cerbot is .NETMF 4.3.

I have Visual Studio 2012. Is this possible - if so, how do I go about it?

It is possible. Just install the 4.1 SDK from GHI. You will not have templates for FEZ in VS2012 though. If you want templates you will need VS2010.

1 Like

Cerbot is 4.2, just to be clear the NETMF SDK version is matched to the Visual Studio version you want to use.

I quite happily run VS2012 and the NETMF SDK 4.3 and the GHI 4.2 SDK (2013 R3) as well as having the GHI 4.1 SDK installed as well for supporting my legacy devices (Pandas, Dominos, EM’s)

1 Like