G
Guest
Having some trouble with my assembly running another assembly, and I am
starting to suspect this may be a windows bug or a framework bug.
Everything works fine on my development workstation (XP Pro, FW 1.1). When
I copy the binary assemblies to the server machine (2000 Server SP4, FW 1.1)
where the apps will be run, I have problems...specifically:
Unhandled Exception: System.TypeLoadException: Could not load type <vendor
type here> from assembly <vendors assembly name here> because the format is
invalid.
The <vendor type name> is Interop.AMOExecutants
and the assembly details are:
InterOp.AMOExecutants, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null
The app having the problem is not strong named, as the vendor stuff is not
signed, so I am not able to sign my stuff either.
Any help is appreciated.
starting to suspect this may be a windows bug or a framework bug.
Everything works fine on my development workstation (XP Pro, FW 1.1). When
I copy the binary assemblies to the server machine (2000 Server SP4, FW 1.1)
where the apps will be run, I have problems...specifically:
Unhandled Exception: System.TypeLoadException: Could not load type <vendor
type here> from assembly <vendors assembly name here> because the format is
invalid.
The <vendor type name> is Interop.AMOExecutants
and the assembly details are:
InterOp.AMOExecutants, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null
The app having the problem is not strong named, as the vendor stuff is not
signed, so I am not able to sign my stuff either.
Any help is appreciated.