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
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