Hi
I have a dev project referencing Microsoft.XRM.SDK.dll in an actual version. When building the model this DLL is stored in model\bin folder. Which is great :)
But beside that there is an old version (6.1.0000.0542) of the DLL in the PackagesLocalDirectory\bin folder.
D365 is using this DLL at runtime. I can replace it and than everything is fine.
But this would not work for the productive environment.
Has anyone an idea how to force D365 to either use the DLL within the model\bin folder or to change the version in the bin folder?