Re: vb.net and build platforms
From: Samuel L Matzen (smatzen_at_slm.com)
Date: 07/03/04
- Next message: Greg Burns: "Re: vb.net and build platforms"
- Previous message: pete: "Re: vb.net and build platforms"
- In reply to: pete: "Re: vb.net and build platforms"
- Next in thread: Thom: "Re: vb.net and build platforms"
- Reply: Thom: "Re: vb.net and build platforms"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 3 Jul 2004 17:30:30 -0500
pete,
There are two kinds of VB.NET programs.
1. ASP.NET programs where the code-behind is written in VB. These programs
require some kind of IIS server to run.
2. Windows Forms programs. These are more like your classical Windows
programs and do not require IIS.
If you are programming for Windows Forms, for the most part you can just
take the bin directory from your project, copy it to a target machine where
the .NET framework redistributable is installed (It is a part of the OS on
the Tablet computers and will be a part of the OS on all new Windows
platforms) and it will run. If you add references to other assemblies
(.dlls) such as third party controls, you can put these dlls in the bin
directory also and it will work just fine.
The deployment model for .NET is FANTASTIC.
-Sam Matzen
"pete" <petefa@petefa.f2s.com> wrote in message
news:cc7als$4iu$1@news.freedom2surf.net...
> Thanks for the link Greg.
>
> So if I understand correctly,
>
> 1, IIs can not be installed on a xp home machine .
> 2, ISS is required to install .net framework.
> 3, xp home can not run programs, written, in visual basic.net.
>
>
>
> "Greg Burns" <greg_burns@DONT_SPAM_ME_hotmail.com> wrote in message
> news:OSbvJiUYEHA.3260@tk2msftngp13.phx.gbl...
> > http://www.asp.net/download-1.1.aspx?tabindex=0&tabid=1
> >
> > See Step #2 on that page
> >
> > or try this link:
> >
>
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en
> >
> > "pete" <petefa@petefa.f2s.com> wrote in message
> > news:cc7889$3mc$1@news.freedom2surf.net...
> > > Thanks but entering that name into msn search or even on
> www.microsoft.com
> > > returns 0 findings :-|
> > >
> > > "Manuel Canas" <mcanasc@hotmail.com> wrote in message
> > > news:keFFc.46470$l6.41276@clgrps12...
> > >> Hi Pete,
> > >>
> > >> The 103 mb file you donwloaded is the Development FrameWork that
should
> > >> be
> > >> installed on your development machine.
> > >>
> > >> In order to run your programs in other machines, you need to
> redistribute
> > >> the dotnextfx, which is about 23 mb. this is the runtime files on the
> > > client
> > >> machine.
> > >>
> > >> Manny
> > >>
> > >>
> > >> "pete" <petefa@petefa.f2s.com> wrote in message
> > >> news:cc6pr4$v4j$1@news.freedom2surf.net...
> > >> > Hi,
> > >> > I have brought VB.Net and I am following the training
> > > exercise,"Lucky7".
> > >> > The problem I have, is that the only build platform available is
> .Net.
> > >> > How Do I add other platforms, like xp Pro and XP home, etc....
> > >> > Thanks :)
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >
> >
> >
>
>
- Next message: Greg Burns: "Re: vb.net and build platforms"
- Previous message: pete: "Re: vb.net and build platforms"
- In reply to: pete: "Re: vb.net and build platforms"
- Next in thread: Thom: "Re: vb.net and build platforms"
- Reply: Thom: "Re: vb.net and build platforms"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|