Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have used VSS API to make snapshot of C:. The program fails with VSS exception. But when I try to create snapshot of same volume using VSS Admin it completes successfully.

I found the shadow storage space is less then 300 mb and hence it caused my program to fail. Increasing the space of shadow storage worked for me.

My questions are:

  1. How does VSS Admin work fine even if the shadowstorage space is less than 300MB?
  2. Why can't a program created using VSS API also create a snapshot?

What's missing?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.