I have compiled a .Net application (using Any Cpu) option. This .Net application use Unmanaged dll ( Managed wrapper ) that encapsulated c++ calls.
This .Net wrapper resides in GAC.
When I run the .Net application it runs fine on XP 32 bit.
But when I run on XP 64 bit , it fails and gives follwoing exception: Could not load file or assembly "Dll name version Culture = neutral Public token key ....
or one of its dependencies..
Pleas Help to resolve the pb?