PDA

Click to See Complete Forum and Search --> : classes in ASP.Net


Kirun
Oct 25th, 2004, 04:41 AM
I have made classes in VB.Net and now i want to use them in Asp.net. how can i use them.
Should i made dll of every class and then include that dll in the AS.Net ,but i assumes that this is an old method. if this is still the only one that do correct me and if there is more efficent method from this then please share.

Thanks in advance

mendhak
Oct 25th, 2004, 04:42 AM
Ah, so it's a double post. I thought so. :sick:

I'll repeat what I've said: It'd be appropriate to reference the DLLs, but you could also just do a copy paste. (Make sure the code would work with a web application btw)

Kirun
Oct 25th, 2004, 04:46 AM
i was about to delete that but that post is giving me error . i realized my mistake as soon as i got the appropriate forum but you were too quick to read both and replied it :thumb:

mendhak
Oct 25th, 2004, 05:12 AM
Fastest fingers in the West, that's what they call me. And not because of my prowess with the keyboard... just ask the ladies. ;)

Kirun
Oct 25th, 2004, 06:13 AM
how to make dll out of the project when it is a normal .net project not a class library.

mendhak
Oct 25th, 2004, 07:50 AM
Change the project's type (in properties) to class library. It'd be better to make a new project, bring your .VB files over and compile the DLL