i'm creating a ControlAddIn for Navision 2009R2 in c# with Visual Studio 2010. There I have to use the .NET 3.5 Framework because Navision can't use higher versions of the .NET framwork.
The problem is that I have a dll which is based on .NET Framework 4.5. If i reference it i become over 50 warnings and can't use the dll.
Does anybody have a solution for this?