Hello Techies,
We are currently working on Dynamics 2105 on-premises.
We want to use ONLY dotnet 4.5.2 for the CRM application and the plugins/WF.
In the web.config of the CRM app we have set targetFramework=4.5.2 attribute for the following elements.
1. httpRuntime
2. compilation
We tested the CRM app and everything works fine.
Another developer has implemented a plugin in with .NET 4.6.1 and deployed using the PluginRegistrationTool. The web.config setting didn’t block the developer from deploying it and the plugin works fine.
Question : Is there a way to define the version of .NET Framework that should be used by the CRM application and the plugins deployed. We want a homogeneous .NET version between the CRM app and plugins.
For those who are curious why we would want to achieve this
1. The software factory fails to build the plugin/WF visual studio solutions because of the absence of recent versions of .NET.
2. We don’t have access to the production and we dont know if .NET 4.6.1 is available on the CRM application server.
Awaiting your valuable inputs.
Regards,
Clement
*This post is locked for comments