473,789 Members | 2,957 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB Express vs. ????

Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.
Jun 20 '06 #1
6 1170

"Alan Gillott" <ag******@sungl obal.com> wrote in message
news:ej******** ******@TK2MSFTN GP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.
Jun 20 '06 #2
As a "regular" setup is a separate project, you have the option of creating
different types of setups. The trick is VB.NET Express, which is rather
limited. It is better to pick up one of the other SKUs when you are trying
to get to this level of flexibility. Anything can be done in Express, but
the pain level is higher.

--
Gregory A. Beamer

*************** *************** *************** ****
Think Outside the Box!
*************** *************** *************** ****
"Alan Gillott" <ag******@sungl obal.com> wrote in message
news:ej******** ******@TK2MSFTN GP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

Jun 20 '06 #3
Thank you, but I've been here and am still left tryiong to understand what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately the
table doesn't tell me what I can't do? What do I lose by using Express? And
there's no pricing so I can't tell whether I shold look at Tools for Office,
say instead?

A

"pvdg42" <pv****@newsgro ups.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..

"Alan Gillott" <ag******@sungl obal.com> wrote in message
news:ej******** ******@TK2MSFTN GP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.

Jun 20 '06 #4
Alan Gillott wrote:
there's no pricing so I can't tell whether I shold look at Tools for Office,
say instead?


The Express version is free, so you can try it with no risk and find
out if it meets your needs.

Jun 20 '06 #5
1) ClickOnce is a very simple installation (basically it just add a shortcut
etc). See
http://msdn.microsoft.com/netframewo...e/default.aspx
and the product doc for details...

2) The default layout for menus etc likely show less things (but you can
make things appears if needed) plus what you can't do is not shown ;-)
(profiling, unit testing, source code control etc...)

As the Express Edition is free, unless you have specific needs, my advice
would be just to start with VB 2005 Express and see by yourself what is
available out of the box. You can always upgrade later to another edition if
you finally found you really miss something...

--
Patrice

"Alan Gillott" <ag******@sungl obal.com> a écrit dans le message de news:
OW************* @TK2MSFTNGP04.p hx.gbl...
Thank you, but I've been here and am still left tryiong to understand
what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately the
table doesn't tell me what I can't do? What do I lose by using Express?
And there's no pricing so I can't tell whether I shold look at Tools for
Office, say instead?

A

"pvdg42" <pv****@newsgro ups.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..

"Alan Gillott" <ag******@sungl obal.com> wrote in message
news:ej******** ******@TK2MSFTN GP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can
think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.


Jun 20 '06 #6
No, click once is more than just a shortcut.

If you want to deploy an application, but don't want to work within the many
"issues" and slowness revolving around web server based code (HTML, etc.)
AND your target audience is Windows OS based, then "click once" is they way
to go. You provide the link on a basic HTML page, user clicks it, the
application either runs (if already installed on client PC) or installs to
the client PC (there are many install options available). You get to use
Windows Forms rather than the aweful and horrendous HTML approach (ASPX or
otherwise). The downside is that any non-Windows OS client PC's can't run
the app. Since these are Windows forms apps (or Windows services) you can
deploy them in the traditional sense also (win/win). Click once apps also
scale VERY well to PDA, Phones, etc.

IMHO, I believe Click Once apps will become the preferred method of
deployment of applications and the web side will return to a more simple (as
it was intended) and very minimal set of HTML. Since Mac owners can now run
WindowsXP in their new Intel based boxes Click once apps are not an issue
for them either, that leaves a small Linux audience and/or other OS group
(>1%). This should open the door for much improved web deployed
applications and much more powerful applications than the current crop of
tiny font, virus infected, spyware/spam/advertisement sites that current
infest the web and consume all the bandwidth. And you can avoid the IE
client completely!!! SSL not required, WC3 can go to hell, and all the
other web money making schemes.

Microsoft have done good here, I hope they expand on it. But I also hope
for SP1 for VS 2005 any day now????

Rob.

"Patrice" <sc****@chez.co m> wrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
1) ClickOnce is a very simple installation (basically it just add a
shortcut etc). See
http://msdn.microsoft.com/netframewo...e/default.aspx
and the product doc for details...

2) The default layout for menus etc likely show less things (but you can
make things appears if needed) plus what you can't do is not shown ;-)
(profiling, unit testing, source code control etc...)

As the Express Edition is free, unless you have specific needs, my advice
would be just to start with VB 2005 Express and see by yourself what is
available out of the box. You can always upgrade later to another edition
if you finally found you really miss something...

--
Patrice

"Alan Gillott" <ag******@sungl obal.com> a écrit dans le message de news:
OW************* @TK2MSFTNGP04.p hx.gbl...
Thank you, but I've been here and am still left tryiong to understand
what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately
the table doesn't tell me what I can't do? What do I lose by using
Express? And there's no pricing so I can't tell whether I shold look at
Tools for Office, say instead?

A

"pvdg42" <pv****@newsgro ups.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..

"Alan Gillott" <ag******@sungl obal.com> wrote in message
news:ej******** ******@TK2MSFTN GP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is
the
reference to one click deployment (as meaningless a phrase as i can
think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.
There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.



Jun 20 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
6642
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value. ***EndOfSession***? Microsoft SQL Server 2005 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an...
4
2536
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005 (and then add my web site to the solution.)
13
2439
by: Miro | last post by:
Ok I have been slowely - and ever so slowely teaching myself VB.net Currently I have created an MDB file by code, and added fields to the MDB file by code. I like this solution because, ( im assuming ) if I create an EXE and I load an MDB file, I can see if certain fields are there, and if not add them. Kinda like an Update that is imbeded into the EXE, so you dont always have to create an Install shield.
11
6249
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL server (MSDE/Express 2005) problem: Hey, all, I have a problem with queries against a SQL server instance that I just found and is causing me fits. I hope someone can point me in the right direction, please. TIA. Basically, I got a Vista OS machine to test my VB6 app on it as some
3
6444
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I get an error at the end of the SQL server install phase 'Invalid endpoint'. (Note SQL server express gets installed OK) If I run SQL server express SP2 setup directly it I don't get the error
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10410
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10200
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9984
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3701
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.