Log in

View Full Version : where to deploy .NET CE dll files


arif_1947
10-20-2004, 12:05 PM
hi,

My Pocket PC(PDT 8100) has \Application folder in which data remains although the PocketPC is cold booted while from all
other folder any file copied becomes vanished. My C# executable file is deployed to \Application directory which
also remains. But during deployment process VS.NET copies some dll files(perhaps .Net Framework dll files)
in PocketPC Windows directory and on some other places also, that becomes vanish when the PocketPC is cold booted
and therefore my C# executable in \Application folder doesn't run and Message that
"Make sure that the path are correct or all requied libraries are available".

How can i get those dll files that VS.NET copies during deployment process and save them in \Applicatin folder
so that all my application could run even the Pocket PC is cold booted.

Please help.

Arif.

GSmith
10-20-2004, 03:56 PM
Which dll files are they? Which device and Operating System version are you deploying for?

Maybe the "Copy Local" property on the Reference affects this.

Go to the Solution Explorer, expand References, select the dll's you want copied to the output directory, then change the "Copy Local" property to True.

I don't know if redeploying actually erases the existing deployed dll's in the Windows and other directories. Don't count on it. You may need to "uninstall" prior to deployment.