Good Afternoon.
I'm writing from Spain.
I'm developing a Windows Form Application with Visual Studio, in C#, using AdvancedHMI DLLs.
If I select "target platform: x86", the application WORKS FINE, but when I select "target platform: Any CPU", I receive this error in runtime (in line "opcDaCom1.Subscribe (...)" :
" No se puede convertir el objeto COM del tipo 'System.__ComObject' al tipo de interfaz 'OpcRcw.Comn.IOPCServerList2'. Ocurrió un error de operación debido a que la llamada QueryInterface en el componente COM para la interfaz con IID '{9DD0B56C-AD9E-43EE-8305-487F3188BF7A}' generó el siguiente error: Clase no registrada (Excepción de HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
Any help?
Thanks.