Hello,

I have the following line of code that simply starts explorer with some folder

System.Diagnostics.Process.Start("explorer.exe", HPGDellClientCore.Settings.LocationsSettings.Default.UnProcessedOrderFilesFolder);

This works fine on most computers.
However, i recently installed the application on a Windows 7 computer and I get Access Is Denied exception when running this line.

Any Ideas?

Thanks,