<?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: FATAL ERROR: Unhandled Access Violation Readin 0x0008 Exception at 25944c7ah in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458736#M55573</link>
    <description>Lol! Thanks cheifbraincloud ha ha ...&lt;BR /&gt;Yah I'll keep hacking away at it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Let you know what I find out.</description>
    <pubDate>Tue, 15 May 2012 21:43:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-15T21:43:46Z</dc:date>
    <item>
      <title>FATAL ERROR: Unhandled Access Violation Readin 0x0008 Exception at 25944c7ah</title>
      <link>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458482#M55570</link>
      <description>&lt;P&gt;Okay... shot in the dark, but I'll try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running my Cad Extractor and it crashes on this procedure always on a certain drawing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't think it has anything to do with the procedure, but I could be wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas anyone?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Private Shared Function DetectLineNumberPattern(ByVal s_AcadText As String) As SFR_LineNumber_Pattern
                'Debug.Print("Running: GetLineNumberPattern")

                'Catch Exceptions 
                If s_AcadText.Length = 0 Or String.IsNullOrEmpty(s_AcadText) Then
                    'Debug.Print("Caught LineNumber Null Exception")
                    Return SFR_LineNumber_Pattern.Pattern00_Other
                    Exit Function
                End If

   

                '----------------------------------------&amp;lt;START PATTERN MATCHING&amp;gt;----------------------------------------------'

                'Debug.Print("Checking Patterns")

                '&amp;lt;&amp;lt;PATERN 1&amp;gt;&amp;gt;
                If Regex.IsMatch(s_AcadText, _
                                 "(^[A-Za-z]{1,4}\d{1,6}-{1}[A-Za-z]{1,6}\d{0,3}[A-Za-z]{0,5}-{1}\d{1}\s{1}\d{1,2}/{1}\d{1,2}\x22)|" &amp;amp; _
                                 "(^[A-Za-z]{1,4}\d{1,6}-{1}[A-Za-z]{1,6}\d{0,3}[A-Za-z]{0,5}-{1}\s{0,2}\d{1}/{0,1}\d{0,1}\x22)|" &amp;amp; _
                                 "(^[A-Za-z]{1,4}\d{1,6}-{1}\d{3}\35{1}[A-Za-z]{0,5}-{1}\d{1,2}\x22)|" &amp;amp; _
                                 "(^[A-Za-z]{1,4}\d{1,6}-{1}\d{3}\35{1}[A-Za-z]{0,5}-{1}\d{1,2}\s{1}\d{1,2}/{1}\d{1,2}\x22)|" &amp;amp; _
                                 "(^[A-Za-z]{1,4}\d{1,6}-{1}[A-Za-z]{1,6}-\d{0,3}\d{1,2}\x22)") Then

                    'Debug.Print("Checked matches Pattern 1")
                    Return SFR_LineNumber_Pattern.Pattern01_Com_Num_Spec_Size_Ins

                    '&amp;lt;&amp;lt;PATTERN 2&amp;gt;&amp;gt;           
                ElseIf Regex.IsMatch(s_AcadText, "^([A-Za-z]{1,4}-{1}\d{1,6}-{1}[A-Za-z]{1,4}\d{0,3}[A-Za-z]{0,2}-{1}\d{1,2}\x22)|" &amp;amp; _
                                     "^([A-Za-z]{1,4}-{1}\d{1,6}-{1}[A-Za-z]{1,4}\d{0,3}[A-Za-z]{0,2}-{1}\s{0,1}\d{1,2}\s{0,2}/{1}\d{1,2}\x22)") Then

                    'Debug.Print("Checked matches Pattern 2")
                    Return SFR_LineNumber_Pattern.Pattern02_Com_Dash_Num_Spec_Size

                    '&amp;lt;&amp;lt;PATTERN 3&amp;gt;&amp;gt;                
                ElseIf Regex.IsMatch(s_AcadText, "^([A-Za-z]{1,4}-{1}\d{1,6}-{1}\d{1,2}\x22-{1}[A-Za-z]{1,4}\d{0,3}[A-Za-z]{0,2})|" &amp;amp; _
                                     "^([A-Za-z]{1,4}-{1}\d{1,6}-{1}\d{1,2}\s{1}\d{1,2}/{1}\d{1,2}\x22-{1}[A-Za-z]{1,4}\d{0,3}[A-Za-z]{0,2})") Then

                    'Debug.Print("Checked matches Pattern 3")
                    Return SFR_LineNumber_Pattern.Pattern03_Com_Dash_Num_Size_Spec_Ins

.... etc   End If &lt;/PRE&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>Tue, 15 May 2012 18:49:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458482#M55570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T18:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: FATAL ERROR: Unhandled Access Violation Readin 0x0008 Exception at 25944c7ah</title>
      <link>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458566#M55571</link>
      <description>&lt;P&gt;Which line does it crash on?&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 19:58:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458566#M55571</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-05-15T19:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: FATAL ERROR: Unhandled Access Violation Readin 0x0008 Exception at 25944c7ah</title>
      <link>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458718#M55572</link>
      <description>&lt;P&gt;My only thought is that you have much more patience than I have with setting up regular expressions &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 21:34:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458718#M55572</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-05-15T21:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: FATAL ERROR: Unhandled Access Violation Readin 0x0008 Exception at 25944c7ah</title>
      <link>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458736#M55573</link>
      <description>Lol! Thanks cheifbraincloud ha ha ...&lt;BR /&gt;Yah I'll keep hacking away at it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Let you know what I find out.</description>
      <pubDate>Tue, 15 May 2012 21:43:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/fatal-error-unhandled-access-violation-readin-0x0008-exception/m-p/3458736#M55573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T21:43:46Z</dc:date>
    </item>
  </channel>
</rss>

