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

مشاهدة النسخة كاملة : Explanation on "DSO"



C# Programming
11-06-2009, 06:21 AM
Dear friends,

i have done a sample for modifing the "summary information" using dso file.

where i use two dll's "dsofile.dll" and "Interop.Dsofile.dll"

the "dsofile.dll" i have registerd using regsvr32 in command

and the second "Interop.Dsofile.dll" added as refrence in assambly and written some code using classe of the dll.

my doubt is

1.what is the diffrence of these two dll?

2.is it possible to Use the "dsofile.dll" in .net code (i am sure it not possible to add refrence as assably) any other way? and how

please give me some explation.

thank U

joe.I