I am using clearcase as my versioning system. I have problems with the mapped views. My project contains few components which are required to be registered using admin privliges.
On booting up, the the drives are mounted using non-elevated explorer and these are drives are unable to access if Visual Studio starts in elevated mode.
I found following workaround for this situation
- use a batch file to build the projects and before starting the batch file map the view to a temporary drive in the elevated command prompt using net use command.
- Alway start Explorer in elevated mode. I don't know how we do this and don't know if some security constraints are there.
Is there any other way to sort out these issues?