quwiltw
Well-known member
What string is expected in the Load method of Assembly? Ive tried the namespace.projectname, projectname, projectname.namespace, it still doesnt find it. Ive got the project for this assembly in the same solution that Im trying to use it, just as a separate project. Thanks for any help.
Code:
Dim assm As [Assembly]
assm = System.Reflection.Assembly.Load("Plugins.SamplePlugin")