I am running an application that creates a database. The app requires that I run Server 2008R2 SP1 and SQL 2012 SP3 along with SMO and CLR. I have 2012 Express installed.
I have followed all the steps. When I get to the point when it creates the database, I receive the following error message
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.SqlEnum, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.SqlServer.SqlEnum, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
I'm not seeing any answers out on the web. Does anyone have any ideas?
Thanks,
Bob