0

I am new to sensenet. I am trying to install sensenet version sn-community-webpi-6.5.4.9243.zip by importing this zip using Web deploy in IIS. But in installation wizard I am getting following error and it gets aborted.

The assembly 'microsoft.sqlserver.batchparser version=13.0.0.0' could not be loaded.
could not load file or assembly 'microsoft.sqlserver.batchparser version=13.0.0.0
Naveen Kumar R B
  • 6,248
  • 5
  • 32
  • 65
sushilk
  • 1
  • 1

1 Answers1

0

That dll is not related to Sense/Net. According to this post, there is a possibility that something is missing around SQL Server Shared Management Objects, because this library is part of that package. Maybe this is a 32/64 bit issue with your Windows and/or SQL Server installation.

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4d682289-9e06-4dd3-aff3-d08ad437896d/file-or-assembly-microsoftsqlserverbatchparser-error?forum=sqldatabaseengine

You may try to (re)install SMO for your SQL Server version. I haven't tried these links, just did a quick search:

SQL Server 2012:

SQL Server 2014:

SQL Server 2016:

Miklós Tóth
  • 1,490
  • 13
  • 19