I'm in a group that is developing a project for a capstone class, and we have incorporated MapPoint into the project to develop a data analysis of populations. The problem I came across is that attempting to use the program on a computer without MapPoint installed returns assembly errors:
Warning2
Cannot get the file path for type library "51c0a9ca-f7b7-4f5a-96f4-43927c6fa50f" version 1.0. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))ADC_Application
Warning3
Cannot get the file path for type library "51c0a9ca-f7b7-4f5a-96f4-43927c6fa50f" version 1.0. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))ADC_Application
Warning4
The referenced component 'AxMapPoint' could not be found. ADC_Application
Warning5
The referenced component 'MapPoint' could not be found. ADC_Application
Error1
The type or namespace name 'AxMapPoint' could not be found (are you missing a using directive or an assembly reference?)C:\Users\Robin\Desktop\Spring 2014\Capstone\Project\ADC_Application Janey\ADC_Application\map.Designer.cs14117
ADC_Application
I'm curious as to whether or not there is a way to include the necessary files/references within the project so the instructor does not end up with these build errors if he doesn't have MapPoint installed on his computer. If there is not a way to do it, no problem. We can include the information in a "Read Me" file, but it would be nice if we had a way that he could access it either way.
Specs: We're developing a Windows Forms application in C# with VS 2012. The program is connected to a SQL Server 2012 database we developed on a dedicated server.