-
VB.NET deploy requirement?
I am newbie of VB.NET.
In VB6, we need to deploy at least the VB6 runtime libraries and other
associated DLL and OCX ... how's about the VB.NET ? what are the scenarios
of deployment with different windows platforms .. WIN9X/ME/2K/XP .... ?
Any reference information ?
Thks
James
-
Re: VB.NET deploy requirement?
James,
There are TWO (2) situations:
1) If the .NET Framework IS NOT already installed on the PC -
a)the the Installation of your NEW app requires that the CLR (Common Language
Runtime - essentially the .NET Framework) be installed first.
b)Then the MANIFEST for your application can be copied (yes just copied)
to the Target PC, and off it goes - not DLLs need to be "installed" in the
sense that DLLs were installed with VB6.
2) If the .NET Framework IS already installed on the target PC (and this
will be more and more common, with new releases of the MS operating systems
for instance), then proceed from 1b) above - simply copy the MANIFEST of
the new application to an appropriate directory, and off it goes
Arthur Wood
"James Wong \(Infrasys\)" <james_wong@infrasys.com.hk> wrote:
>I am newbie of VB.NET.
>
>In VB6, we need to deploy at least the VB6 runtime libraries and other
>associated DLL and OCX ... how's about the VB.NET ? what are the scenarios
>of deployment with different windows platforms .. WIN9X/ME/2K/XP .... ?
>
>Any reference information ?
>
>Thks
>James
>
>
>
-
Re: VB.NET deploy requirement?
Also, be aware that you can NOT deploy to Win95 machine.
HTH
David
"Michael (michka) Kaplan" <michka@spamless.trigeminal.nospamcom> wrote in
message news:3d5a774d@10.1.10.29...
> They have to have the framework installed. Usually there is no need for
> additional components, with so many controls built in.
>
>
> --
> MichKa
>
> Michael Kaplan
> Trigeminal Software, Inc. -- http://www.trigeminal.com/
>
> International VB? -- http://www.i18nWithVB.com/
> C++? MSLU -- http://msdn.microsoft.com/msdnmag/issues/01/10/
>
>
> "James Wong (Infrasys)" <james_wong@infrasys.com.hk> wrote in message
> news:3d59eb20@10.1.10.29...
> > I am newbie of VB.NET.
> >
> > In VB6, we need to deploy at least the VB6 runtime libraries and other
> > associated DLL and OCX ... how's about the VB.NET ? what are the
scenarios
> > of deployment with different windows platforms .. WIN9X/ME/2K/XP .... ?
> >
> > Any reference information ?
> >
> > Thks
> > James
> >
> >
> >
>
>
-
Re: VB.NET deploy requirement?
James: Please do not crosspost to vb.dotnet.discussion and
vb.dotnet.technical. The .technical group is for technical questions (like
yours); the .discussion group is for non-technical discussion (rants and
arguments, mostly). Thanks!
---
Phil Weber
-
Re: VB.NET deploy requirement?
"James Wong (Infrasys)" <james_wong@infrasys.com.hk> wrote
> I am newbie of VB.NET.
>
> In VB6, we need to deploy at least the VB6 runtime libraries and other
> associated DLL and OCX ... how's about the VB.NET ? what are the scenarios
> of deployment with different windows platforms .. WIN9X/ME/2K/XP .... ?
>
> Any reference information ?
Deploying .Net applications: Lifecycle guide
http://msdn.microsoft.com/library/de...ALGRoadmap.asp
Hybrid deployment (VB6/VB.Net)
http://msdn.microsoft.com/library/en...plications.asp
(Be sure word wrap has not broken the links...)
LFS
-
Re: VB.NET deploy requirement?
On Wed, 14 Aug 2002 11:35:50 -0700, "Phil Weber"
<pweber@nospam.fawcette.com> wrote:
>James: Please do not crosspost to vb.dotnet.discussion and
>vb.dotnet.technical. The .technical group is for technical questions (like
>yours); the .discussion group is for non-technical discussion (rants and
>arguments, mostly). Thanks!
Rants, me hearties...?!! RANTS...?!!!!! What would they be, cap'n?
MM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks