Hello, team
I am looking for a description of application technique which would allow me to distribute my large desktop application into PB .NET assemblies, which can be called from the main PB application.
I currently have PB 12.6 NET assemblies, which I use through COM in PB 2017 applications.
I would like to know what my options are in upgrading these assemblies to PB 2019 technology. AS you know PB 12.6 is no longer supported and it's .NET assemblies have multitude of problems.
Thank you
Arcady
I need a way to migrate the PB.NET assemblies to a more modern technology.
How can I do that. Can you send me a URL of a document, which explains it?
You would need to manually refactor the PB.Net Assembly code into PB2019 C# Assembly classes (which are based on the ,Net Core technology). From there, PB will use its buil-in SnapDevelop IDE to build & maintain your PB Assemblies. Note that in the case of SnapDevelop, you can also use the VS IDE instead if you wish.
Regards ... Chris