hi! I've got an application with manifest file. There is dependant assembly defined in the manifest file (to xxx.dll in version 1.0.0.10). The xxx.dll (version 10) is register in GAC. The same dll, but in version 1.0.0.6 is put into the application folder. So on the start, the application verify for xxx.dll and there is success. The version 1.0.0.10 is in the GAC. But when the application load an external method from xxx.dll library load dll from the application folder (version 1.0.0.6). Is there any solution to force to load dll with given in manifest version. I don’t want to change anything in code. I can modify manifest, etc. I know 'Assembly Searching Sequence' but I want to force library in correct version loading
!--removed tag-->
No one has replied yet! Why not be the first?
Sign in or Join us (it's free).