Smart rename not works
Dmitry Gokun
Posts: 19
After latest update it stopped to work at all. Evry time i'm trying rename column, i'm getting this:
Could not load file or assembly 'LinqBridge, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c2b14eb747628076' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'LinqBridge, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c2b14eb747628076' or one of its dependencies. The system cannot find the file specified.
Comments
SQL Prompt uses some LINQ technology, which is not present in .NET 2.0. If you install .NET 3.5, this error will go away. You can also find LinqBridge in the installation folder for SQL Compare or Data Compare, if you have those installed, and copy the DLL to c:\program files (x86)\red gate\sql prompt 5.
I've uninstalled latest version and installed previous (5.3.4.1) and it works just fine. So, it must be problem with new version.