Invalid Setup File?

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

CEAppManager is complaining about an invalid setup file.

Does this mean the ini file? Does anyone see anything wrong with it?

If it is something wrong with the CabFiles, I don't know what I can do. They are the .NETCF cabs and I can't change them.

Nathan

[CEAppManager]

Version = 2.0

Component = "Compact Framework"

[Compact Framework]

Description = ".NET Compact Framework 2.0"

CabFiles = NETCFv2.ppc.armv4.cab,NETCFv2.wm.armv4i.cab
 
This line is invalid:

Version = 2.0

That's the version of INI file, not the version of the product and it only
can be 1.0.

Please see this for INI file description:

http://msdn.microsoft.com/library/d...51conCreatingIniFileForApplicationManager.asp

--
Best regards,

Ilya

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

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

CEAppManager is complaining about an invalid setup file.
Does this mean the ini file? Does anyone see anything wrong with it?
If it is something wrong with the CabFiles, I don't know what I can do. They
are the .NETCF cabs and I can't change them.
Nathan
[CEAppManager]
Version = 2.0
Component = "Compact Framework"
[Compact Framework]
Description = ".NET Compact Framework 2.0"
CabFiles = NETCFv2.ppc.armv4.cab,NETCFv2.wm.armv4i.cab
 
Back
Top