I have written a BHO and a toolbar for Internet Explorer in C#. They are getting installed and working properly. In the manage add-ons window in IE8, I am able to see both my BHO and toolbar. But, the publisher name of both is set to "Control name is not available". How can I set the publisher name?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- How to fix IE ClearType + jQuery opacity problem i
- 求获取指定qq 资料的方法
After set following info in AssemblyInfo.cs file build the DLL.
When you register that DLL then use the following command.
Now it will show your publisher name in manage addon in IE.
Hope this make more sense.
Signed your Dll. assemblyinfo file in .net the attribute [assembly: AssemblyCompany("add Publisher Name Here ")] GOES as publisher name in a BHO.. Thanks
Two things: