<?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: VS 2010 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788912#M63641</link>
    <description>&lt;P&gt;You can't run Visual Studio 2010&amp;nbsp;stuff inside AutoCAD 2011, but you can use Visual Studio 2010 to develop apps for 2011, 2010,&amp;nbsp; 2009, &amp;nbsp;and how ever far it goes back.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2010 22:13:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-05T22:13:55Z</dc:date>
    <item>
      <title>VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788900#M63639</link>
      <description>&lt;P&gt;Please don't tell me you can't run/use Visual Studio 2010 stuff inside AutoCAD 2011?.......&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788900#M63639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-05T22:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788908#M63640</link>
      <description>&lt;P&gt;I have done a couple of small AutoCAD 2011 (AcadMap, actually) projects with VS2010, trageting .NET4.0. No issue so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course I had to add this into acad.exe.config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;lt;startup useLegacyV2RuntimeActivationPolicy="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v4.0"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/startup&amp;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;lt;/configuration&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:11:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788908#M63640</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2010-10-05T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788912#M63641</link>
      <description>&lt;P&gt;You can't run Visual Studio 2010&amp;nbsp;stuff inside AutoCAD 2011, but you can use Visual Studio 2010 to develop apps for 2011, 2010,&amp;nbsp; 2009, &amp;nbsp;and how ever far it goes back.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:13:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788912#M63641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-05T22:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788918#M63642</link>
      <description>&lt;P&gt;Really no issues with 4.0 you must not be using any new features in 4.0 that directly interact with AutoCAD. Then I would play it safe with 3.5&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:16:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2788918#M63642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-05T22:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794464#M63643</link>
      <description>&lt;P&gt;My acad.exe.config.....contains what you state below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I tried running a sample .DLL (sample taken from AutoCAD (2010) .Net Developers Guide), and I get the following errors:&lt;/P&gt;&lt;P&gt;Command: netload&lt;BR /&gt;Cannot load assembly. Error details: System.BadImageFormatException: Could not&lt;BR /&gt;load file or assembly 'file:///D:\My Documents\Visual Studio&lt;BR /&gt;2010\Projects\MyFirstProject\MyFirstProject\obj\Debug\MyFirstProject.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;File name: 'file:///D:\My Documents\Visual Studio&lt;BR /&gt;2010\Projects\MyFirstProject\MyFirstProject\obj\Debug\MyFirstProject.dll'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase,&lt;BR /&gt;Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark,&lt;BR /&gt;Boolean throwOnFileNotFound, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase,&lt;BR /&gt;Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark,&lt;BR /&gt;Boolean throwOnFileNotFound, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,&lt;BR /&gt;Evidence assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence&lt;BR /&gt;securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm,&lt;BR /&gt;Boolean forIntrospection, StackCrawlMark&amp;amp; stackMark)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.LoadFrom(String assemblyFile)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Runtime.ExtensionLoader.Load(String fileName)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at loadmgd()&lt;/P&gt;&lt;P&gt;WRN: Assembly binding logging is turned OFF.&lt;BR /&gt;To enable assembly bind failure logging, set the registry value&lt;BR /&gt;[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&lt;BR /&gt;Note: There is some performance penalty associated with assembly bind failure&lt;BR /&gt;logging.&lt;BR /&gt;To turn this feature off, remove the registry value&lt;BR /&gt;[HKLM\Software\Microsoft\Fusion!EnableLog].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached&amp;nbsp;is&amp;nbsp;my acad.exe.config file (renamed so I could attach)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:35:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794464#M63643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794468#M63644</link>
      <description>&lt;P&gt;1. Do you use Acad2011?&lt;/P&gt;&lt;P&gt;2. In your attached acad.exe.config, you have &amp;lt;!--....--&amp;gt; that comments out the needed setting. Are you sure you do not have &amp;lt;!--&amp;nbsp;&amp;nbsp; ...&amp;nbsp; --&amp;gt; in your real acad.exe.config?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:43:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794468#M63644</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2010-10-12T16:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794490#M63645</link>
      <description>&lt;P&gt;Thx....that fixed the problem (I had the required line commented out...jeeez!)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:55:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/2794490#M63645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T16:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/3698866#M63646</link>
      <description>&lt;P&gt;HI I have the same problem which is stated earlier. When I try to to load the .dll show following error:&lt;/P&gt;&lt;P&gt;Command: netload&lt;BR /&gt;Cannot load assembly. Error details: System.BadImageFormatException: Could not&lt;BR /&gt;load file or assembly 'file://\\home003.vih.infineon.com\alamzaki\My&lt;BR /&gt;Documents\Visual Studio&lt;BR /&gt;2010\Projects\MyFirstProject\MyFirstProject\bin\Debug\MyFirstProject.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;File name: 'file://\\home003.vih.infineon.com\alamzaki\My Documents\Visual&lt;BR /&gt;Studio 2010\Projects\MyFirstProject\MyFirstProject\bin\Debug\MyFirstProject.dll'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase,&lt;BR /&gt;Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark,&lt;BR /&gt;Boolean throwOnFileNotFound, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase,&lt;BR /&gt;Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark,&lt;BR /&gt;Boolean throwOnFileNotFound, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,&lt;BR /&gt;Evidence assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence&lt;BR /&gt;securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm,&lt;BR /&gt;Boolean forIntrospection, StackCrawlMark&amp;amp; stackMark)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.LoadFrom(String assemblyFile)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Runtime.ExtensionLoader.Load(String fileName)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at loadmgd()&lt;BR /&gt;WRN: Assembly binding logging is turned OFF.&lt;BR /&gt;To enable assembly bind failure logging, set the registry value&lt;BR /&gt;[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&lt;BR /&gt;Note: There is some performance penalty associated with assembly bind failure&lt;BR /&gt;logging.&lt;BR /&gt;To turn this feature off, remove the registry value&lt;BR /&gt;[HKLM\Software\Microsoft\Fusion!EnableLog].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MY acad.exe.config file is:&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;configSections&amp;gt;&lt;BR /&gt;&amp;lt;section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;&amp;lt;section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.9.9.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/&amp;gt;&amp;lt;/configSections&amp;gt;&amp;lt;!--&lt;BR /&gt;&amp;nbsp; &amp;lt;startup useLegacyV2RuntimeActivationPolicy="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v4.0"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/startup&amp;gt;&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence--&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;appSettings&amp;gt;&lt;BR /&gt;&amp;lt;add key="WebServiceTimeout" value="1000000"/&amp;gt;&amp;lt;/appSettings&amp;gt;&amp;lt;microsoft.web.services3&amp;gt;&lt;BR /&gt;&amp;lt;messaging&amp;gt;&lt;BR /&gt;&amp;lt;maxMessageLength value="51200"/&amp;gt;&amp;lt;mtom clientMode="On"/&amp;gt;&amp;lt;/messaging&amp;gt;&amp;lt;security&amp;gt;&lt;BR /&gt;&amp;lt;timeToleranceInSeconds value="86400"/&amp;gt;&amp;lt;/security&amp;gt;&amp;lt;/microsoft.web.services3&amp;gt;&amp;lt;loggingConfiguration name="Logging Application Block" tracingEnabled="true" defaultCategory="" logWarningsWhenNoCategoriesMatch="false"&amp;gt;&amp;lt;listeners&amp;gt;&lt;BR /&gt;&amp;lt;add fileName="rolling.log" rollSizeKB="0" timeStampPattern="yyyy-MM-dd" rollFileExistsBehavior="Increment" rollInterval="Day" formatter="Text Formatter" header="" footer="----------------------------------------" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.9.9.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" traceOutputOptions="LogicalOperationStack" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.9.9.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" name="Rolling Flat File Trace Listener"/&amp;gt;&amp;lt;/listeners&amp;gt;&amp;lt;formatters&amp;gt;&lt;BR /&gt;&amp;lt;add template="{timestamp} ({win32ThreadId})&amp;nbsp; {message}&lt;BR /&gt;Category: {category}{dictionary(&lt;BR /&gt;{key}: {value})}" type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.9.9.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" name="Text Formatter"/&amp;gt;&amp;lt;/formatters&amp;gt;&amp;lt;categorySources&amp;gt;&lt;BR /&gt;&amp;lt;add switchValue="All" name="Information"&amp;gt;&amp;lt;listeners&amp;gt;&lt;BR /&gt;&amp;lt;add name="Rolling Flat File Trace Listener"/&amp;gt;&amp;lt;/listeners&amp;gt;&amp;lt;/add&amp;gt;&amp;lt;add switchValue="All" name="Error"&amp;gt;&amp;lt;listeners&amp;gt;&lt;BR /&gt;&amp;lt;add name="Rolling Flat File Trace Listener"/&amp;gt;&amp;lt;/listeners&amp;gt;&amp;lt;/add&amp;gt;&amp;lt;add switchValue="off" name="Trace"&amp;gt;&amp;lt;listeners&amp;gt;&lt;BR /&gt;&amp;lt;add name="Rolling Flat File Trace Listener"/&amp;gt;&amp;lt;/listeners&amp;gt;&amp;lt;/add&amp;gt;&amp;lt;/categorySources&amp;gt;&amp;lt;specialSources&amp;gt;&lt;BR /&gt;&amp;lt;allEvents name="All Events" switchValue="All"/&amp;gt;&amp;lt;notProcessed name="Unprocessed Category" switchValue="All"/&amp;gt;&amp;lt;errors name="Logging Errors &amp;amp;amp; Warnings" switchValue="All"/&amp;gt;&amp;lt;/specialSources&amp;gt;&amp;lt;/loggingConfiguration&amp;gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can not recity the problem. I am using VB2010 (Premium), AutoCAD2011. Windows 7 32 bit machine. Can you help me to solve this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 14:27:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/3698866#M63646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/3707982#M63647</link>
      <description>&lt;P&gt;Hello Zakir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In what you have posted, I see those &amp;lt;!-- and --&amp;gt;&lt;/P&gt;
&lt;P&gt;You too seem to have the lines that specify the supportedRuntime in acad.exe.config commented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try removing those comment markers ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 17:32:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vs-2010/m-p/3707982#M63647</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2012-11-21T17:32:14Z</dc:date>
    </item>
  </channel>
</rss>

