|
-
Oct 25th, 2004, 04:41 AM
#1
Thread Starter
Hyperactive Member
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
-
Oct 25th, 2004, 04:42 AM
#2
Ah, so it's a double post. I thought so. 
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)
-
Oct 25th, 2004, 04:46 AM
#3
Thread Starter
Hyperactive Member
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
-
Oct 25th, 2004, 05:12 AM
#4
Fastest fingers in the West, that's what they call me. And not because of my prowess with the keyboard... just ask the ladies.
-
Oct 25th, 2004, 06:13 AM
#5
Thread Starter
Hyperactive Member
dll
how to make dll out of the project when it is a normal .net project not a class library.
-
Oct 25th, 2004, 07:50 AM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|