Posted 18 years ago
by Gianni Gardini
- Italy
UIStudio 2.0.0070, .NET 1.1, WindowsXP
I suppose there is a problem if you save the layout with isComplete=true, for example:
barManager1.SaveBarLayoutToFile(fileName, true);
and then try to load with:
barManager1.LoadBarLayoutFromFile(fileName);
and you have ActiPro assemblies in GAC but not in .\bin folder
This can be reproduced in the sample project, just change from:
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, false);
to
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, true);
in BarForm.ProcessFileSaveLayout and try to load the saved layout.
I suppose there is a problem if you save the layout with isComplete=true, for example:
barManager1.SaveBarLayoutToFile(fileName, true);
and then try to load with:
barManager1.LoadBarLayoutFromFile(fileName);
and you have ActiPro assemblies in GAC but not in .\bin folder
This can be reproduced in the sample project, just change from:
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, false);
to
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, true);
in BarForm.ProcessFileSaveLayout and try to load the saved layout.