M
Mike Hildner
This throws an IOException:
Dim myAssembly As [Assembly] = [Assembly].Load(appPath & "\Plugins\Hello
World")
The assembly name is "Hello World", the file is Hello World.exe. Looking at
the help for the Load method, the string is requiring version, culture,
public key token (which I'm not passing)
I'm trying to build an extensible app, so how would I know the version etc.
if it's a third party plugin? Feels like I'm missing something stupid, but
don't know what.
Dim myAssembly As [Assembly] = [Assembly].Load(appPath & "\Plugins\Hello
World")
The assembly name is "Hello World", the file is Hello World.exe. Looking at
the help for the Load method, the string is requiring version, culture,
public key token (which I'm not passing)
I'm trying to build an extensible app, so how would I know the version etc.
if it's a third party plugin? Feels like I'm missing something stupid, but
don't know what.