- Christopher Craft
- PowerBuilder
- Thursday, 18 May 2023 09:13 PM UTC
PB 2022 1900
I am a newby to this so be kind to me :-)
We are in the process using SnapDevelop to create a wrapper for Zxing but have had some issues around using .NET Standard or .NET Core. When importing the DLL using the .NET DLL Importer we would get errors if compiled using .NET Standard (cannot load file or assembly 'System.Runtime, Version 4.2.2.0 ...'). If it was compiled using .NET Core then it will import but this results in us having to install .NET Core onto machines in order for it to work. We have not done .NET 6 because I thought I read somewhere to not use that one right now.
I do not want a requirement for the customer to load a version of .NET core. We currently have a requirement of .NET framework 4.5 or above so I would say that is my 'target framework'.
Couple questions:
- Why might you choose one framework type over the other?
- What is the correlation of the Framework Type option in the DLL Importer to the target framework in SnapDevelop?
Thanks again,
Chris Craft
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.