The error I get is:
TypeLoadException
Could not load type
OpenNETCF.Win32.RegistryKey from assembly OpenNETCF, Version=1.0.2904.0,
Culture=neutral, PublicKeyToken=30C767B29D52D6E6.
I have the latest version, the cab file is dated 2/20/2004. When I initially
installed SDF using the installer that came with it, it worked fine. Now I
am trying to build an installer for my app that will work for people who
don't already have it installed, so I uninstalled SDF from my PDA to test my
installer.
m
"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:%238rM$(E-Mail Removed)...
> Which of the libraries fails when you load the application? When did you
> download the SDF package. When first released there was an issue with one
of
> the libraries was not strong-named and hence did not install into the
Global
> Application Cache (GAC) on the device, this was fixed within a couple of
> days of release. You may need to download and reinstall the SDF to ensure
> you have the fixed version:-
> www.opennetcf.org/sdf/
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> OpenNETCF.org Senior Advisor
> www.inthehand.com | www.opennetcf.org
>
> "Mark Pitman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have built an installer for my application that installs the Compact
> > Framework, the OpenNETCF.org Smart Device Framework and then my
> > application.
> >
> > When it comes time for my app to get installed, CE Setup complains that
my
> > app "... requires the installation of OpenNETCF.SDF.ppc3.ARM.CAB for it
to
> > run properly. Install the Cab file before running this application.
> > However,
> > my installer has already installed it, so I am guessing that I am not
> > installing all the necessary cabs or I am installing the wrong one. I
> > thought maybe I could just ignore the warning, but when I try to run the
> > app, it fails trying to load one of the SDF assemblies. My ini file for
> > the
> > install of the SDF looks like this:
> >
> > [CEAppManager]
> > Version = 1.0
> > Component = OpenNetCF
> >
> > [OpenNetCF]
> > Description = OpenNetCF
> > Uninstall = OpenNetCF
> > CabFiles = OpenNETCF.SDF.PPC3.ARM.CAB,OpenNETCF.SDF.PPC3.ARMV4.CAB
> >
> > and when it runs, it seems to copy files and even shows up in the
"Remove
> > Programs" application on the device. Am I installing the wrong cab? What
> > do
> > I need to do to distribute my app without making the user go download
the
> > SDF and install it separately?
> >
> > Mark
> >
> >
>
>