Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
URGENT!!! error on ultraNavigationBar
posted

this.ultraNavigationBar1.RootLocation.Text = @"C:\CMT\";

 

or:

this.ultraNavigationBar1.RootLocation.Text = @"C:\CMT";

gives me this error:

An UltraNavigationBarLocation cannot contain the PathSeparator in any part of the text which is used to identify it when parsing a navigation path.

How do I specify a starting folder?