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.