Hi Red,
Is this still true as of May 2020?
I'm trying to export our On Prem plugins and WF assemblies to online. I understand that D365 online requires .NET 4.7.1, so I rebuilt the assemblies with .NET 4.7.1 and attempted to register on our On Prem environment so that afterwards I could export a solution to be imported online, but am getting the following error:
Unhandled Exception: System.ServiceModel.FaultException
Plug-in assembly does not contain the required types or assembly content cannot be updated.
Is my approach wrong?
I see that 4.6.2 is now required for On Prem at https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/write-plug-in#use-net-framework-462. In that case, how would I export our On Prem assemblies to online?
Thanks