Kiquenet
Kiquenet

Reputation: 14976

NET 4.6.1, NET 4.5.2 and CRM 2016

I have Net 4.5.2, in Windows 2012 R2, and CRM 2016 installed.

I use VS 2013.

I want créate WCF Services .NET 4.6.1, and hosting in IIS 8.5 in the Windows 2012 R2 + CRM 2016 server.

CRM 2016 manages Net 4.5.2.

Any problems if I install Targeting Pack .NET Framework 4.6.1 ?

Upvotes: 0

Views: 438

Answers (1)

Darren Lewis
Darren Lewis

Reputation: 8488

Dynamics CRM 2016 is compatible with IIS 8.5 and Framework 4.6.1.

You may already be aware of this but the targeting pack is only going to give you support within VS. You'll need the 4.6.1 framework upgrade installed on the server not the targeting pack. As 4.6.1 is an in place upgrade of framework 4.x all applications on the server will now be using it so test accordingly.

Any particular reason you want to target 4.6.1 in your WCF services?

Upvotes: 1

Related Questions