A
Ashish P K
I have a .Net Application(64 bit) calling a 32 bit COM+. What is the best
way to achieve this?
Basically I have got a webpart dll, which is compiled for any CPU and IIS
running on 64 bit. All the webparts works fine but the webpart which are
accessing legacy COM+ methods fails to get loaded.
To test this further I created a small DotNet Sample App which loads
COM+method. If the Sample app is comiled for 32 everything works on 64 bit
OS.
But I can't go with this because my webparts.dll gets loaded from IIS which
is running in 64 bit. (Running IIS is 32 mode is not an option)
Tried using corflags.exe to change the interop dll to 32 mode that also
din't help.
Any suggestions would be appreciated.
Thanks,
Ashish
way to achieve this?
Basically I have got a webpart dll, which is compiled for any CPU and IIS
running on 64 bit. All the webparts works fine but the webpart which are
accessing legacy COM+ methods fails to get loaded.
To test this further I created a small DotNet Sample App which loads
COM+method. If the Sample app is comiled for 32 everything works on 64 bit
OS.
But I can't go with this because my webparts.dll gets loaded from IIS which
is running in 64 bit. (Running IIS is 32 mode is not an option)
Tried using corflags.exe to change the interop dll to 32 mode that also
din't help.
Any suggestions would be appreciated.
Thanks,
Ashish