Hello everyone
i am new to MS Dynamics 365 Finance and Operations application development.
I am creating a D365 F&O application where i want to consume some services for this i have written a class library. I have followed below MS steps
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/write-business-logic
I am trying to consume service in a X class .My code is simple,
class TestService { public static void main(Args _args) { info(ServicesLib.DemoService::GetTeamName("Microsoft")); } }
I am getting error at main that A Reference to System.Runtime Version=5 ,Culture=Neutral ,Public Key Token="dfsdfd" required to compile this module.
I have intalled .Net 5 latest sdk.restarted visual studio but not worked?
You should use .NET 4.7.2
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,113 Super User 2024 Season 2
Martin Dráb 229,918 Most Valuable Professional
nmaenpaa 101,156