I am trying to develop a access control plugin. The project is build platform target any CPU. In my project I used a DLL reference of our existing released project, which target platform target is x86. When I run the plugin in Server Management Client I got the error
“Error MIPPluginTrace Error during call to CardAccess4KPlugin.Plugin.CardAccess4KPluginSystem.Init(). Exception message: Could not load file or assembly ‘CardAccess.API, Version=1.1.35.149, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)”
Will it not support? How can I user the reference?
Please help