I want to programmatically know whether a com assembly is either a 32 bit or 64 bit. I checked on this forum and I came across corflags command.
Am getting this error:
C:>corflags Interop.FiscPrnSys.dll
‘corflags’ is not recognized as an internal or external command,
operable program or batch file.
I have located my assembly in C
Where am I going wrong?My machine is 32 bit.Does this command only work in 64 bit?
Simply its location is not included in your path environment variable.
You could find it, after installing Microsoft SDK in the following paths
Also, with Visual Studio installed I have found it in the following paths (Net 4.0)