inferno
06-08-2002, 06:01 AM
hello:
where is the package & deployment that
came with visual studio 6?
what is the substitute in .net ?
10x
Bucky
06-08-2002, 07:22 AM
The P&DW should be in Start -> Programs -> Microsoft Visual Studio 6.0 -> Microsoft Visual Studio 6.0 Tools -> Package and Deployment Wizard
As for .NET, I haven't figured out how to create packages yet, although there are some wizards available if you create a new project.
inferno
06-08-2002, 07:40 AM
that's exacly the problem! i don't think there is
no "Package and Deployment Wizard" in studio.net
maybe because the compiled file includes all the files needed
and therefore is a stande-alone file.
am i right?
or microsoft has gone lazy?
inferno
06-08-2002, 09:27 AM
I copied the program filename.exe to another computer but
it gave me a "fatal exaption"
so i guess an installation is neccessary after all...
any ideas???
Flyguy
06-08-2002, 12:34 PM
To run .net executables on a computer at least the .net framework needs to be installed on it.
inferno
06-08-2002, 01:05 PM
well, i've looked at it...
looks like a good tutorial about ".net framework" will be a good idea...
i guess no one made one so far ?!?
i'll try to understand it myself :(