Main Content

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 assembly assemblyName

  • assemblyName could not be found by .NET Core probing logic

  • assemblyName could 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.

See Also