Resolve Error Loading .NET Assembly
Issue
If the function cannot find or load the assemblyName
assembly, the function displays one of these errors based on the .NET Runtime
environment.
Could not load the assemblyassemblyNameassemblyNamecould not be found by .NET Core probing logicassemblyNamecould not be found in the .NET Global Assembly Cache (GAC)
Possible Solutions
To resolve the error, include the full path to the assembly when calling
NET.addAssembly.