M
Mike Hildner
This returns true:
MsgBox(File.Exists("\Skids.dll"))
This gives me an IOException:
Dim myAssembly As [Assembly] = [Assembly].Load("\Skids.dll")
This is my first attempt at late binding. Seems like I'm mimicing code
examples I've seen. Searched to no avail (yet). Any pointers?
TIA,
Mike
MsgBox(File.Exists("\Skids.dll"))
This gives me an IOException:
Dim myAssembly As [Assembly] = [Assembly].Load("\Skids.dll")
This is my first attempt at late binding. Seems like I'm mimicing code
examples I've seen. Searched to no avail (yet). Any pointers?
TIA,
Mike