473,473 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Have you distributed a .Net application?

Have you distributed a .Net application? How about one to the general
public?

I am writing an application that I had rather do in .Net, however, the
20+ MB dotnetfx.exe worries me. What about potential users on 56k modems
(still almost 50% of internet users in the US alone)? Do they dl or just
skip it?

It'd be neat if MS would send out something that urged (required may be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in .net
and giving it away. (That'd be better than requiring them, but would still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."
Jul 21 '05 #1
10 1270
If your clients will be web based (which it sounds like they will be), then
why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.
"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general
public?

I am writing an application that I had rather do in .Net, however, the
20+ MB dotnetfx.exe worries me. What about potential users on 56k modems
(still almost 50% of internet users in the US alone)? Do they dl or just
skip it?

It'd be neat if MS would send out something that urged (required may be nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in .net
and giving it away. (That'd be better than requiring them, but would still miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."

Jul 21 '05 #2
My 2 cents, Canadian ;)

I have distributed a .NET app to the public. Since our application's setup
without .NET Framework Redist is still 80mb, another 20mb isn't an issue.
We also distribute on CD.

Pretty soon I imagine a lot of software will have the .NET Runtimes on CD as
well (i.e. Office)
Also, newer computers are coming with Framework 1.1 pre-installed (Dell for
example)
So I don't think it will be an issue in the next year or two.
Also in Canada the majority of Internet users seem to have Broadband :)

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be), then why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.

"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may

be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in ..net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."


Jul 21 '05 #3
That's not an option with this particular application. It is designed to
interact with the user's desktop.

Thanks for your input

Jim

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be), then why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.

"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may

be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in ..net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."


Jul 21 '05 #4
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

"Paul Hetherington" <pN*****************@vNiOsSuPaAlMstatement.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
My 2 cents, Canadian ;)

I have distributed a .NET app to the public. Since our application's setup without .NET Framework Redist is still 80mb, another 20mb isn't an issue.
We also distribute on CD.

Pretty soon I imagine a lot of software will have the .NET Runtimes on CD as well (i.e. Office)
Also, newer computers are coming with Framework 1.1 pre-installed (Dell for example)
So I don't think it will be an issue in the next year or two.
Also in Canada the majority of Internet users seem to have Broadband :)

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be),

then
why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The ..NET
Framework only need be on the web server and there is nothing to

distribute.


"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may be
nice) ALL MS os users to run an activex control that installed the
..Net framework. To do this though, it may take MS making a KILLER app in

.net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."



Jul 21 '05 #5

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future
Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]
Jul 21 '05 #6
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future
Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]

Jul 21 '05 #7
win95 still...uckk!
That has got to suck developing for. Most new technologies arn't supported
on win95 any longer.

good luck,
Paul

"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]


Jul 21 '05 #8
Could have sworn I read somewhere that running the .NET Framework on Win95
is not supported.
"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]


Jul 21 '05 #9
..NET isn't supported on Win95, Neither is DirectX 8.1 or DirectX 9
Heck the machines that came with Win95 on them would probably have a hard
time running most modern software applications.

Glad my company decided to follow suit and ditched requiring our products to
be supported on '95.

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:ug**************@TK2MSFTNGP11.phx.gbl...
Could have sworn I read somewhere that running the .NET Framework on Win95
is not supported.
"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
> Hmmmm.... my app will be *much* smaller than the .net framework
> redistribution.
>
> I would love to write it in .Net, but I think I will go old school

right > now....at least until the framework is distributed more.
>
> Thanks for your input.
>
> Jim
>
You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]



Jul 21 '05 #10
Really.... I was one of the geeks in line outside CompUSA at midnight to
get the first release of Win98.

I feel left behind now if I'm not running the current beta on at least one
machine.

I can't imagine being that far behind. In fact, I sometimes have trouble
remembering the stuff I need to to program for those old machines - so I
keep a large library and push customer to upgrade a lot.

I have found that a lot of small businesses have a legitimate concern when
upgrading their OS. The older software they bought for the older OS
obviously hasn't been tested or approved for the new OS, and moving to an
untested OS frequently voids their support options. This means that not
only do they have the expense of a new OS and a knowledgeable person to
install it, they also have to buy a whole slew of new programs, take time to
upgrade the machines and take time to learn the nuances of the new OS and
software packages.

So they are looking at considerable time and money expenditures to upgrade.
A lot of them don't have the budget for IT (get it?).

MS should make all OS upgrades backwards compatible for 2 versions (just
like reputable software manufacturers do). Of course some people would
still wait until the last minute before making a change.

Jim
"Paul Hetherington" <pN*****************@vNiOsSuPaAlMstatement.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
win95 still...uckk!
That has got to suck developing for. Most new technologies arn't supported on win95 any longer.

good luck,
Paul

"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
> Hmmmm.... my app will be *much* smaller than the .net framework
> redistribution.
>
> I would love to write it in .Net, but I think I will go old school

right > now....at least until the framework is distributed more.
>
> Thanks for your input.
>
> Jim
>
You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]



Jul 21 '05 #11

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

Similar topics

0
by: Constandinos Mavromoustakis | last post by:
CFP: CLADE 2004-Challenges of Large Applications in Distributed Environments ------------------------------------------------- PhD student - Dept.Informatics at Aristotle University of...
39
by: Steven T. Hatton | last post by:
I came across this while looking for information on C++ and CORBA: http://www.zeroc.com/ice.html. It got me to wondering why I need two different languages in order to write distributed computing...
3
by: apngss | last post by:
When an application needs to get information from another machine over the network, how many distributed computing choices out there? Here are the choices in microsoft technology: ..NET is...
2
by: Curious | last post by:
Hi, I need to write a distributed application. I am searching on the net to see what their is available regarding how to write distributed applications using the Dot Net. Can someone give me...
4
by: tsui | last post by:
Dear all Someone say that past is Client/Server application, and now is distributed application, but i don't understand these terms Is it Client/Server application is mean two tiers, and only one...
3
by: Tim Marsden | last post by:
I am new to distributed application programming. Could anybody give me advice on how to accomplish the following? I am writing in VB.NET. I would like to keep away from web services and IIS if...
0
by: RJN | last post by:
Hi I'm using ServiceConfig class for handling across component transactions. My .Net application is running on windows 2003 server. database is SQLServer. The application works fine if the...
10
by: Jim Hubbard | last post by:
Have you distributed a .Net application? How about one to the general public? I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about...
4
by: JB | last post by:
Hi All, I need to write my first "distributed" application and due to my lack of knowledge and experience in that area, I'm stuck on the first big design decision. Reading a lot on distributed...
0
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,...
0
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,...
0
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
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.