G
Guest
Hi all,
I have an EXE that is using a sub assembly.
When I compile the EXE and distribute it to a device it is all working fine,
but if I recompile the DLL again and distribute it to the PDA it gives an
error;
TypeLoadException Cannot load type "xyz" from abc, Version 2.2.7.28333
This is the version of the assembly that the EXE was compiled against, but
now the assembly on the PDA has a Version 2.2.7.28506.
My assemly is not strongly named so i dont know why it is checking for the
version of the sub assembly when loading at runtime.
What am i doing wrong?
Cheers,
James
I have an EXE that is using a sub assembly.
When I compile the EXE and distribute it to a device it is all working fine,
but if I recompile the DLL again and distribute it to the PDA it gives an
error;
TypeLoadException Cannot load type "xyz" from abc, Version 2.2.7.28333
This is the version of the assembly that the EXE was compiled against, but
now the assembly on the PDA has a Version 2.2.7.28506.
My assemly is not strongly named so i dont know why it is checking for the
version of the sub assembly when loading at runtime.
What am i doing wrong?
Cheers,
James