Search Tips

Order Friday, July 20, 2001

IN THE SUPREME COURT

STATE OF NORTH DAKOTA

2001 ND 134

ORDER

In the Matter of the Name Change of the State Bar Board to the State Board of Law Examiners

Supreme Court No. 20010181

[¶1] Effective August 1, 2001, the name State Bar Board will change to State Board of Law Examiners. The name "State Bar Board" appears throughout various rules adopted by this Court.

[¶2] IT IS HEREBY ORDERED, that wherever "State Bar Board" appears in the North Dakota Rules of Civil Procedure, North Dakota Rules of Court, North Dakota Rules for Lawyer Discipline, the North Dakota Supreme Court Administrative Rules, Rule on Limited Practice of Law by Law Students, North Dakota Rules for Continuing Legal Education, and any other rules adopted by this Court, it means the "State Board of Law Examiners". The specific affected rules need not be immediately republished with the name change, but will be forwarded to the publishers for inclusion in the next republication of the rules.

[¶3] Dated this 20th day of July, 2001. 

[¶4] Gerald W. VandeWalle, C.J.
Carol Ronning Kapsner
Dale V. Sandstrom
William A. Neumann
Mary Muehlen Maring

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>