Using SQL LocalDB
-
Works great on my development machines. Not so much on any "real" machines. Microsoft says it needs .NET 3.5 (or 4, depending on where you look) But loading .NET 4 on the "real" machines still doesn't make it work*. Loading .NET 4.5 does make it work. Even if the application is compiled for version 4, not 4.5 *"Doesn't work" meaning can't attach the database file, mostly. Sometimes it can't even find it. So what was introduced in .NET 4.5 that makes all these problems go away? My development machines are still on .NET 4 and manage to work in or outside of VS. And can this piece be added separately so my uses won't be forced to install v4.5 just to make v4 applciation work? (I'm thinking it might be because I have the more full versions of SQL Server on the dev machines, too. Yes? Is there a teeny part that I can install separately to fix it?)
-
Works great on my development machines. Not so much on any "real" machines. Microsoft says it needs .NET 3.5 (or 4, depending on where you look) But loading .NET 4 on the "real" machines still doesn't make it work*. Loading .NET 4.5 does make it work. Even if the application is compiled for version 4, not 4.5 *"Doesn't work" meaning can't attach the database file, mostly. Sometimes it can't even find it. So what was introduced in .NET 4.5 that makes all these problems go away? My development machines are still on .NET 4 and manage to work in or outside of VS. And can this piece be added separately so my uses won't be forced to install v4.5 just to make v4 applciation work? (I'm thinking it might be because I have the more full versions of SQL Server on the dev machines, too. Yes? Is there a teeny part that I can install separately to fix it?)
According to this[^], you'll need to install the .NET 4.0.2 update[^] as well as SQL 2012 Express[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
According to this[^], you'll need to install the .NET 4.0.2 update[^] as well as SQL 2012 Express[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer