Y
Yoavo
Hi,
I have a C# application built as AnyCPU which calls a 32 bit c++ application
(via COM interops).
When the c# application run on a 32 bit OS there is no problem.
But when I run it on 64 bit OS, the application failed to load the 32 bit
c++ application (I guess it is because it can't access the Wow6432Node in
Registry).
Is there a way to overcome this problem ?
thanks,
Yoav.
I have a C# application built as AnyCPU which calls a 32 bit c++ application
(via COM interops).
When the c# application run on a 32 bit OS there is no problem.
But when I run it on 64 bit OS, the application failed to load the 32 bit
c++ application (I guess it is because it can't access the Wow6432Node in
Registry).
Is there a way to overcome this problem ?
thanks,
Yoav.