Public Functions/dll

tbcmartinharvey

Newcomer
Joined
Oct 7, 2005
Messages
10
I have created some public classes that I want to access. So far i havent been able to access these classes. Is it necessary to compile these classes together as a dll to access these classes and if it is how do I do this ?. I am using webmatrix with vb.net.

Many thanks

Martin
 
I maybe answering under the question here, but here goes. You need to import the class into the current aspx page, and you need to define a variable as a new instance of the class. I apologize if I misunderstood the question.
 
Back
Top