Failed to load file or assembly "microsoft.sqlserver.batchparserclient"

Good Evening, I have a C # Winforms application with its deployment, where I did it, it works, in other PCs it is not. Someone had the same problem and how did you solve it?

When I start from another computer, the following error appears:

Could not load file or assembly "microsoft.sqlserver.batchparserclient"

See image above

http://i47.photobucket.com/albums/f195/warbandit69/error1_zps3353dcce.png

---- Update 02-09-2014 -----

I added SQL Shared Management Objets AND CLR Types 2012 and finally got rid of the last error, now I have a similar

http://i47.photobucket.com/albums/f195/warbandit69/error2_zps2749c6ac.png

+3
2

, , SMO CLR SQL Server 2014 x86 ( https://www.microsoft.com/fr-fr/download/details.aspx?id=42295).

64- , x64. , microsoft.sqlserver.batchparserclient microsoft.sqlserver.batchparser. x86 .

+1

A, . , SSMS ( ), , dll f.e Microsoft.SqlServer.Smo.dll, Microsoft.SqlServer.SqlEnum.dll, 'microsoft.sqlserver.batchparserclient'   B.

A

https://www.microsoft.com/en-us/download/details.aspx?id=43339

:  1. ENU\x64\SharedManagementObjects.msi  2. ENU\x64\SQLSysClrTypes.msi

https://social.technet.microsoft.com/wiki/contents/articles/35832.sql-server-troubleshooting-could-not-load-file-or-assembly-microsoft-sqlserver-batchparser.aspx

B

Microsoft.SqlServer.SOMETHING , GAC.

F.e DLL 14.x , , GAC (C:\Windows\assembly) 11 12, A ( , x86, x64, )

dlls C:\Program Files\Microsoft SQL Server\140\SDK\Assemblies C:\Program Files\Microsoft SQL Server\120\SDK\Assemblies

, , .

0

All Articles