From: B-Dawg on
Hi, my VS2008 system has been working well for months and then suddenly a
couple of days ago I get this error when I deploy to my CE 6 platform.

Error 1 Post-deploy error 0x00000001 returned after calling
'\Windows\wceload.exe /noui \Windows\NETCFv35.Messages.EN.wm.cab'. Device
Connectivity Component

My Project target device is set to Windows CE Device but for some strange
reason VS decides it needs to deploy the Windows Mobile Messages cab instead
of the CE one. If I swap the cab file names it deploys correctly so I know
this is the only issue. When the WM cab is deployed it cannot run because my
platform is not Windows Mobile.

It is not acceptable to have to manually deploy this cab and because I
develop for both Windows Mobile and Windows CE it is also not acceptable to
have to keep swapping the file names around in the C:\Program
Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics folder.

Can anyone shed any light on this issue?