Wednesday, March 28, 2012

I-Mate JasJar And compact framework installation Problem ?

Hi everyone here

i have a little problem :

i tried to install the compact framework onto my pocket pc with windows mobile 5.0

but the installation fiailed and gave me an error .

the error message said that :

the version of installation is not specified for this version of

operating system ..

so what can i do to install compact framework on the device ?

please help !

Which version of the Compact Framework? How exactly have you tried to install it? Is this message produced on desktop or device?

|||

Hi

Which version of the Compact Framework?

NetCF 2.0

How exactly have you tried to install it?

i have copied the files :

X:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\wce500\armv4i\NETCFv2.wm.armv4i.cab

and run it .

Is this message produced on desktop or device?

after i installed the file above , i tried to run

an application uses the namespace System.Data.SqlServerCe

i got an error message said :

" File Or Assembly name 'System.Data.SqlServerCe , Version=3.0.3600.0, .....

...' , or one of its depenencies, was not found."

so what is the problem ?

regards

|||

in regards to the SqlServerCE error message, SQL Server Mobile needs to be installed separate from the framework:

http://msdn2.microsoft.com/en-us/library/ms171938.aspx

|||

You've got this message because your application is using SQL Mobile which you have to install separately from NETCF.

|||

Hi

thank you for your response, but the problem happened after i had installed the SQLServerCe ..

is there another reason for this error message ?

Regards.

|||

Either you’ve installed incorrect version (e.g. SQL CE 2.0 instead of SQL Mobile) or you’ve installed it before NETCF (which would suppress managed provider installation).

|||

Hi

thanks for you

I have solved the problem by reinstalling the SqlServerCe, now everything is all right.

Regards

sql

No comments:

Post a Comment