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

Error loading dll

mablebee opened this issue · comments

Hi,

I tried to implement some code around your Classes and faced an issue at runtime (System.IO.FileNotFoundException). Then I tried the standalone AlphaShadow.exe and this is the output:

`AlphaShadow v1.3 - AlphaVSS Volume Shadow Copy Library Sample Client
Copyright © Peter Palotas 2008-2012

Error: Could not load file or assembly 'AlphaVSS.x64.dll' or one of
its dependencies. The specified module could not be found.`

Any ideas? Target-Platform is Windows Server 2012 R1 with .NET Framework 4.5.2 installed.`

Thanks and cheers, Martin

Make sure you have the relevant Visual C++ runtimes installed on machines you are trying to run it on - the AlphaVss dll needs those to run

https://www.microsoft.com/en-GB/download/details.aspx?id=40784