I have developed browser plugin using firebreath 1.7. Am using VS 2010 (32 bit) version 4.5 I run prep2010x64 for developed 64 bit plugin.The script files runs successfully. When i build the solution i found below error from .wxs file.
FILE CODE:
Error Message:
"error LGHT0204: ICE38: Component cmpF18BE09DE30566DAAE419571E599F99A installs to user profile. It must use a registry key under HKCU as its KeyPath, not a file."
The plugin projects runs without error and i can able to access the methods from dll using native methods in winform application.
But failed to register plugin in browser.
Check that the file element has a Keypath attribute set to yes.
For example:
If it's not the issue, please add your code to the question.