Hello!
I am trying to implement an self written .NET library. During the development I used .NET Framework 4.5 (on the PC). Right now I am trying to integrate my working library into AX 2012 (CU12). I thought .NET 4.5 is supported by the AX2012 CU12?! Am I wrong? Because right now my library dies when this line of code will be called by my lib:
var Result = await Task.Run(() => DoWorkFindAddressesOnPtvXServer(tempAddresses, taskReady));
Do I have to change it to TaskFactory....? How can I figure out which .Net version will be supported by the client?
*This post is locked for comments
I have the same question (0)