Hey, I'm the new guy.

Tomnesss

New member
Joined
Oct 5, 2005
Messages
1
Programming Experience
1-3
Hey everyone, I'm Tom, and I am new to visual basic, and these forums.

I recently started doing visual basic, and brought Visual Basic 2003. I have got somewhere quite quickly, and have already made a few amature applications. However, I don't know how to release them with their DLL files.

Could someone help me please?

Regards,
Tom.
 
Last edited by a moderator:
Tomnesss said:
Hey everyone, I'm Tom, and I am new to visual basic, and these forums.

I recently started doing visual basic, and brought Visual Basic 2003. I have got somewhere quite quickly, and have already made a few amature applications. However, I don't know how to release them with their DLL files.

Could someone help me please?

Regards,
Tom.

It is quite simple. After you add a deployment project to your existing solution, there will be a folder called "Application". In this folder, you can add dll files to your output item. I would create a subfolder under the output item and place all dll files in it.

Go through the MSDN and do a search on "Deployment Walkthroughs". Get my info. in detail there.

Cheers.

blumonde
 
Back
Top