Does the newest version of the SyntaxEditor support targeting the .NET Framework 4 Client Profile?
I am using the Actipro SyntaxEditor in my project, and am trying to target the .NET Framework 4 Client Profile, but I get the following build errors:
warning MSB3253: The referenced assembly "ActiproSoftware.Shared.Net20, Version=1.0.81.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
I get the same warning for "ActiproSoftware.WinUICore.Net20, Version=1.0.81.0" and "ActiproSoftware.SyntaxEditor.Net20, Version=3.1.211.0".
I am using the Actipro SyntaxEditor in my project, and am trying to target the .NET Framework 4 Client Profile, but I get the following build errors:
warning MSB3253: The referenced assembly "ActiproSoftware.Shared.Net20, Version=1.0.81.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
I get the same warning for "ActiproSoftware.WinUICore.Net20, Version=1.0.81.0" and "ActiproSoftware.SyntaxEditor.Net20, Version=3.1.211.0".