In my C # project, I add a reference to a COM object and an interop assembly is created.
How do you know which platform (x86, x64, AnyCpu) this interaction assembly is aimed at?
You can use CorFlags.exe, see the MSDN link . (Run from the command line VS, just point it to the assembly)EDIT: Here is another link with more details than MSDN