<?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 AutoCAD .net x64 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5822402#M38605</link>
    <description>&lt;P&gt;I created a .net AutoCAD plugin that assembles&amp;nbsp;a bunch of dwg pages from existing smaller dwg files and then publishes the resulting dwg files to a single multiplage PDF file. &amp;nbsp;The plugin works fine on 32 bit machines but causes AutoCAD to crash on 64 bit machines. &amp;nbsp;Note that I compiled my .net plugin using the 64 bit version of AutoCAD libraries so I can run it on the 64 bit machine. &amp;nbsp;After struggling with this for a while I noticed that compiling my assemblies with code optimization turned off alleviates&amp;nbsp;the problem but doesn't fix it completely. &amp;nbsp;I still get crashes from&amp;nbsp;time to time. &amp;nbsp;Any idea why this occurs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2015 22:38:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-17T22:38:39Z</dc:date>
    <item>
      <title>AutoCAD .net x64</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5822402#M38605</link>
      <description>&lt;P&gt;I created a .net AutoCAD plugin that assembles&amp;nbsp;a bunch of dwg pages from existing smaller dwg files and then publishes the resulting dwg files to a single multiplage PDF file. &amp;nbsp;The plugin works fine on 32 bit machines but causes AutoCAD to crash on 64 bit machines. &amp;nbsp;Note that I compiled my .net plugin using the 64 bit version of AutoCAD libraries so I can run it on the 64 bit machine. &amp;nbsp;After struggling with this for a while I noticed that compiling my assemblies with code optimization turned off alleviates&amp;nbsp;the problem but doesn't fix it completely. &amp;nbsp;I still get crashes from&amp;nbsp;time to time. &amp;nbsp;Any idea why this occurs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 22:38:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5822402#M38605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-17T22:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .net x64</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5964177#M38606</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;DIV class="username_area"&gt;&lt;SPAN&gt;souleiman.restom&lt;/SPAN&gt;,&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;Try to reset Autocad to default settings ( if possible do a registry clean using I.E. Regcleaner or CCleaner )&lt;/DIV&gt;&lt;DIV class="username_area"&gt;Restart your computer do a regclean again en start the X64 version of Autocad. Run tghe script and see what happens.&lt;BR /&gt;&lt;BR /&gt;Can you provide us with an error code autocad gives?&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;If this helpd you please kudo and/or mark as solved&lt;/DIV&gt;&lt;DIV class="username_area"&gt;Thanks in advance&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 07:49:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5964177#M38606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-24T07:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .net x64</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5964187#M38607</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Make sure to set the property &lt;STRONG&gt;Copy Local=false&lt;/STRONG&gt; for &lt;STRONG&gt;ALL&lt;/STRONG&gt; the AutoCAD references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/208337iF36525AA6A0FBC21/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Screenshot_1.png" title="Screenshot_1.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Copy the DLL as well as the PDB when compiled with Debug info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Could you compile the plugin on that 64-bits machine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Are the Windows systems equally installed, i.e. .NET libraries up to date?&lt;/P&gt;&lt;P&gt;Does it crash on all 64-bits machines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- You wrote "from time to time", so it runs but may fail in sometimes.&lt;/P&gt;&lt;P&gt;Can you find out if it is at the same program locations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 08:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-net-x64/m-p/5964187#M38607</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2015-12-24T08:13:30Z</dc:date>
    </item>
  </channel>
</rss>

