VB.NET
Public NotInheritable Class AddInExecutorInternal
Inherits System.MarshalByRefObject
Implements System.AddIn.IAddInExecutorInternal
End Class
Articles
|
bei System.AddIn.AddInExecutorInternal.LoadAssembly(String AssemblyName) bei System.AddIn.AddInExecutorInternal.System.AddIn.IAddInExecutorInternal.Load(String assemblyName)
|
|
Thanks for the feedback. Yes, the add-in assembly must be loaded conventionally, from a filepath.
|
|
I am getting an exception when attempting to load an addin (my first one) via the AddIn.Load(string) call. The failure occurs when it attempts to create an instance of the ...
|