Search Tips

Proposed Amendments to North Dakota Rules Monday, September 8, 1997

IN THE SUPREME COURT

STATE OF NORTH DAKOTA

NOTICE OF HEARING

Supreme Court No. 970225

Proposed Amendments to ND Rules of Civil Procedure, Rules of Criminal Procedure, Rules of Evidence, Rules of Appellate Procedure, Rules of Court, and Administrative Rules

The Joint Procedure Committee filed proposed amendments to the following: Rules 4, 5, 38, 50, 52, 54, and 59 of the North Dakota Rules of Civil Procedure; Rules 5.1, 17.1, 33, 43, Forms 7, 7(a), 7(b), and 8 of the North Dakota Rules of Criminal Procedure; Rules 412 and 804 of the North Dakota Rules of Evidence; Rules 2.1, 4, 10, 30, and 35.1 of the North Dakota Rules of Appellate Procedure; Rules 6.7 and 6.8 of the North Dakota Rules of Court; and Rule 39 of the North Dakota Administrative Rules. The Petition and a synopses of the proposed amendments submitted by the Joint Procedure Committee are attached.

ORDERED, that a hearing be held on the proposed amendments Thursday, October 30, 1997, at 10:45 a.m., in the Courtroom of the Supreme Court, at the State Capitol in Bismarck, North Dakota. Time for personal appearances will be limited. Any person wishing to comment on the proposed amendments may do so in writing prior to the hearing. Address written comments to Penny Miller, Clerk of the Supreme Court, 600 East Boulevard Avenue, Bismarck, ND 58505-0530.

Dated: September 8, 1997.

/s/ Penny Miller 
Penny Miller
Clerk
North Dakota Supreme Court 

 


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>