English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If I wanted to make a simple VB .NET program at home. and release the .exe version, can I put that .exe file on any computer and run it, even if that computer doesn't have VB .NET installed on it? I'm sure I can, I just want to make sure it will work. Do I need to copy over the .dll files to the solution as well? Any other files I would need?

2006-11-18 23:16:07 · 3 answers · asked by Jay S 5 in Computers & Internet Programming & Design

3 answers

Once you have made the exe file, create the installation package. Then you can install your application to any PC without copying the dll files and having VB.Net there. The installation package takes care of the all these issues.

2006-11-19 00:31:24 · answer #1 · answered by Sunny 4 · 0 0

You need to make the installation package instead, so that all the required files will accompany your exe.

2006-11-18 23:32:18 · answer #2 · answered by Ashwini Kumar 2 · 0 0

.net doesn't rely on dll files

2006-11-18 23:54:31 · answer #3 · answered by nick 2 · 0 0

fedest.com, questions and answers