I am making a class library (DLL) to create a automation
for Dynamics NAV 2009.
My idea is to create a DLL
that contains another embedded Inside (I've done it before) using:
The problem is that in order for the automation to be valid for Dynamics NAV 2009, it must be at most compiled in the .NET Framework 3.5, but the DLL
embedded in the project as a reference is 4.5
At the time of compiling, it says the following:
Severity Code Description Project File Line Deletion status Warning The main reference "Microsoft.Dynamics.Nav.MX" is not could resolve because it was generated with the .NET Framework version ".NETFramework, Version = v4.5". This is a later version of the current destination .NET Framework version ".NETFramework, Version = v3.5". Dynasoft.Dynamics.Nav.MX
Is there any possibility to use a reference created in framework 4.5 for a project in 3.5?
Greetings and thanks