Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Imports infotech.DataOperationLib

how do i create own namespace class library like above,how to call it within website ???????<big></big>
Posted
Updated 8-Feb-11 23:50pm
v2

 
Share this answer
 
Comments
somil030 9-Feb-11 5:50am    
i need VB class library
Pravin Patil, Mumbai 9-Feb-11 6:03am    
Very correct answer.
R. Giskard Reventlov 9-Feb-11 8:53am    
The principals are the same.
Create a new Class Library (DLL) using VB.NET. and in the namespace add the name of your choice.
e.g. infotech.DataOperationLib

Compile it.

You will have a .dll file in the debug folder. Give reference to this file in your project and you are ready to use this. (Now you can write Imports infotech.DataOperationLib)

hope this helps.
All the best.
 
Share this answer
 
Comments
somil030 9-Feb-11 6:12am    
steps for creating class lib?
Pravin Patil, Mumbai 10-Feb-11 2:57am    
For the steps you can refer to digital man's answer, it has a very good article on that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900