0
Answer

i need help on dotnet assemblies utilization

b krishna

b krishna

18y
2k
1
dear sir

i have created one class library in C#.net.
My class Name is Myclass
in this class i created 3 methods with the same name like 1. Display()
                                                                             2.display()
                                                                             3.DisPlay()

and i created dll by providing strongName.


This dll i want to use in vb.net.
so what i have done is
1. i given reference to that assembly
2.imports MyClassLib
3.in form load i am writing like this

Dim x As MyClassLib.Myclass

x = New MyClassLib.Myclass

x.DispLay()

but it is not showing all the methods.

please tell me where i am doing wrong?

thanks and regards

hari krishna.B
citadel reasearch and solutions ltd.
[email protected]
www.citadelh.com



Next Recommended Forum