I'm getting the following error using visual Studio Express 2013 for Web. It previously work on 32 bit. My laptop is 64 bit Windows.
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
I've rebuild the solution with 64 bit cpu selected and no joy.
If you go into Tools->Options>Web Projects and ensure your have "Use the 64 bit version of IIS Express for web sites and projects." this resolves the problem.
My project is specificly 64bit.
I had to change a Reference to a dll, by adding the 64bit version. Creating a folder in my project called "x64" and adding the dll, with the property: Copy to Output Directory : Copy always
I found the solution in an Oracle readme:
Use the following steps for your application to use the 64-bit version of ....dll:
For x86 targeted applications, name the folder x86 and add assemblies from the ...\bin\x86 folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With