Error while trying to create a new SQL Server 2008 database project

advertisements

I receive the following error:

Could not load file or assembly 'Microsoft.SqlServer.Management.SqlParser, Version=10.0.0.0... The system cannot find the file specified.

Reading the following link I made a repair to SQL Server Management Objects (SMO) Class Library but no success there.


As referenced in this post, did you reinstall these three components?

Microsoft SQL Server System CLR Types - LINK

Microsoft SQL Server 2008 Management Objects - LINK

Microsoft SQL Server 2008 Native Client - LINK

original post