|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Calling all Reflection ExpertsI want to load a Clickone program using reflection. I tried the following
line of code: Dim extAssembly As [Assembly] = [Assembly].LoadFile("C:\Inetpub\wwwroot\test\test.application") but I get The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018) How can I call a ClickOnce application using reflection? John Wright |
|||||||||||||||||||||||