Question Microsoft.SqlServer.BatchParser not available in MSIL

ms40724

New member
Joined
Jul 30, 2017
Messages
1
Programming Experience
5-10
Hi,

I compile my Application for "Any CPU" and I'm using the SQL Libraries for the SQL Express Server 2014.
All libs are available as MSIL processor architecture, except the Microsoft.SqlServer.BatchParser.dll.

When I create the project, I get the warning MSB3270 "Mismatch between the processor architecture" for this dll.

But after installation of the SMO package, I don't have this file for MSIL on my PC.

Where I can get this file for MSIL?

Thank you in advance.

Regards
Markus
 
From what I can tell there is a X86 and x64 package for SMO, and you have to build your project for the one that is installed and not AnyCpu.
 
Back
Top Bottom