How can we help you today? How can we help you today?

Setting are not saved

I change the "ConnectionColoringServers" settings and they are not savedת
only if I manually update the XML files in "%localappdata%\Red Gate\SQL Prompt 10".

Installed version: 10.13.13.2147
Isaac bar Nisan
0

Comments

2 comments

  • ATurner
    Hi NatanD

    Could you check in the "snippets" folder located in "%localappdata%\Red Gate\SQL Prompt 10". That there are no duplicate GUIDS?
    ATurner
    0
  • NatanD
    Yes. I found 1 duplicate GUID.
    I fixed it, and now it works fine.
    Thank you!

    Note. The snippets folder is a network-shared folder.

    var dup = Directory.GetFiles(dirPath)
        .Select(f => f.Substring(f.IndexOf('-') + 1))
        .GroupBy(f => f)
        .Where(g => g.Count() > 1)
        .Select(f => f.Key)
        .ToList();

    NatanD
    0

Add comment

Please sign in to leave a comment.