alphaleonis / AlphaVSS

AlphaVSS is a .NET class library released under the MIT license providing a managed API for the Volume Shadow Copy Service also known as VSS.

Home Page:http://alphavss.alphaleonis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Administrator rights

francescoformenti opened this issue · comments

Hi,
I am using the 1.2.4000.3 version of the library because I still need to use fw 4.0.
I only tryed to call the IVssImplementation.GetSnapshotCompatibility method, but it seems to require to be run as administrator to work.
Is it mandatory to run as administrator or is there a way to run without administrative rights?
I am administrator on my machine and I also tried to add my user in the Backup Operators group, but I still need to run as administrator the test program.
Thanks
Francesco

What kind of error do you get?
As described in the docs: UnauthorizedAccessException
"Caller does not have sufficient backup privileges or is not an administrator."
http://alphavss.alphaleonis.com/doc/1.3.0/api/html/AB07560B.htm

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.