MicrosoftDocs / Advertising-docs

Creative Commons Attribution 4.0 International
15 stars 59 forks source link

.NET Framework Version #487

Closed westmich closed 5 years ago

westmich commented 5 years ago

Did the target framework upgrade as well? Not seeing any mention of this, but we are on version 4.5.2 and I get an error when trying to update through NuGet - "Could not install package 'System.Configuration.ConfigurationManager 4.4.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

eric-urban commented 5 years ago

@westmich not specific to version 12, the Bing Ads .NET SDK requirements are mentioned in this blog article, and here in the Get Started doc. I hope this helps!

westmich commented 5 years ago

Version 11 runs on .NET 4.5.2. Version 12 will not. If it is not specific to version 12 then how do I run version 12 on 4.5.2?

eric-urban commented 5 years ago

@westmich which SDK version are you using with 4.5.2? Are you by chance using 11.5.9 or earlier? I want to make sure I am not confusing you with SDK version versus API / service versions. Starting with SDK version 11.12.1 (supports both v11 and v12 services), 4.5.2 is not supported AFAIK. For a given SDK version e.g., 11.12.1 both service versions 11 and 12 should not differ with respect to .NET framework support.