Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello All!

 

I would like to ask few questions:

 

1. What is the different between the bin directory and the release directory in terms of application deployment?

 

2. How can I publish my application (create an install shield or something)?

 

3. How can I run my VB.Net project on a computer that doesn't have .NET installed on it?

 

Thanks in advanced,

Tom.

  • Administrators
Posted

1) The bin directory contains the compiled assemblies, normally you would compile in release mode to get the more optimised versions of these.

2) In VS there is a setup project (file->new project->setup and deployment projects)

3) You can't, you will neede to make sure the framework is present.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...