Tom <anonymous@disc ussions.microso ft.com> wrote:[color=blue]
> Does anyone know how to create an exectuable file for my vb.net application?
>
> Im using vs.net 2002[/color]
When you build it, doesn't that create an executable file already?
paja <paja67@yahoo.c om.au> wrote:[color=blue]
> This exe will not work outside the project folder.[/color]
What happens if you try to use it outside the project folder, copying
all the DLLs as well?
[color=blue]
> You will have to create a setup/installer.[/color]
Not usually. If another computer has the .NET framework on it, just
copying the exe, any supporting DLLs etc is enough. A setup/installer
makes this nicer, but it should still work.
[color=blue]
> Try this
> http://support.microsoft.com/default...en-us%3B821766
>
> I have tried above and still having problems.[/color]
What problems, exactly? Please give us more information.
Comment