Porting C++ and c# projects from visual studio 2013 to vs 2017

97 Views Asked by At

I am porting C# and CPP projects from Visual Studio 2013 , Windows 7 platform to Visual Studio 2017[.Net Framework 4.6.2] Windows 10 platform.

This has produced an installer using installshield 2012 with binaries from vs 2017 build.

But while running this installer the system is requesting to install .NET Framework 3.5. We had verified the dll's using .net reflector and the dll's do have 4.6.2 framework version. Why does it require 3.5?

attaching the screenshotenter image description here

0

There are 0 best solutions below