场景:vs2012,winform,.net 4.0, c#, 使用(IOPCServer)Activator.CreateInstance(opcServerType)创建OPC服务器对象时报COM服务器未注册错误。
解决:在配置管理器中将平台由Any Cpu改成x86。