<?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 Runtime Error when using 'netload' in Command Line, ACAD 2010 in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574498#M14659</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Can anyone shed some light on this error message? The loaded file is a .dll written in Visual Basic.NET using Visual Studio 2010.&lt;BR /&gt;
&lt;BR /&gt;
NETLOAD Cannot load assembly. Error details: System.BadImageFormatException: &lt;BR /&gt;
Could not load file or assembly 'file:///C:\Documents and Settings\dan\My &lt;BR /&gt;
Documents\Visual Studio &lt;BR /&gt;
10\Projects\ClassLibrary1\ClassLibrary1\obj\x86\Release\ClassLibrary1.dll' or &lt;BR /&gt;
one of its dependencies. This assembly is built by a runtime newer than the &lt;BR /&gt;
currently loaded runtime and cannot be loaded.&lt;BR /&gt;
&lt;BR /&gt;
THX,&lt;BR /&gt;
Dan M.</description>
    <pubDate>Sun, 18 Oct 2009 17:59:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-18T17:59:44Z</dc:date>
    <item>
      <title>Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574498#M14659</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Can anyone shed some light on this error message? The loaded file is a .dll written in Visual Basic.NET using Visual Studio 2010.&lt;BR /&gt;
&lt;BR /&gt;
NETLOAD Cannot load assembly. Error details: System.BadImageFormatException: &lt;BR /&gt;
Could not load file or assembly 'file:///C:\Documents and Settings\dan\My &lt;BR /&gt;
Documents\Visual Studio &lt;BR /&gt;
10\Projects\ClassLibrary1\ClassLibrary1\obj\x86\Release\ClassLibrary1.dll' or &lt;BR /&gt;
one of its dependencies. This assembly is built by a runtime newer than the &lt;BR /&gt;
currently loaded runtime and cannot be loaded.&lt;BR /&gt;
&lt;BR /&gt;
THX,&lt;BR /&gt;
Dan M.</description>
      <pubDate>Sun, 18 Oct 2009 17:59:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574498#M14659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-18T17:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574499#M14660</link>
      <description>Hi Dan,&lt;BR /&gt;
&lt;BR /&gt;
You are far more likely to find expertise about .NET programming in the &lt;BR /&gt;
.NET newsgroup compared with here which is a newsgroup for VBA and by &lt;BR /&gt;
implication VB6.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
dan.mcrae wrote:&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Can anyone shed some light on this error message? The loaded file is a .dll written in Visual Basic.NET using Visual Studio 2010.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; NETLOAD Cannot load assembly. Error details: System.BadImageFormatException: &lt;BR /&gt;
&amp;gt; Could not load file or assembly 'file:///C:\Documents and Settings\dan\My &lt;BR /&gt;
&amp;gt; Documents\Visual Studio &lt;BR /&gt;
&amp;gt; 10\Projects\ClassLibrary1\ClassLibrary1\obj\x86\Release\ClassLibrary1.dll' or &lt;BR /&gt;
&amp;gt; one of its dependencies. This assembly is built by a runtime newer than the &lt;BR /&gt;
&amp;gt; currently loaded runtime and cannot be loaded.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; THX,&lt;BR /&gt;
&amp;gt; Dan M.</description>
      <pubDate>Sun, 18 Oct 2009 20:59:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574499#M14660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-18T20:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574500#M14661</link>
      <description>You can't use Visual Studio 2010 to build AutoCAD .NET applications, unless &lt;BR /&gt;
you set the target runtime to .NET 3.5, in your project settings.&lt;BR /&gt;
&lt;BR /&gt;
Also, pay no attention to the resident dunce told you.&lt;BR /&gt;
&lt;BR /&gt;
This newsgroup is for ActiveX API issues, regardless of what language is &lt;BR /&gt;
being used.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;DAN.MCRAE&gt; wrote in message news:6273583@discussion.autodesk.com...&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
Can anyone shed some light on this error message? The loaded file is a .dll &lt;BR /&gt;
written in Visual Basic.NET using Visual Studio 2010.&lt;BR /&gt;
&lt;BR /&gt;
NETLOAD Cannot load assembly. Error details: System.BadImageFormatException:&lt;BR /&gt;
Could not load file or assembly 'file:///C:\Documents and Settings\dan\My&lt;BR /&gt;
Documents\Visual Studio&lt;BR /&gt;
10\Projects\ClassLibrary1\ClassLibrary1\obj\x86\Release\ClassLibrary1.dll' &lt;BR /&gt;
or&lt;BR /&gt;
one of its dependencies. This assembly is built by a runtime newer than the&lt;BR /&gt;
currently loaded runtime and cannot be loaded.&lt;BR /&gt;
&lt;BR /&gt;
THX,&lt;BR /&gt;
Dan M.&lt;/DAN.MCRAE&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:55:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574500#M14661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-19T07:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574501#M14662</link>
      <description>Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
I presume you are referring to my post since there aren't any others.&lt;BR /&gt;
&lt;BR /&gt;
Every time this issue is raised you repeat the same ridiculous advice &lt;BR /&gt;
based on an inability to read the names of the newsgroups and the other &lt;BR /&gt;
reality that the expertise for .NET questions is far more likely to be &lt;BR /&gt;
found in the .NET newsgroup than in a VBA newsgroup.&lt;BR /&gt;
&lt;BR /&gt;
VBA programmers don't even need to know the significance of the &lt;BR /&gt;
different .NET programming paradigms which you use to tell people to &lt;BR /&gt;
write to the wrong newsgroup because these issues don't exist in VBA.&lt;BR /&gt;
&lt;BR /&gt;
To illustrate the warrant for your distorted viewpoint you should be &lt;BR /&gt;
able to point to answers to .NET questions in this newsgroup which have &lt;BR /&gt;
been provided by posters who don't read the .NET newsgroup.  Knowing you &lt;BR /&gt;
won't be able to, I await your usual abuse as a reply.&lt;BR /&gt;
&lt;BR /&gt;
Go back to your psychiatrist and get some help.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo wrote:&lt;BR /&gt;
&amp;gt; You can't use Visual Studio 2010 to build AutoCAD .NET applications, unless &lt;BR /&gt;
&amp;gt; you set the target runtime to .NET 3.5, in your project settings.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Also, pay no attention to the resident dunce told you.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; This newsgroup is for ActiveX API issues, regardless of what language is &lt;BR /&gt;
&amp;gt; being used.&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Mon, 19 Oct 2009 10:17:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574501#M14662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-19T10:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574502#M14663</link>
      <description>I don't even bother reading your posts, because you&lt;BR /&gt;
don't have the slightest idea what you're talking about,&lt;BR /&gt;
as you have proven hundreds of times over.&lt;BR /&gt;
&lt;BR /&gt;
Get lost.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
"Laurie" &lt;LAURIE&gt; wrote in message &lt;BR /&gt;
news:6273685@discussion.autodesk.com...&lt;BR /&gt;
Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
I presume you are referring to my post since there aren't any others.&lt;BR /&gt;
&lt;BR /&gt;
Every time this issue is raised you repeat the same ridiculous advice&lt;BR /&gt;
based on an inability to read the names of the newsgroups and the other&lt;BR /&gt;
reality that the expertise for .NET questions is far more likely to be&lt;BR /&gt;
found in the .NET newsgroup than in a VBA newsgroup.&lt;BR /&gt;
&lt;BR /&gt;
VBA programmers don't even need to know the significance of the&lt;BR /&gt;
different .NET programming paradigms which you use to tell people to&lt;BR /&gt;
write to the wrong newsgroup because these issues don't exist in VBA.&lt;BR /&gt;
&lt;BR /&gt;
To illustrate the warrant for your distorted viewpoint you should be&lt;BR /&gt;
able to point to answers to .NET questions in this newsgroup which have&lt;BR /&gt;
been provided by posters who don't read the .NET newsgroup.  Knowing you&lt;BR /&gt;
won't be able to, I await your usual abuse as a reply.&lt;BR /&gt;
&lt;BR /&gt;
Go back to your psychiatrist and get some help.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo wrote:&lt;BR /&gt;
&amp;gt; You can't use Visual Studio 2010 to build AutoCAD .NET applications, &lt;BR /&gt;
&amp;gt; unless&lt;BR /&gt;
&amp;gt; you set the target runtime to .NET 3.5, in your project settings.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Also, pay no attention to the resident dunce told you.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; This newsgroup is for ActiveX API issues, regardless of what language is&lt;BR /&gt;
&amp;gt; being used.&lt;BR /&gt;
&amp;gt;&lt;/LAURIE&gt;</description>
      <pubDate>Mon, 19 Oct 2009 18:48:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2574502#M14663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-19T18:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864590#M14664</link>
      <description>&lt;P&gt;Tony,&lt;/P&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;Could you tell me where to find the setting to change runtime version in VS 2010.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Matej&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tony Tanzillo wrote:&lt;BR /&gt;&amp;gt; You can't use Visual Studio 2010 to build AutoCAD .NET applications, unless&lt;BR /&gt;&amp;gt; you set the target runtime to .NET 3.5, in your project settings.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2010 15:31:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864590#M14664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-24T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864622#M14665</link>
      <description>&lt;P&gt;VS2010 can be used to target .NET 2.0/3.0/3.5/4.0 framework.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to your project-&amp;gt;Properties. In "Compile" tab (assume you use VB.NET), click "Advanced Compile Options..." button. In the dialog box, you'll find "Target framework" dropdown list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use AutoCAD2007 to 2011, usually, you can target .NET3.5. With Acad 2010, you can also target .NET4.0 with some setting configured in acad.exe.config. But targeting .NET3.x would be safer bet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, this kind of question would be better posted in .NET forum as Laurie suggested. This forum is mainly for COM API. If you searched .NET forum, you would have found the answer already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2010 16:05:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864622#M14665</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2010-12-24T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864706#M14666</link>
      <description>&lt;P&gt;Thank you, Norman - now it works great!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason I posted here was that the google search directed me here.. thanx for the suggestion, anyways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2010 20:38:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/2864706#M14666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-24T20:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/3662220#M14667</link>
      <description>&lt;P&gt;Thanks so much! I know this is an old post, but your&amp;nbsp;solution of&amp;nbsp;changing to 3.5 worked.&amp;nbsp;Thx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;VS2010 can be used to target .NET 2.0/3.0/3.5/4.0 framework.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Go to your project-&amp;gt;Properties. In "Compile" tab (assume you use VB.NET), click "Advanced Compile Options..." &amp;gt;button. In the dialog box, you'll find "Target framework" dropdown list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;If you use AutoCAD2007 to 2011, usually, you can target .NET3.5. With Acad 2010, you can also target .NET4.0 with some setting configured in acad.exe.config. But targeting .NET3.x would be safer bet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;By the way, this kind of question would be better posted in .NET forum as Laurie suggested. This forum is mainly for &amp;gt;COM API. If you searched .NET forum, you would have found the answer already.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 20:51:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/3662220#M14667</guid>
      <dc:creator>kylei7449</dc:creator>
      <dc:date>2012-10-16T20:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error when using 'netload' in Command Line, ACAD 2010</title>
      <link>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/6849127#M14668</link>
      <description>&lt;P&gt;I assume you are running the project sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get AutoCAD .NET running with AutoCAD 2010 you need to change the build to 3.5&amp;nbsp; ,NET&lt;/P&gt;&lt;P&gt;4.0 doesn't work.&lt;/P&gt;&lt;P&gt;Also, you need to make sure 3.5 is installed by looking in REGEDIT&lt;/P&gt;&lt;P&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5 example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Visual Studio Express 2013.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure //using System.Threading.Tasks; is commented out since that's for later version of .NET?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Solution Explorer window, right click on reference and delete csharp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the DLL of acdbmgd and acmgd only, core is not available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right click on these references and make sure Copy Local is false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Build, go to Configuration Manager and create a new configuration for x64 - 64 bits&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When building there should be no warnings at all about AMD or anything else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right click on your project in solutions explorer and click properties&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure platform is still x64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under application tab, make sure target framework is .NET Framework 3.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build solution...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to C:\Program Files\Autodesk\ACADM 2010\acad.exe.config file&lt;/P&gt;&lt;P&gt;and open in notepad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make sure the following code is uncommented&lt;/P&gt;&lt;P&gt;&amp;lt;supportedRuntime version="v3.5"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to AutoCAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run netload&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select you DLL&lt;/P&gt;&lt;P&gt;and type AdskGreeting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And view extents to see greeting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="autocad2010net35.jpg" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/318393i145671629C014D16/image-size/large?v=v2&amp;amp;px=999" role="button" title="autocad2010net35.jpg" alt="autocad2010net35.jpg" /&gt;&lt;/span&gt;&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;&amp;nbsp;&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, 02 Feb 2017 14:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/runtime-error-when-using-netload-in-command-line-acad-2010/m-p/6849127#M14668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T14:10:13Z</dc:date>
    </item>
  </channel>
</rss>

