c# - Visual Studio How to Publish Application that uses data from an Online Database -
hi published desktop application on visual studio clickonce installation seem have problems sql , entity framework exceptions software uses in order display data. there other way around problem ? here image of happens when user wants see specific data. exceptions range both sql , entity frameworks. happens upon computer , not mine software created on.
any appreciated !
if wish deploy database application binaries can try sql server compact instead of full version of server, requires server installed on machine. msdn link here process -
http://msdn.microsoft.com/en-us/library/aa983326(v=vs.110).aspx
and can download application here -
http://www.microsoft.com/en-us/download/details.aspx?id=17876
in short, sql server compact databases files (.sdf) can deployed along application , binaries , dlls work on destination. msdn topic show how this.
the full documentation , starting point here -
http://msdn.microsoft.com/en-us/library/aa983321(v=vs.110).aspx
important entity framework has limitations when working sql compact databases, make sure check , see won't problem you.
http://technet.microsoft.com/en-us/library/cc835494(v=sql.110).aspx
Comments
Post a Comment