I'm fairly new to IE Add-on development so please go easy on me, any how here's my story:
I have a small C# project that basically acts as a auto-filler for web-forms for our intranet so that working fine and dandy.
I then converted this app into a BHO by making the winform app into a DLL with the pre-requisite Active and GUID to make a BHO. So that was done and working too.
I used regasm MyApp.Dll /codebase and works a like charm on three dev boxes(two XP-pros both running IE 7.0 and one XP Home runninge IE 6.0) but when I release to the two data-entry clerk laptops my BHO app doesn't work at all. The puzzling bit is that it registers as an add-on can be viewed when you goto Tools->Manage Add-Ons->Enable / Disable Add-Ons
and it is enabled.
The app is runniong under .Net 1.1 we haven't migrated to 2.0 just yet, the data entry machines are running XP Pro (2002) SP 2 and only on .Net Framework which is 1.1
So question is, how can I debug this is there some free tool out there that I can use any tips as far a registry and permission settings that I should check I would really appreciate any help as am almost bald because of too much hair-pulling.
Peace out,
Tikbalang