Imported a .Net DLL and while consuming I am getting below error!
PowerBuilder 2022 R3
- Kirankumar Chavadi
- PowerBuilder
- Monday, 4 December 2023 10:48 AM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
Where I can mention to import DLL as .Net Framework instead of .Net Core ?
In PB 2022 R3, I don't see radio buttons on Import window
In PB 2022 R3, you can no longer specify it. Appeon has had the genius idea of trying to force all of us to use .Net 6 or later. However, there are a lot of things that cannot easily be converted to .Net and only work on .Net FRAMEWORK.
So as long as we're allowed to change it manually in the code, we'll be ok. What I'm afraid of, is that in some future the LoadWithDotnetFramework() will no longer work.
regards