Hi,
i tried you exmaple to load my laypout, but i geht this error-message:
"The path specified format is not supported."
What's the problem? The path is ok, file does exist!
thanks
best Regards
rene
i tried you exmaple to load my laypout, but i geht this error-message:
"The path specified format is not supported."
string path_s = Klassen.helper.WPFAnwendung_Path() + "\\Layout\\laoyut.xml"; // Load your layot from the isolated storage.using ( IsolatedStorageFile storage = IsolatedStorageFile.GetUserStoreForAssembly() ){ using (var isoStream = storage.OpenFile("E:\\WPF_Dev\\ITA-Reporting\\ITA-Reporting\\bin\\Debug\\Layout\\Layout.xml", FileMode.Open)){this.Docking.LoadLayout( isoStream ); }What's the problem? The path is ok, file does exist!
thanks
best Regards
rene