c# - Windows Ce Deploy Error -
i have m3 terminal have windows ce .net 4.02 create windows ce project visual studio 2008 usin sqlce connection connect sqlserver when deploy project.vs try install sql compact frame work rep ,sqlcompact core error messaje device setup not o.s. can do?
i'm not 100% clear on question. target device running ce 4.0 or 4.2? there (pretty large) difference.
the problem you're seeing, if i'm correct, when attempt deploy studio 2008, sql compact cab unable expand because it's set not support oses of version number? when deploy, fails continue past point?
assuming that's failure, there things understand.
- ce 4.x not "supported" target studio 2008.
- managed code isn't supported on ce 4.0 @ all.
- ce 4.2 supports cf 1.0 , 2.0 (though 3.5 suspect work)
- studio 2008 supports cf 2.0 , 3.5
it's quite sql compact cab studio deploying marked minimum os version of 5.0, since that's minimum os version officially "supported", if on pc at
%program files%\microsoft sql server compact edition\v3.5\devices\wce400
you'll see have cabs 4.x. manually install (copy , run) put registry entries on device sql compact installed. should make studio "see" , skip deployment. you're going hit same issue compact framework if it's not in rom. in case, manually deploy files
%program files%\microsoft.net\sdk\compactframework\v2.0\windowsce\wce400
Comments
Post a Comment