james.niddrie
4th September 2023, 15:44
Hi,
I'm wanting to execute Baan sessions from a VB.NET project built in Visual Studio 2022. I've been given the Excel workbook example which seems to work OK but I'm getting errors when I move the code to VB.NET.
The issue I'm finding is that the methods and properties are not being recognized. When I look at the dynamic properties during code execution I don't see the ParseExecFunction method for example. I'm also getting a "Public member 'Timeout' on type 'IAutomateBaan4' not found." when executing BaanObj.Timeout = 1000 even though I can "see" Timeout as as a dynamic property.
Thanks
James
Can anyone help point me in the right direction with a working example or any suggestions on how I can get the code working in "full fat" VB.
I'm wanting to execute Baan sessions from a VB.NET project built in Visual Studio 2022. I've been given the Excel workbook example which seems to work OK but I'm getting errors when I move the code to VB.NET.
The issue I'm finding is that the methods and properties are not being recognized. When I look at the dynamic properties during code execution I don't see the ParseExecFunction method for example. I'm also getting a "Public member 'Timeout' on type 'IAutomateBaan4' not found." when executing BaanObj.Timeout = 1000 even though I can "see" Timeout as as a dynamic property.
Thanks
James
Can anyone help point me in the right direction with a working example or any suggestions on how I can get the code working in "full fat" VB.