<?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: How to open different version Revit files in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861369#M30513</link>
    <description>&lt;P&gt;&lt;SPAN&gt;At&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="tta_nmsrc"&gt;present,&amp;nbsp; using "RevitAPI.dll"(2018) and "RevitNET.dll"(2018), "Application.OpenDocumentFile(rvtPath)" can open Revit 2018 file to get the "document". But can't open Revit 2015 file.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 10:12:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-11T10:12:08Z</dc:date>
    <item>
      <title>How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860826#M30506</link>
      <description>&lt;P&gt;I am developing a console program.&lt;/P&gt;&lt;P&gt;If open a different version file, it will throw "Autodesk.Revit.Exceptions.InvalidOperationException:“The document can not be opened".&lt;/P&gt;&lt;P&gt;How to open different version Revit files&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 04:23:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860826#M30506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-11T04:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860872#M30507</link>
      <description>&lt;P&gt;You should be able to open an earlier version but you will not be able to open a later version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your console app was based on Revit 2020, it should be able to open a Revit 2019, however it will not be able to open a Revit 2021.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 04:53:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860872#M30507</guid>
      <dc:creator>joshua.lumley</dc:creator>
      <dc:date>2020-11-11T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860951#M30508</link>
      <description>&lt;P&gt;My app is based on Revit 2018, but&amp;nbsp; it can't open a Revit 2015 file.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 06:15:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860951#M30508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-11T06:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860989#M30509</link>
      <description>&lt;P&gt;I am sure that Revit 2018 can open an RVT file stored by Revit 2015. The problem must lie elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 06:45:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9860989#M30509</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-11-11T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861000#M30510</link>
      <description>&lt;P&gt;By the way, The Building Coder recently shared a solution to&amp;nbsp;automatically open correct RVT file version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2020/05/automatically-open-correct-rvt-file-version.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2020/05/automatically-open-correct-rvt-file-version.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It avoids updating the RVT file versions, assuming that you have all the required versions of Revit.exe installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 06:49:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861000#M30510</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-11-11T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861186#M30511</link>
      <description>&lt;P&gt;Sorry,&amp;nbsp;there is something wrong with my description.&lt;/P&gt;&lt;P&gt;It's not open a file in Revit.&lt;/P&gt;&lt;P&gt;My console app want open the file to get "document".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 943px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/842942iC258461CEB76ABC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Using the "OpenDocumentFile" will be failed.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:30:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861186#M30511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-11T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861208#M30512</link>
      <description>The Revit API requires a valid Revit API context. Such a context is only available within the event handler for a Revit API callback. You cannot make any use whatsoever of the Revit API from a pure console application:
 
&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/12/external-event-and-10-year-forum-anniversary.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/12/external-event-and-10-year-forum-anniversary.html#2&lt;/A&gt;
 
&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/08/revit-api-context-and-form-creation-errors.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/08/revit-api-context-and-form-creation-errors.html#2&lt;/A&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861208#M30512</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-11-11T08:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861369#M30513</link>
      <description>&lt;P&gt;&lt;SPAN&gt;At&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="tta_nmsrc"&gt;present,&amp;nbsp; using "RevitAPI.dll"(2018) and "RevitNET.dll"(2018), "Application.OpenDocumentFile(rvtPath)" can open Revit 2018 file to get the "document". But can't open Revit 2015 file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:12:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861369#M30513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-11T10:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to open different version Revit files</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861708#M30514</link>
      <description>&lt;P&gt;So you are loading those two DLLs from your own console application and not starting Revit.exe at all?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, that is very interesting information. Thank you for sharing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, as said, that constellation is completely unsupported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 12:47:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-open-different-version-revit-files/m-p/9861708#M30514</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-11-11T12:47:03Z</dc:date>
    </item>
  </channel>
</rss>

