I have an application that has been using Sql Server Express 2008R2.
I'm trying to it working on Windows 10, which means moving to a more recent version of Sql Server Express (2008 won't run on Windows 10).
The application works just fine using Sql Server Express 2014, so now it's just a matter of building an installer that will install Sql Server Express 2014.
SUF doesn't install a SQLExpress 2014 dependency, out of the box, so I went looking, and found this:
http://www.mindquake.com.br/en/dependencies/sql2014
The problem? It won't install on Windows 10. Its installer requires .NET 3.5 SP1, and I've not been able to get that to install on Windows 10.
If I include just the SQLExpress 2014 dependency, when I try to install it I get an error:
If I include the .NET 3.5.1 dependency, I still get the same error:
Any ideas what might be going wrong?
Can anyone point me to a Sql Server Express 2014 dependency package that actually works?
I'm trying to it working on Windows 10, which means moving to a more recent version of Sql Server Express (2008 won't run on Windows 10).
The application works just fine using Sql Server Express 2014, so now it's just a matter of building an installer that will install Sql Server Express 2014.
SUF doesn't install a SQLExpress 2014 dependency, out of the box, so I went looking, and found this:
http://www.mindquake.com.br/en/dependencies/sql2014
The problem? It won't install on Windows 10. Its installer requires .NET 3.5 SP1, and I've not been able to get that to install on Windows 10.
If I include just the SQLExpress 2014 dependency, when I try to install it I get an error:
You do not have the Microsoft.NET 3.5 SP1 or greater installed on your system.
You do not have the Microsoft.NET 3.5 SP1 or greater installed on your system.
Can anyone point me to a Sql Server Express 2014 dependency package that actually works?
Comment