
Hello,
I'm migrating my C/AL NAV2018 code to AL BC16, and I can't find the procedure CanRunDotNetOnClient in the Codeunit 419 File Management in AL. But it was there in NAV 2018. Do you know if it's still in the code, and where I can find it please ?
You cannot run any .NET artifact client side with Web Client. That is why it has been deprecated in later versions. If you have .NET add-in this must run server side or you have to refactor your code to use JS add-ins client side.