<?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 Migrating to 2010 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462635#M71144</link>
    <description>I'm almost embarassed to ask this:&lt;BR /&gt;
&lt;BR /&gt;
I've been programming in VB.Net since last fall, using Autocad 2009 and MS &lt;BR /&gt;
Visual Studio 2008 Express, translating about 8 years accumulation of VBA &lt;BR /&gt;
code. It's going fine, easy to use, more powerful, everthing works, etc., &lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
One thing has me flummoxed though: Autocad 2010 showed up today and I'm &lt;BR /&gt;
trying to move my code over to it, and I just don't know how and can't seem &lt;BR /&gt;
to find any information on the migration.&lt;BR /&gt;
&lt;BR /&gt;
I copied my project and reset the references to the 2010 versions, but when &lt;BR /&gt;
I start debugging, Acad 2009 starts and of course doesn't like the 2010 &lt;BR /&gt;
versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think &lt;BR /&gt;
of, but can't figure out or find out how to redirect the project to 2010.&lt;BR /&gt;
&lt;BR /&gt;
I'm assuming this is reallly easy, since I can't find any record of anyone &lt;BR /&gt;
else's asking this question.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, can somebody help me out?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance . . .</description>
    <pubDate>Mon, 06 Apr 2009 18:07:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-06T18:07:24Z</dc:date>
    <item>
      <title>Migrating to 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462635#M71144</link>
      <description>I'm almost embarassed to ask this:&lt;BR /&gt;
&lt;BR /&gt;
I've been programming in VB.Net since last fall, using Autocad 2009 and MS &lt;BR /&gt;
Visual Studio 2008 Express, translating about 8 years accumulation of VBA &lt;BR /&gt;
code. It's going fine, easy to use, more powerful, everthing works, etc., &lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
One thing has me flummoxed though: Autocad 2010 showed up today and I'm &lt;BR /&gt;
trying to move my code over to it, and I just don't know how and can't seem &lt;BR /&gt;
to find any information on the migration.&lt;BR /&gt;
&lt;BR /&gt;
I copied my project and reset the references to the 2010 versions, but when &lt;BR /&gt;
I start debugging, Acad 2009 starts and of course doesn't like the 2010 &lt;BR /&gt;
versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think &lt;BR /&gt;
of, but can't figure out or find out how to redirect the project to 2010.&lt;BR /&gt;
&lt;BR /&gt;
I'm assuming this is reallly easy, since I can't find any record of anyone &lt;BR /&gt;
else's asking this question.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, can somebody help me out?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance . . .</description>
      <pubDate>Mon, 06 Apr 2009 18:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462635#M71144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-06T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating to 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462636#M71145</link>
      <description>Try this search in the VBA forum:&lt;BR /&gt;
&lt;BR /&gt;
"Tutorial for VBA developers to use Visual basic and C# 2008 Express Edition"&lt;BR /&gt;
&lt;BR /&gt;
http://www.google.com/search?&amp;amp;q=%22Tutorial+for+VBA+developers+to+use+Visual+basic+and+C%23+2008+Express+Edition%22</description>
      <pubDate>Mon, 06 Apr 2009 19:10:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462636#M71145</guid>
      <dc:creator>dsnodgrass</dc:creator>
      <dc:date>2009-04-06T19:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating to 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462637#M71146</link>
      <description>In your project's properties, you have to tell Visual Studio what executable &lt;BR /&gt;
to start. So, you looks like you've not changed that to AutoCAD 2010.&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 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Burba" &lt;TBURBA&gt; wrote in message &lt;BR /&gt;
news:6156930@discussion.autodesk.com...&lt;BR /&gt;
I'm almost embarassed to ask this:&lt;BR /&gt;
&lt;BR /&gt;
I've been programming in VB.Net since last fall, using Autocad 2009 and MS&lt;BR /&gt;
Visual Studio 2008 Express, translating about 8 years accumulation of VBA&lt;BR /&gt;
code. It's going fine, easy to use, more powerful, everthing works, etc.,&lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
One thing has me flummoxed though: Autocad 2010 showed up today and I'm&lt;BR /&gt;
trying to move my code over to it, and I just don't know how and can't seem&lt;BR /&gt;
to find any information on the migration.&lt;BR /&gt;
&lt;BR /&gt;
I copied my project and reset the references to the 2010 versions, but when&lt;BR /&gt;
I start debugging, Acad 2009 starts and of course doesn't like the 2010&lt;BR /&gt;
versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think&lt;BR /&gt;
of, but can't figure out or find out how to redirect the project to 2010.&lt;BR /&gt;
&lt;BR /&gt;
I'm assuming this is reallly easy, since I can't find any record of anyone&lt;BR /&gt;
else's asking this question.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, can somebody help me out?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance . . .&lt;/TBURBA&gt;</description>
      <pubDate>Mon, 06 Apr 2009 19:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462637#M71146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-06T19:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating to 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462638#M71147</link>
      <description>"Tony Burba" &lt;TBURBA&gt; wrote in message &lt;BR /&gt;
news:6156930@discussion.autodesk.com...&lt;BR /&gt;
I'm almost embarassed to ask this:&lt;BR /&gt;
&lt;BR /&gt;
I've been programming in VB.Net since last fall, using Autocad 2009 and MS&lt;BR /&gt;
Visual Studio 2008 Express, translating about 8 years accumulation of VBA&lt;BR /&gt;
code. It's going fine, easy to use, more powerful, everthing works, etc.,&lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
One thing has me flummoxed though: Autocad 2010 showed up today and I'm&lt;BR /&gt;
trying to move my code over to it, and I just don't know how and can't seem&lt;BR /&gt;
to find any information on the migration.&lt;BR /&gt;
&lt;BR /&gt;
I copied my project and reset the references to the 2010 versions, but when&lt;BR /&gt;
I start debugging, Acad 2009 starts and of course doesn't like the 2010&lt;BR /&gt;
versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think&lt;BR /&gt;
of, but can't figure out or find out how to redirect the project to 2010.&lt;BR /&gt;
&lt;BR /&gt;
I'm assuming this is reallly easy, since I can't find any record of anyone&lt;BR /&gt;
else's asking this question.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, can somebody help me out?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance . . .&lt;/TBURBA&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462638#M71147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-07T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating to 2010</title>
      <link>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462639#M71148</link>
      <description>Thanks to both of the people who replied so swiftly and helpfully. With &lt;BR /&gt;
their guidance and a little extra work on my own, I got going in 2010.&lt;BR /&gt;
&lt;BR /&gt;
For anyone else having this issue: As Tony Tanzillo pointed out, I knew I &lt;BR /&gt;
had to point the project to a different executable, but I didn't know how to &lt;BR /&gt;
do this because VB Express doesn't provide direct access to that setting.&lt;BR /&gt;
&lt;BR /&gt;
The tutorial to which DSnodgrass directed me showed how to change the &lt;BR /&gt;
executable path by modifying an xml file called appname.vbproj. I made the &lt;BR /&gt;
changes but my project still kept opening in 2009 until I figured out that I &lt;BR /&gt;
needed to make similar changes in another file called appname.vbproj.user.&lt;BR /&gt;
&lt;BR /&gt;
Now my project opens for debugging in 2010. Even better, my code seems to be &lt;BR /&gt;
working so far.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for the help. Is this a great newsgroup or what?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Burba" &lt;TBURBA&gt; wrote in message &lt;BR /&gt;
news:6156930@discussion.autodesk.com...&lt;BR /&gt;
I'm almost embarassed to ask this:&lt;BR /&gt;
&lt;BR /&gt;
I've been programming in VB.Net since last fall, using Autocad 2009 and MS&lt;BR /&gt;
Visual Studio 2008 Express, translating about 8 years accumulation of VBA&lt;BR /&gt;
code. It's going fine, easy to use, more powerful, everthing works, etc.,&lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
One thing has me flummoxed though: Autocad 2010 showed up today and I'm&lt;BR /&gt;
trying to move my code over to it, and I just don't know how and can't seem&lt;BR /&gt;
to find any information on the migration.&lt;BR /&gt;
&lt;BR /&gt;
I copied my project and reset the references to the 2010 versions, but when&lt;BR /&gt;
I start debugging, Acad 2009 starts and of course doesn't like the 2010&lt;BR /&gt;
versions of acdbmgd.dll and acmgd.dll. I've searched everywhere I can think&lt;BR /&gt;
of, but can't figure out or find out how to redirect the project to 2010.&lt;BR /&gt;
&lt;BR /&gt;
I'm assuming this is reallly easy, since I can't find any record of anyone&lt;BR /&gt;
else's asking this question.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, can somebody help me out?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance . . .&lt;/TBURBA&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:57:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migrating-to-2010/m-p/2462639#M71148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-07T13:57:18Z</dc:date>
    </item>
  </channel>
</rss>

