Good morning,
I'm new to the forum and I hope I've done everything correctly.
I hope someone can help me:
I created a simple application in VB.NET Windows Forms, Framework 4.7.2, downloaded latest version SAPNCO and SAPNCO_UTILS and added to references.
On my Form I added a Button and put this simple line of code on the Click event:
Dim mySapLogon As SapLogonIniConfiguration = SapLogonIniConfiguration.Create()
I run the program in Visual Studio 2017: everything works fine, no errors.
I run the program in Visual Studio 2022: it throws an exception of the type System.NullReferenceException.
Any help is welcome.
Thank you