Posts
Sort by recent activity
Incorrect decompilation for some language versions
Given this code:public class Auxiliar2
{
public IEnumerable<char> PercorreCaracteres(char start, char end)
{
if ((start < 'a') || (start > 'z'))
{
throw new Argu...
5.1.6.35 always brings main Visual studio window to front
When I'm editing a query in Visual Studio 2010 (with productivity power pack) in an external tab well that happens to be on the same screen as the of Visual Studio main window, SQL Prompt brings th...
RedGate.IPNService.exe using 50% of CPU
Since I upgraded to 5.1.4.11, when I start Visual Studio 2010, a RedGate.IPNService.exe is started and uses almost 50% of CPU.
The log file shows only:17 Apr 2011 18:25:49,828 [1] INFO Red...
Suggestion: Map objects
In SQL Data Compare I can map owners and objects.
In SQL Compare I can only map owners.
It would be nice to be able to map objects in SQL Compare like it is possible in SQL Data Compare
Missing XML Documentation
I've seen in .NET Reflector 6 some lack of XML Documentation in decompilation. For example with System.Linq.Enumerable.
If Visual Studio can find it, why can't Reflector do the same?
And it would b...
Suggestion: Add a Documentation combo
I love the new Optimization combo box next to the Language combo box, but it would be nice to als have a combo box for the Documentation style.
Suggestion: Add a Number Format combo
I love the new Optimization combo box next to the Language combo box, but it would be nice to als have a combo box for the Number Format.
5.0.0.365 hangs SSMS when connecting to server
After installing version 5.0.0.365 I SSMS started hanging when connecting to a server (even the local server), unless I run SSMS as administrator.
I'm running on Windows 7 Enterprise 64bit joined t...
SQL Prompt Query Analyzer Integration without SS2000
SQL Prompt Query Analyzer Integration should not be installed on machines withou SQL Server 2000 installed.
At least, shouldn't be on the Start menu.
Stored Procedure parameters
In the summary of the stored procedure parameters, it would be nice to have information on which parameters are output parameters, not just the name and type.