Reputation: 5
I have created an IE Toolbar using C# in VS 2008.
When I run IE 7 or IE 8 (over Vista Home on a 64 bit laptop) and go View => Toolbars, I see my toolbar listed (right along with the others, like the Google toolbar) but I cannot put a check mark beside my toolbar.
thanks for whatever help anyone can give me.
Upvotes: 0
Views: 179
Reputation: 57085
Usually, this means that there was a problem loading your toolbar. Did you assign a proper strongname? Did you call regasm? Did you use GacUtil to install the strongly-named assembly in the GAC?
http://www.codeproject.com/csharp/dotnetbandobjects.asp has a good step-by-step tutorial.
Upvotes: 1