<?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: HighlightOverrule Class in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785180#M3892</link>
    <description>&lt;P&gt;What about "...recent version of .NET framework" you mentioned? Are you sure you created &lt;STRONG&gt;CORRECT(!)&lt;/STRONG&gt; .NET Framework class library project (for Acad2024 or older), or .NET 8 class library project for Acad2025?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 15:09:34 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2024-05-20T15:09:34Z</dc:date>
    <item>
      <title>HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12784927#M3888</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to work with the &lt;A href="https://help.autodesk.com/view/OARX/2023/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_HighlightOverrule" target="_blank" rel="noopener"&gt;HighlightOverrule&lt;/A&gt; class. According to the online documentation, this class is derived from the following hierarchy: Autodesk.AutoCAD.DatabaseServices.HighlightOverrule.&lt;/P&gt;&lt;P&gt;However, when I try to implement it in my project, the class is not found. The issue is that I am using recent versions of the .NET framework. My question is, does this class still exist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 13:36:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12784927#M3888</guid>
      <dc:creator>youssefGC</dc:creator>
      <dc:date>2024-05-20T13:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785081#M3889</link>
      <description>&lt;P&gt;You might want to try clarify what you asked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does mean "class is not found"? Do you simply look through the Object Browser for the Autodesk.AutoCAD.DatabaseServices namespace (I am SURE you have Acadbmgd.dll referenced in your project)? If you do not see Autodesk.AutoCAD.DatabaseServices in the Object Browser window, then you ARE not doing AutoCAD .NET programming project. Or, you might simply missing "using Autodesk.AutoCAD.DatabaseServices;" in your *.cs/*.vb code file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rather than saying "...recent version of .NET framework...", why not say EXACTLY WHICH VERSION of .NET Framework? If you are doing Acad2024 or older version of AutoCAD, .NET framework version would have nothing to do with HighlightOverrule class being found or not: it is in the AcadDbMgd.dll.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:27:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785081#M3889</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-05-20T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785115#M3890</link>
      <description>&lt;P&gt;HighlightOverrule exists in every version of AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It requires a reference to AcDbMdg.dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The version of the framework you're using has nothing to do with it, other than that you must be using a version that's compatible with the version of AutoCAD you're targeting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:38:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785115#M3890</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-05-20T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785159#M3891</link>
      <description>&lt;P&gt;I have the AcDbMdg.dll reference loaded in my project, but even with that, HighlightOverrule is not detected by my Visual Studio.&lt;/P&gt;&lt;P&gt;Here is a part of the code where I have the problem:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="youssefGC_0-1716217023697.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1364717iA352CC77BD8B4853/image-size/medium?v=v2&amp;amp;px=400" role="button" title="youssefGC_0-1716217023697.png" alt="youssefGC_0-1716217023697.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the DLLs loaded in my project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="youssefGC_1-1716217051186.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1364718iB467823C11F4B15C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="youssefGC_1-1716217051186.png" alt="youssefGC_1-1716217051186.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:58:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785159#M3891</guid>
      <dc:creator>youssefGC</dc:creator>
      <dc:date>2024-05-20T14:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785180#M3892</link>
      <description>&lt;P&gt;What about "...recent version of .NET framework" you mentioned? Are you sure you created &lt;STRONG&gt;CORRECT(!)&lt;/STRONG&gt; .NET Framework class library project (for Acad2024 or older), or .NET 8 class library project for Acad2025?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785180#M3892</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-05-20T15:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785185#M3893</link>
      <description>&lt;P&gt;You are having the problem because the containing namespace has the same name as the class. Change the name of the namespace from HighlightOverrule to something else.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:14:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785185#M3893</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-05-20T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785204#M3894</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476837"&gt;@ActivistInvestor&lt;/a&gt;,&amp;nbsp;good catch.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:19:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785204#M3894</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-05-20T15:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: HighlightOverrule Class</title>
      <link>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785212#M3895</link>
      <description>&lt;P&gt;Thank you, it works now. The problem is with the namespace name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:22:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/highlightoverrule-class/m-p/12785212#M3895</guid>
      <dc:creator>youssefGC</dc:creator>
      <dc:date>2024-05-20T15:22:11Z</dc:date>
    </item>
  </channel>
</rss>

