Search Tips
...

Tristan J. Van de Streek

District Court Judge

Chambers: Fargo – ECJD #2
Appointed in 2019

Cass County Courthouse
P.O. Box 2806
Fargo, ND 58108-2806
701-451-6940

Staff:

Ali Wimpfheimer
Staff Attorney
AWimpfheimer@ndcourts.gov
701-451-6962

Kristen Erickson
Court Recorder
KErickson@ndcourts.gov
701-451-6964

Judge Van de Streek was appointed as District Court Judge by Governor Doug Burgum in 2019 for the East Central Judicial District judgeship #2 located in Fargo, ND.

Born in 1976; Judge Van de Streek attended Minot State University acquiring a Bachelor of Administration in 2000.  He attended the University of North Dakota School of Law receiving his Juris Doctor in 2003.  He was admitted to the N.D. Bar on October 6, 2003.

Judge Van de Streek was in private legal practice in Minot from 2003-2007. He was  the Assistant State's Attorney in Cass County from 2007-2018. 

 


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>