Error when returning a resultset in Management Studio 2008
Have installed SQL 2008 db engine and client tools. Each time I attempt to return a resultset, I receive the following error:
An error occurred while executing batch. Error message is: Method not found: 'Void Microsoft.SqlServer.Management.UI.Grid.ColumnInfo.set_ServerVersion(Int32)'.
This error occurs on any data access, such as:
select * from sys.columns
Does anything know what might be going on?

