Hi all
I am in the middle of converting C/AL to AL.
I want to know if anyone have a workaround for replacing the DotNet's.
One of the error is this one.
AuthCookie : DotNet "'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Net.Cookie";
Error: DotNet is not reconized as a valid type.
How can I rewrite the code to be able to build the app?
*This post is locked for comments
dotnet datatype was removed from AL vs. 2.0. you can use web service calls with httpclient instead.
links for new datatypes in AL, which replace .net datatypes:
https://docs.microsoft.com/de-de/dynamics-nav/developer/devenv-restapi-overview
http://vjeko.com/state-net-affairs/
http://www.kauffmann.nl/2017/06/24/al-support-for-rest-web-services/
DotNet data type are not supported with AL. You've to rethink to this part of code you want to migrate without using them.
Sohail Ahmed
2
mmv
2
Amol Salvi
2