<?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 What do I need to do to make a program work across versions in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693324#M65168</link>
    <description>&lt;P&gt;I am writing my first VB dot net program and we are also moving from MEP 2008 to 2010. What do I need to do to get my program to work in both MEP 2008 and 2010 or do I need separate program for each?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2010 12:37:44 GMT</pubDate>
    <dc:creator>jshimkus</dc:creator>
    <dc:date>2010-06-08T12:37:44Z</dc:date>
    <item>
      <title>What do I need to do to make a program work across versions</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693324#M65168</link>
      <description>&lt;P&gt;I am writing my first VB dot net program and we are also moving from MEP 2008 to 2010. What do I need to do to get my program to work in both MEP 2008 and 2010 or do I need separate program for each?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:37:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693324#M65168</guid>
      <dc:creator>jshimkus</dc:creator>
      <dc:date>2010-06-08T12:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: What do I need to do to make a program work across versions</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693566#M65169</link>
      <description>&lt;P&gt;You can't use the same extension in 2008 and 2010, because they depend on&lt;/P&gt;&lt;P&gt;different versions of the managed assemblies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need to build two projects and add your code files to each. In each project you have to reference the assemblies for the target release.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 17:27:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693566#M65169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-08T17:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: What do I need to do to make a program work across versions</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693975#M65170</link>
      <description>&lt;P&gt;thanks, kinda what it looked like.&lt;/P&gt;&lt;P&gt;follow up question...Say I have a project called&amp;nbsp;p2008 and an identical 2010 version called p2010&amp;nbsp;and I make a change in p2010. Can I just copy the modified .vb file or files&amp;nbsp;over to the p2008 folder, open the p2008 project and re-build it and be good-to-go?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:01:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2693975#M65170</guid>
      <dc:creator>jshimkus</dc:creator>
      <dc:date>2010-06-09T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: What do I need to do to make a program work across versions</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2694269#M65171</link>
      <description>&lt;P&gt;Multiple projects can use the same source files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put the source files in a folder that's outside the folders of the&lt;/P&gt;&lt;P&gt;project(s) you'll use them in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In each project, choose "Add-&amp;gt;Existing Item"&amp;nbsp; from the project&lt;/P&gt;&lt;P&gt;menu, and in the file dialog select the file(s) you want to add,&lt;/P&gt;&lt;P&gt;and instead of clicking the "Add" button, click the dropdown&lt;/P&gt;&lt;P&gt;arrow to the right of that button, and choose "Add as Link"&lt;/P&gt;&lt;P&gt;from the dropdown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2010 17:29:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-do-i-need-to-do-to-make-a-program-work-across-versions/m-p/2694269#M65171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-09T17:29:25Z</dc:date>
    </item>
  </channel>
</rss>

