Hi,
Whenever I try to use:
ApplicationManifest appManifest = (ApplicationManifest)ManifestReader.ReadManifest("ApplicationManifest", clientSetupFilesFolder, false);
I get an "access denied" exception to the path while debugging. I am running Visual Studio 2008/SP1 under Admin. However, if I use StreamReader/StreamWriter, I have no problems reading & writing the application manifest found in the path.
Any ideas?
Thanks.