Hello,

VS 2008 / WM5

I have developed a mobile application that uses sql CE.

I have added the reference to the sqlServerCe.dll and the application compiles without any errors.

However, when it comes to deploying the application I get the following error message.

Deployment and/or registration failed with error: 0x8973190d. Error opening file 'D:\Microsoft Visual Studio 8\Compiler\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\ARMV4i\sqlce30.ppc.wce5.armv4i.CAB'. Error 0x80070003: The system cannot find the path specified.

The path to the cab file that is being specified above is in this directory:
C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\armv4i\

I am running my application on my D drive, but I don't think that would make any difference.

Is there any way that I can point the application to the C: drive where the file is actually stored?

Many thanks for any advice,