Thursday, July 1, 2021

Using System.Collections.Generic.List of .Net as a parameter doesn't work well with X++ compiler

When using the .net dll in X++, I faced an error "Method 'MethodName(System.Collections.Generic.List`1, System.Boolean)' is not found on type 'ClassNameInDll'.
It was because the X++ compiler cannot parse the System.Collections.Generic.List of .Net in the parameter of the method "MethodName". In order to bypass this error, in X++ try to use "System.Collections.IList" or System.Collections.IEnumerable instead of  System.Collections.Generic.List


Set up Onebox VM for D365 FO with non-organization microsoft account

With the release of the new VHD 10.0.37, I have tried to create a Onebox VM in my laptop instead of using the cloud hosted environment and f...