PWM icon indicating copy to clipboard operation
PWM copied to clipboard

MissingMethodException

Open asymcon opened this issue 8 years ago • 1 comments

Hi, I'm trying to use the tool on HP 2570p, which is notorious for having PWM set too low, however on Win7 x64 I'm getting the following error:

Unhandled Exception: System.MissingMethodException: Method not found: 'System.Ty pe System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid)'. at IntelPWMCA.Program.Main(String[] args)

GFX is Intel HD 4000 2015 C++ runtime libs installed (both x86 and x64) .NET framework at 4.0

Any idea what might be the cause?

asymcon avatar Dec 23 '16 06:12 asymcon

For future reference.. this is a very typical error when the runtime libs don't match 100%.

You can usually find out the correct versions by exploring the manifest files: https://stackoverflow.com/questions/325918/how-to-find-out-which-version-of-the-net-framework-an-executable-needs-to-run

jddonovan avatar Aug 23 '20 07:08 jddonovan