The class does not support aggregations (or the object of the class is remote) (HRESULT exception: 0x80040110 (CLASS_E_NOAGGREGATION))

3

In the PC that I develop has a Windows 10 OS, I installed some time ago VS2013, SQL Server 2008 R2 Express and SQL Server Management Studio (for issues of clients that work with this version of the DB).

I'm trying to generate a query to a table or modify the structure of a table and I see the error of the attached image (clarify, everything was working well, until today).

This error appears as soon as I click on the New Query button, or if I am going to modify the table when I right click on it.

How can I solve the presented error?

    
asked by Rafael Consuegra García 16.12.2015 в 23:23
source

1 answer

2

I commented 3 options:

  • First try to repair the .Net Framework with the Microsoft .NET Framework Repair Tool strong>
  • download it here.

  • If it does not work, try these steps:

    • Uninstall client-server communication components " Workstation components ".
    • Try to repair .Net Framework with the Microsoft .NET Framework Repair Tool
    • Install the " Workstation components " again.
  • if the above does not work:

  • Uninstall and install SQL Server , since this is due to problems with the installation, probably some corrupt file.

        
    answered by 16.12.2015 в 23:48