Hi,<br><br>I am trying to manipulate mappoint from an IronPython script. I tried to do the COM integration I found in the Tutorial, but it failed. I have copied what I did into this email. Can someone take a look and tell me what I should have done?
<br><br>Thanks!<br><br>- Gardner<br><br>C:\Program Files\Microsoft MapPoint&gt;tlbimp mpna82.tlb<br>Microsoft (R) .NET Framework Type Library to Assembly Converter 2.0.50727.42<br>Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.
<br><br>Type library imported to MapPoint.dll<br><br>C:\Program Files\Microsoft MapPoint&gt;\IronPython\IronPythonConsole<br>IronPython 1.0.2280 (Beta) on .NET 2.0.50727.42<br>Copyright (c) Microsoft Corporation. All rights reserved.
<br>&gt;&gt;&gt; import clr<br>&gt;&gt;&gt; clr.AddReferenceToFile('MapPoint.dll')<br>Traceback (most recent call last):<br>&nbsp; File , line 0, in input##5<br>&nbsp; File , line 0, in AddReferenceToFile##6<br>RuntimeError: Could not add reference to assembly 
MapPoint.dll<br><br><br>