<?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: mscorlib Not Found Error in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529242#M15796</link>
    <description>&lt;P&gt;Mscorlib is a standard .NET library and should be preinstalled. I expect Revit itself is also loading and using it. Maybe you set up your add-in in some weird way so that it requests a specific version and is unhappy with the one already loaded by Revit. Maybe you can perform some file loading analysis to determine whether Revit has already loaded it and what your add-in is doing to cause the problem, e.g., with&amp;nbsp;&lt;EM&gt;Process Monitor&lt;/EM&gt; and similar tools:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sysinternals/downloads/procmon" target="_blank"&gt;https://learn.microsoft.com/en-us/sysinternals/downloads/procmon&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 19:56:29 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2022-11-03T19:56:29Z</dc:date>
    <item>
      <title>mscorlib Not Found Error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11528498#M15795</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I'm having some trouble loading an outside package (npgsql) but it seems that Revit isn't unhappy about the package itself, but with &lt;EM&gt;mscorlib.dll&lt;/EM&gt;. I continuously get this error whenever I try to use any &lt;STRONG&gt;outside package&lt;/STRONG&gt;, but the rest of my application works just fine.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt; System.IO.FileNotFoundException&lt;/LI-CODE&gt;&lt;P&gt;with the note that mscorlib.dll has caused this issue... (or that it's source is that file at least, I'm not quite sure if the system can even find it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Any help would be much appriciated!&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 15:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11528498#M15795</guid>
      <dc:creator>coopgodd</dc:creator>
      <dc:date>2022-11-03T15:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: mscorlib Not Found Error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529242#M15796</link>
      <description>&lt;P&gt;Mscorlib is a standard .NET library and should be preinstalled. I expect Revit itself is also loading and using it. Maybe you set up your add-in in some weird way so that it requests a specific version and is unhappy with the one already loaded by Revit. Maybe you can perform some file loading analysis to determine whether Revit has already loaded it and what your add-in is doing to cause the problem, e.g., with&amp;nbsp;&lt;EM&gt;Process Monitor&lt;/EM&gt; and similar tools:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sysinternals/downloads/procmon" target="_blank"&gt;https://learn.microsoft.com/en-us/sysinternals/downloads/procmon&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:56:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529242#M15796</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-11-03T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: mscorlib Not Found Error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529355#M15797</link>
      <description>&lt;P&gt;You might be installing a version of the package that requires a different .NET framework (or it is a .NET Core package). Could you post more details?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 20:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529355#M15797</guid>
      <dc:creator>mhannonQ65N2</dc:creator>
      <dc:date>2022-11-03T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: mscorlib Not Found Error</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529758#M15798</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;My project is using the .NET Framework 4.8 and I'm attempting to install npgsql.&lt;/P&gt;&lt;P&gt;I've downloaded npgsql from the nuget package manager inside of Visual Studio and I'm not quite sure which file to use as my reference (which .dll (at least I assume I need the .dll)).&lt;/P&gt;&lt;P&gt;Currently the folder Npgsql.6.0.7 looks like this:&lt;/P&gt;&lt;P&gt;- net5.0&lt;/P&gt;&lt;P&gt;- net6.0&lt;/P&gt;&lt;P&gt;- netcoreapp3.1&lt;/P&gt;&lt;P&gt;- netstandard2.0&lt;/P&gt;&lt;P&gt;- netstandard2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I have no clue which to use, as I'm not seeing a .NET framework 4.8 folder....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help would be much appriciated!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 00:06:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/mscorlib-not-found-error/m-p/11529758#M15798</guid>
      <dc:creator>coopgodd</dc:creator>
      <dc:date>2022-11-04T00:06:11Z</dc:date>
    </item>
  </channel>
</rss>

