Importing 3rd Party Function Library not Recognized

We need to import a 3rd party function library to extend the script functionality of System Platform.
After importing, this library is not recognized by System Platform.
One possibility is that the library does not support the old ".NET Framework", but supports only the new ".NET".

Maybe is something that might be in progress already.
Can you help us or help us find someone who can address this topic?
Thanks!!

Parents
  • Just for clarification, does the import report successfully imported?

    Is it imported as script function library or a client control?

    I believe your project has to be created under version .Net Framework 2.0 to import.

    Is the custom dll developed by you or is it something that you got from a vendor, there could be issues related to dependencies.

    Also, to be able to update your dll, make sure to update vendor and version in your build, otherwise it will not overwrite the imported version.

Reply
  • Just for clarification, does the import report successfully imported?

    Is it imported as script function library or a client control?

    I believe your project has to be created under version .Net Framework 2.0 to import.

    Is the custom dll developed by you or is it something that you got from a vendor, there could be issues related to dependencies.

    Also, to be able to update your dll, make sure to update vendor and version in your build, otherwise it will not overwrite the imported version.

Children