VS.NET 2005: Problem with deploy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I'm using Visual Studio 2005 beta1, but I can't deploy my app because the
application requires a newest version of CF.NET.
I've installed CF.NET SP3 on my device, but it always the same.
What can I do to fix this throuble?

Regards
 
VS 05 uses NetCF V2, so V1 SP3 won't do.
CF V2 from 2005 Beta 1 won't install on some devices because some files in
the CAB are older than files on the device.

Try this:

1. Hard reset device.
2. Put old dummy files on top of \windows\cgacutil.exe and
\windows\mscoree.dll
3. Install CF V2 CAB file.
4. Check CF version by starting \windows\cgacutil.exe.
5. Check \Windows folder for V2 GAC'ed assemblies.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top