-
classes in ASP.Net
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
-
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)
-
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:
-
Fastest fingers in the West, that's what they call me. And not because of my prowess with the keyboard... just ask the ladies. ;)
-
dll
how to make dll out of the project when it is a normal .net project not a class library.
-
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