Activity overview
Latest activity by Ghoozo
cstrub said:
Found an easy solution, locate SQLPrompt.Format.CommandLine.exe on your computer (was in "D:\Program Files (x86)\Red Gate\SQL Prompt 9" on my computer). using Visual Studio (File-->Open on the EXE) correct the Product Version from 10.14.22.11347+e4f26ea... to 10.14.22.11347). The issue is the Product Version for the file isn't valid for using with System.Version(string) method. Hope this helps someone else who likes to be able to use SQL Prompt and SQL Compare
This also worked for me! Thanks for providing this fix. As I did not want to install Visual Studio, I downloaded a small tool called Resource Hacker, which allows to do the same thing. Just change the file as described above and then recompile and save the modified .exe. / comments
cstrub said:
Found an easy solution, locate SQLPrompt.Format.CommandLine.exe on your computer (was in "D:\Program Files (x86)\Red Gate\SQL Prompt 9" on my computer).using Visual Studio (File-...