Seeing following error while trying to load 'Microsoft.SqlServer.BatchParser.dll'
which seems to be a native 'v2.0.50727' dll.
Another dll 'Microsoft.SqlServer.BatchParserClient.dll' which is managed 'v2.0.50727' dll was loaded successfully though.
Error::>>
Unable to configure the database! ---> System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information..
Have tried some suggestions of changing the app.config file but did not help. (http://stackoverflow.com/questions/11966213/mixed-mode-assembly-is-built-against-version-v2-0-50727-of-the-runtime-and-can)
Any suggestions?