Change .NET to earlier version

Hi,

Would it be possible to build my solution in Visual Studio using an earlier version of .NET? I have set it up for 4.5 but now I would like to use the components in RH5, so 4.0. I tried changing this in the properties, but it resulted in many errors.

Gr,

Peter

Hi @peter18,

If your plug-in project references Rhino 6 assemblies, then your project will need to target .NET Framework 4.5.

If you want your project to build a plug-in that runs in Rhino 5, then modify the references to use those assemblies provided by Rhino 5.

Does this help?

– Dale

Hi @dale,

Yes that does make it more clear. I feel I should have though of that myself. I will give it a try,

Thx,

Peter