Hi Feng,
Actually i mentioned two proxy dlls, just to make things more clearer.......As i have mentioned that the out-of proc COM server is a 32-bit executableso to make any application (either of 32-bit or 64-bit) communicate with 32-bit out-of proc COM server, i have provided two proxy dlls one is in 32-bit format and another is in 64-bit format. so if any 32-bit application wants to communicate with out-of proc server, he will go thru 32-bit proxy dlls and if any 64-bit app wants to communicate with out-of proc COM server thenit will go thru 64-bit proxy dll.
My .Net appl is in 32-bit format.
I need any help on how to communicate to out-of proc server in C#.Net. specially if the out-of proc COM server is running on some other machine. Above mentioned lines are completly my assumption as i m not sure if the only way to communicate to a out-of proc COM server is thru proxy Dlls..