0

I downloaded the AlphaVSS dll and example from (http://alphavss.alphaleonis.com/) to my windows 7 laptop (x64). When I run the example AlphaShadow create c: from an administrator command prompt everything works fine.

If I copy that same folder to a windows server 2012 R2 machine I get a file not found exception 'AlphaVSS.x64.dll' not found.

I've tried install the c+ redistribution pack (someone somewhere suggested that) but that didn't help.

I've also changed the file permissions to get everyone full control, didn't help.

Any ideas or pointers where to look to find more information ?

  • unblocking the files does nothing

I was using the Debug version not the build version (I have VS on my laptop)

Error Message

3
  • 2
    Please note that it says “file ... or one of its dependencies”. Hence the suggestion to install the C++ redistribution package. Which build (Debug/Release) did you try?
    – Daniel B
    Commented Jan 9, 2016 at 17:05
  • Try to unblock files (preferably zip file before unpacking, otherwise you'll have to do it for each file). Commented Jan 9, 2016 at 17:08
  • Dependency Walker can help you determine what is different about the two system configurations. Visual C++ Redist has multiple versions, they are all separate, so you could have installed the wrong version.
    – Ramhound
    Commented Jan 9, 2016 at 17:19

1 Answer 1

0

The debug version of alphavss requires dlls from VS installed, the release version worked just fine.

Thanks everyone

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .