Friday 25 February 2011

Could not load file or assembly 'Microsoft.SqlServer.BatchParser"

I had created an SQL Server tool kit, that allows me to document and generate code against SQL Server databases. This uses SQL Server SMO (Server Management Objects)

After moving my developement environment to Windows 7 64bit this application no longer worked and I got the error messages: Could not load file or assembly 'Microsoft.SqlServer.BatchParser

I found that the solution was to download and install the SQL Server Management Objects Collection for 64bit.
This is available here:
SQLServer2005_XMO_x64.msi

No comments: