thebeefytaco
thebeefytaco

Reputation: 11

Error when trying to create new SQL file in Microsoft Visual Studio 2010

Whenever I try to create an SQL file, this error comes up:

Could not load type 'ManagedBatchParser.ICommandExecuter2' from assembly 'Microsoft.SqlServer.BatchParser, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'.

Any help would be much appreciated.

Upvotes: 1

Views: 165

Answers (1)

C0L.PAN1C
C0L.PAN1C

Reputation: 12243

The quick dirty way is to reinstall SQL Server.

Upvotes: 1

Related Questions