Can't find microsoft.sqlserver.batchparser.dll

前端 未结 9 2179

I wrote an asp.net web app which uses SMO against SQL Server 2008 to be able to run some DB scripts. It references these assemblies (in the C:\\Program Files\\Microsoft SQL

相关标签:
9条回答
  • 2020-12-02 02:18

    I resolve this only Just Right Click on Project navigate to Properties and Change Platform Target from 'Any' to 'x86'

    0 讨论(0)
  • 2020-12-02 02:21

    You need to have the SMO components installed on your hosting provider as well. You can download them here.

    0 讨论(0)
  • 2020-12-02 02:29

    I had SMO x64 installed, but SMO x86 was required on build server.

    0 讨论(0)
提交回复
热议问题