Question
VB Api program convert from .NET framework to .NET 5.0
Hello,
I wanted to upgrade my VB.NET program from framework to .NET 5.0
After upgrading with the converter from Microsoft I have the problem, that some classes are not casted correct.
For example I get error: Public member 'CurrentModel' on type 'IDpfcSession' not found
for line: ...asyncConnection.Session.CurrentModel
Does anybody has a solution?
Thank you!

