I inherited an ASP.NET web application at work, and while trying to set it up locally, it doesn't seem to run on my machine. I received the following error:
Retrieving the COM class factory for component with CLSID {9BD6A64F-CE75-11D1-AF04-204C4F4F5020} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Errors out on this line:
public MapObjects2.DataConnection dc = new MapObjects2.DataConnectionClass();
I am trying to force x86, as per instructions I found else where... however Visual Studio is not having it.
See below screenshots.


So my question is, why won't it let me select x86, and how do I force it? I tried typing in x86 for a new solution platform, but I don't think that works.
Or is this even my problem? Should I be looking elsewhere?