question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kryptonDockingManager save file and load file not working after restart app

See original GitHub issue

hi @ComponentFactory i am using vs 2015 community win 10

i am saving config file then close app then load here all is blank

This is my code

        //load dock
        private void loadDockToolStripMenuItem_Click(object sender, EventArgs e)
        {
            try
            {
                kryptonDockingManager.LoadConfigFromFile(@"C:\Users\SWT\Desktop\setting.ss");
            }
            catch (Exception rr)
            {
                MessageBox.Show(rr.Message);
            }
        }

        //save dock
        private void saveDockToolStripMenuItem_Click(object sender, EventArgs e)
        {
            try
            {
                kryptonDockingManager.SaveConfigToFile(@"C:\Users\SWT\Desktop\setting.ss");
            }
            catch (Exception rr)
            {
                MessageBox.Show(rr.Message);
            }
        }
        

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
rajesh-smartwebtechcommented, Dec 3, 2019

hello @AngeloCresta ?

1reaction
AngeloCrestacommented, Dec 2, 2019

you have an extra space " " in this row, after SaveConfigToFile: kryptonDockingManager.SaveConfigToFile (@“C:\Users\SWT\Desktop\setting.ss”);

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recently Active 'krypton' Questions
kryptonDockingManager save file and load file not working after restart app. i am using https://github.com/ComponentFactory/Krypton repo i am using vs 2015 ...
Read more >
Reopen Documents on Solution load not working since ...
Since upgrading to 16.9 VS is not reopening on Solution load the files that were open at shutdown (I always use File ->...
Read more >
Crash to desktop during loading screen, save file corrupted?
Hello, during my legendary campaign katarin, my game crashed after beating chaos realm for dark prince. Now everytime I try to load the...
Read more >
[UWP] Problem when restart app on kiosk mode
On desktop mode, It works well with out any problem. After update process, the application will be restarted and the new version will...
Read more >
C# (CSharp) KryptonWorkspaceCell Examples
Show file. /// <summary> /// Add a KryptonPage array to the currently active cell or create a new cell is no cell is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found