quwiltw
Contributor
What string is expected in the Load method of Assembly? I've tried the namespace.projectname, projectname, projectname.namespace, it still doesn't find it. I've got the project for this assembly in the same solution that I'm trying to use it, just as a separate project. Thanks for any help.
Visual Basic:
Dim assm As [Assembly]
assm = System.Reflection.Assembly.Load("Plugins.SamplePlugin")