Comments
2 comments
-
Hi NatanD
Could you check in the "snippets" folder located in "%localappdata%\Red Gate\SQL Prompt 10". That there are no duplicate GUIDS? -
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();
Add comment
Please sign in to leave a comment.
only if I manually update the XML files in "%localappdata%\Red Gate\SQL Prompt 10".
Installed version: 10.13.13.2147