I'm using Business Central 2019 Wave 1 (140), I have 2 instance, 1 for testing, 1 for production using different database.
I want to use Dotnet 'Object',
in testing instance, it doesn't give me error:
but in the production, it give me error:
How to fix this?
Hi Rio,I assume that you target in app.json is set to OnPrem?
Then you need to define the dotnet "Object" package:
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-get-started-call-dotnet-from-al
Hi Erik,
Thanks for your reply.
I saw this article yesterday, but I don't know about .net at all and don't know if System.Object is inside mscorlib.
Thanks it works!