<?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: assembly reference error in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5893059#M69546</link>
    <description>&lt;P&gt;Dear Vinay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did a quick search and I saw a couple of post by Jeremy where he points out that the Revision class was one of the major implementations for Revit API 2015.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;One of the &lt;A href="http://thebuildingcoder.typepad.com/blog/2014/04/whats-new-in-the-revit-2015-api.html#3" target="_blank"&gt;major Revit 2015 API additions&lt;/A&gt; is access to &lt;A href="http://thebuildingcoder.typepad.com/blog/2014/04/whats-new-in-the-revit-2015-api.html#3.04" target="_blank"&gt;revisions&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;All prior versions provided very limited access to revision data in a project. Here are some things people achieved in spite of the limitations:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html" target="_blank"&gt;Max' revision wrapper class&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/02/wrangling-revisions-with-ruby.html" target="_blank"&gt;Wrangling revisions with Ruby&lt;/A&gt;&lt;/FONT&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But if you read a bit more you will see there is a Wrapper Class that another API 3rd party developer used to bypass the limitation of the non-existency in Revit 2014 for example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the link from where I'm quoting Jeremy.&amp;nbsp;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/06/the-revision-api-and-a-form-on-the-fly.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2014/06/the-revision-api-and-a-form-on-the-fly.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is Max's Revision Wrapper Class for you to use in Revit 2014&amp;nbsp;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2015 20:53:04 GMT</pubDate>
    <dc:creator>rosalesduquej</dc:creator>
    <dc:date>2015-11-04T20:53:04Z</dc:date>
    <item>
      <title>assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5888071#M69541</link>
      <description>&lt;P&gt;I am getting "the type name or namespace name 'Revision' could not be found (are you missing a using directive or assembly reference?)" error while excuting for the same i have attached screen shot.&lt;/P&gt;&lt;P&gt;What is the assembly reference for this revision class, i am using Revit Structure 2014 in pc .&lt;/P&gt;&lt;P&gt;expecting solutions from experts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amith&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 08:45:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5888071#M69541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-02T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5888786#M69542</link>
      <description>&lt;P&gt;Dear Amith,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you copy the code you are using from another project where Revision Namespace&amp;nbsp;existed and you forgot about it?&lt;/P&gt;
&lt;P&gt;This error it is pretty self explanatory. It is telling you that a missing Assembly reference cannot be found in your code and you are referencing to it. I know it sounds repetitive&amp;nbsp;but that is pretty much it. See the following link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/kb/304656&amp;nbsp;" target="_blank"&gt;https://support.microsoft.com/en-us/kb/304656&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The screenshot provided does not help, since there is not a lot of information other than the one you already described. So, maybe providing a bit more information about your code will help the community identify what you are missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 16:52:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5888786#M69542</guid>
      <dc:creator>rosalesduquej</dc:creator>
      <dc:date>2015-11-02T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5889733#M69543</link>
      <description>&lt;P&gt;Dear Jaime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As i know that this reision class is newly added in revit 2015, Hope it will not work in 2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amith&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 05:14:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5889733#M69543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5890914#M69544</link>
      <description>&lt;P&gt;Dear Amith,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you are correct, this class got its first version on Revit 2015, so unfortunately 2014 will not have access to such class, sorry for the bad news.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5890914#M69544</guid>
      <dc:creator>rosalesduquej</dc:creator>
      <dc:date>2015-11-03T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5891593#M69545</link>
      <description>&lt;P&gt;Is there any alternatate way to create revision clouds&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 03:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5891593#M69545</guid>
      <dc:creator>atk_vinay.krishna</dc:creator>
      <dc:date>2015-11-04T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: assembly reference error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5893059#M69546</link>
      <description>&lt;P&gt;Dear Vinay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did a quick search and I saw a couple of post by Jeremy where he points out that the Revision class was one of the major implementations for Revit API 2015.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;One of the &lt;A href="http://thebuildingcoder.typepad.com/blog/2014/04/whats-new-in-the-revit-2015-api.html#3" target="_blank"&gt;major Revit 2015 API additions&lt;/A&gt; is access to &lt;A href="http://thebuildingcoder.typepad.com/blog/2014/04/whats-new-in-the-revit-2015-api.html#3.04" target="_blank"&gt;revisions&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;All prior versions provided very limited access to revision data in a project. Here are some things people achieved in spite of the limitations:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html" target="_blank"&gt;Max' revision wrapper class&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/02/wrangling-revisions-with-ruby.html" target="_blank"&gt;Wrangling revisions with Ruby&lt;/A&gt;&lt;/FONT&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But if you read a bit more you will see there is a Wrapper Class that another API 3rd party developer used to bypass the limitation of the non-existency in Revit 2014 for example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the link from where I'm quoting Jeremy.&amp;nbsp;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/06/the-revision-api-and-a-form-on-the-fly.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2014/06/the-revision-api-and-a-form-on-the-fly.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is Max's Revision Wrapper Class for you to use in Revit 2014&amp;nbsp;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/09/max-revision-wrapper-class.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 20:53:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/assembly-reference-error/m-p/5893059#M69546</guid>
      <dc:creator>rosalesduquej</dc:creator>
      <dc:date>2015-11-04T20:53:04Z</dc:date>
    </item>
  </channel>
</rss>

