Hello,
I have a quick question about project references in Visual Basic projects. I've got a Visual Basic 6.0 project that includes a reference to the Microsoft MapPoint Control 13.0 (C:\Program Files\Microsoft MapPoint\MapPoi ntControl.oca) and Microsoft MapPoint 13.0 Object Library (North America) (C:\Program Files\Microsoft MapPoint\MPNA83 .tlb).
My question is, is it possible to change the locations of these project references at run time through VB code or no? Someone who is using the program recently installed Microsoft MapPoint 2010 to C:\Program Files\Microsoft MapPoint 2010, and right now they are currently having issues with these controls since the directory that they installed the program to is different than the directory that the program is looking for these files in. This isn't something that is done automatically either, is it?
Thanks in advance!
I have a quick question about project references in Visual Basic projects. I've got a Visual Basic 6.0 project that includes a reference to the Microsoft MapPoint Control 13.0 (C:\Program Files\Microsoft MapPoint\MapPoi ntControl.oca) and Microsoft MapPoint 13.0 Object Library (North America) (C:\Program Files\Microsoft MapPoint\MPNA83 .tlb).
My question is, is it possible to change the locations of these project references at run time through VB code or no? Someone who is using the program recently installed Microsoft MapPoint 2010 to C:\Program Files\Microsoft MapPoint 2010, and right now they are currently having issues with these controls since the directory that they installed the program to is different than the directory that the program is looking for these files in. This isn't something that is done automatically either, is it?
Thanks in advance!
Comment