المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how can I register .Net dll in other machine?



C# Programming
04-08-2009, 01:14 PM
I had a dll of developed in visual studio 2008 Express Edition. It is an application of BHO. In my machine it is working perfectly.
on other machines, which does not have visual studio 9.0, the dll gets injected, but the setsite function is not at all called. If the function gets called, the events like document complete does not get fired.
I had installed .Net framework 3.5 also before registering my dll on other machines/
How can solve this?
what may be the other dependency issues. There are no other third party dll.