Java Error opening registry key

Make sure you remove any java.exe, javaw.exe and javaws.exe from your Windows\System32 folder and if you have an x64 system (Win 7 64 bits) also do the same under Windows\SysWOW64. If you can’t find them at these locations, try deleting them from C:\ProgramData\Oracle\Java\javapath.

Unable to load DLL (Module could not be found HRESULT: 0x8007007E)

From what I remember on Windows the search order for a dll is: Current Directory System folder, C:\windows\system32 or c:\windows\SysWOW64 (for 32-bit process on 64-bit box). Reading from the Path environment variable In addition I’d check the dependencies of the DLL, the dependency walker provided with Visual Studio can help you out here, it can … Read more

How do I set the path to a DLL file in Visual Studio?

Go to project properties (Alt+F7) Under Debugging, look to the right There’s an Environment field. Add your relative path there (relative to vcproj folder) i.e. ..\some-framework\lib by appending PATH=%PATH%;$(ProjectDir)\some-framework\lib or prepending to the path PATH=C:\some-framework\lib;%PATH% Hit F5 (debug) again and it should work.

Equivalent to ‘app.config’ for a library (DLL)

You can have separate configuration file, but you’ll have to read it “manually”, the ConfigurationManager.AppSettings[“key”] will read only the config of the running assembly. Assuming you’re using Visual Studio as your IDE, you can right click the desired project → Add → New item → Application Configuration File This will add App.config to the project … Read more

.Net picking wrong referenced assembly version

My guess is that another assembly you are using is referencing the old dll. Are you familiar with all of the other project references being used and do any of them have a reference to the Telerik dlls? Can you put in a binding redirect in your web.config file like this? <dependentAssembly> <assemblyIdentity name=”Telerik” publicKeyToken=”121fae78165ba3d4″/> … Read more

PHP 7: Missing VCRUNTIME140.dll

On the side bar of the PHP 7 alpha download page, it does say this: VC9, VC11 & VC14 More recent versions of PHP are built with VC9, VC11 or VC14 (Visual Studio 2008, 2012 or 2015 compiler respectively) and include improvements in performance and stability. The VC9 builds require you to have the Visual … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)