<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VB.NET Display Manager Application in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885842#M3157</link>
    <description>Thank you for the response Norman.&lt;BR /&gt;
&lt;BR /&gt;
I suspected this was the case, as ManagedMapApi does show up in the references, and the routine does run.  However, I get the following error in my "SharpDevelop" editor:&lt;BR /&gt;
"Error loading code-completion information for ManagedMapApi from C:\Program Files\Autodesk Map 3D 2007\ManagedMapApi.dll:&lt;BR /&gt;
Assembly not found."&lt;BR /&gt;
&lt;BR /&gt;
I set my path to the Civil 3D 2007 program directory, but my editor returns a lengthy error that includes:&lt;BR /&gt;
&lt;BR /&gt;
"...System.TypeLoadException: Could not load type 'System.IntPtr&amp;amp;' from assembly 'mscorlib..."&lt;BR /&gt;
&lt;BR /&gt;
It seems to be targeting the correct Framework (.NET 2.0), but it appears that there may be version conflicts.  Anyway, thanks for confirming that the ManagedMapApi.dll is the correct reference.&lt;BR /&gt;
&lt;BR /&gt;
If anyone is aware of SharpDevelop 2.0 issues, pertaining to this problem, I would appreciate the information.</description>
    <pubDate>Fri, 09 Feb 2007 17:22:29 GMT</pubDate>
    <dc:creator>johngrego</dc:creator>
    <dc:date>2007-02-09T17:22:29Z</dc:date>
    <item>
      <title>VB.NET Display Manager Application</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885840#M3155</link>
      <description>As I am unable to access the Map 3D 2007 Display Manager API via lisp or vba, I am trying to do so with VB.NET.&lt;BR /&gt;
&lt;BR /&gt;
I downloaded the "ObjectARX for Autodesk Map 3D" samples and examined the DisplayMangagerVB example, whereby I noticed the Autodesk.Gis.Map namespace reference.  I see the Autodesk.AutoCAD and Autodesk.AECC references, however I do not see Autodesk.Gis listed.&lt;BR /&gt;
&lt;BR /&gt;
My installation is Civil 3D 2007 (SP3) on Windows XP Professional (SP2). &lt;BR /&gt;
&lt;BR /&gt;
I would be extremely grateful to anyone who can provide information on how to expose the "MapApplication" type that this example defines.</description>
      <pubDate>Fri, 09 Feb 2007 00:14:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885840#M3155</guid>
      <dc:creator>johngrego</dc:creator>
      <dc:date>2007-02-09T00:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET Display Manager Application</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885841#M3156</link>
      <description>You need to add reference to "&lt;ACADMAP installation=""&gt;&lt;BR /&gt;
folder&amp;gt;\ManagedMapAPI.dll" to your Map ObjectARX .NET API project.&lt;BR /&gt;
&lt;BR /&gt;
&lt;JOHNGR&gt; wrote in message news:5480601@discussion.autodesk.com...&lt;BR /&gt;
As I am unable to access the Map 3D 2007 Display Manager API via lisp or &lt;BR /&gt;
vba, I am trying to do so with VB.NET.&lt;BR /&gt;
&lt;BR /&gt;
I downloaded the "ObjectARX for Autodesk Map 3D" samples and examined the &lt;BR /&gt;
DisplayMangagerVB example, whereby I noticed the Autodesk.Gis.Map namespace &lt;BR /&gt;
reference.  I see the Autodesk.AutoCAD and Autodesk.AECC references, however &lt;BR /&gt;
I do not see Autodesk.Gis listed.&lt;BR /&gt;
&lt;BR /&gt;
My installation is Civil 3D 2007 (SP3) on Windows XP Professional (SP2).&lt;BR /&gt;
&lt;BR /&gt;
I would be extremely grateful to anyone who can provide information on how &lt;BR /&gt;
to expose the "MapApplication" type that this example defines.&lt;/JOHNGR&gt;&lt;/ACADMAP&gt;</description>
      <pubDate>Fri, 09 Feb 2007 14:43:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885841#M3156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-02-09T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET Display Manager Application</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885842#M3157</link>
      <description>Thank you for the response Norman.&lt;BR /&gt;
&lt;BR /&gt;
I suspected this was the case, as ManagedMapApi does show up in the references, and the routine does run.  However, I get the following error in my "SharpDevelop" editor:&lt;BR /&gt;
"Error loading code-completion information for ManagedMapApi from C:\Program Files\Autodesk Map 3D 2007\ManagedMapApi.dll:&lt;BR /&gt;
Assembly not found."&lt;BR /&gt;
&lt;BR /&gt;
I set my path to the Civil 3D 2007 program directory, but my editor returns a lengthy error that includes:&lt;BR /&gt;
&lt;BR /&gt;
"...System.TypeLoadException: Could not load type 'System.IntPtr&amp;amp;' from assembly 'mscorlib..."&lt;BR /&gt;
&lt;BR /&gt;
It seems to be targeting the correct Framework (.NET 2.0), but it appears that there may be version conflicts.  Anyway, thanks for confirming that the ManagedMapApi.dll is the correct reference.&lt;BR /&gt;
&lt;BR /&gt;
If anyone is aware of SharpDevelop 2.0 issues, pertaining to this problem, I would appreciate the information.</description>
      <pubDate>Fri, 09 Feb 2007 17:22:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/vb-net-display-manager-application/m-p/1885842#M3157</guid>
      <dc:creator>johngrego</dc:creator>
      <dc:date>2007-02-09T17:22:29Z</dc:date>
    </item>
  </channel>
</rss>

