I'm trying to get VLD working in my windows store app and I've got it compiling but when running the app I get the following exception on startup:
[System.IO.FileNotFoundException]
{"The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null} System.IO.FileNotFoundException
I'm guessing either Windows Store Apps aren't supported or I'm not referencing the DLL properly. The DLL directories are in my path, and I tried adding them to my "Reference Paths" in my windows store app properties.
It's not clear to me whether Windows Store Apps can even access non-Windows Runtime Component style DLLs or not. Does VLD support windows store apps? Has anyone gotten it to work?
[System.IO.FileNotFoundException]
{"The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null} System.IO.FileNotFoundException
I'm guessing either Windows Store Apps aren't supported or I'm not referencing the DLL properly. The DLL directories are in my path, and I tried adding them to my "Reference Paths" in my windows store app properties.
It's not clear to me whether Windows Store Apps can even access non-Windows Runtime Component style DLLs or not. Does VLD support windows store apps? Has anyone gotten it to work?