I have a Winform App that we uses internally that I publish through ClickOnce
with SQL Express 2005. The app also references a couple of Microsoft.SqlServer
dll's. I am trying to figure out how the Specific Version settings work. I have SQL 2008 installed on my machine they have 2005.
If I select Specific Version = false
will it care that the users have SQL 2005 or does that depend on the dll.
Specifically, If I do not specify Specific Version
does that mean it will just look in the GAC for any version of that dll?