473,413 Members | 1,737 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

.Net Framework

I have written a small program and created a set up and deployment package.
I burned the files to cd and took them to another computer. When I click
the set up file or the .msi file I get the following error message:

This set up requires the .Net Framework version 1.1.4322. Please install
the .Net Framework and run this setup again. The .Net Framework can be
obtained from the web. Would you like to do this now?

When I bought Visual Studio .Net 2003, I downloaded the framework onto my
computer, the one I created the program on. I know the computer I ran the
setup on does not have it. Is there anyway to create a program where the
..Net Framework is not required? When I distribute the application I do not
want to include the .Net Framework because I would like to do it by e-mail
so I want the file size to be as small as possible. I am new to Visual
Studio. I am trying to teach myself. Any help would be greatly
appreciated.
Nov 21 '05 #1
4 1324
"Steve" <kg******@hotmail.com> schrieb:
I know the computer I ran the setup on does not have it. Is there anyway
to create a program where the .Net Framework is not required? When I
distribute the application I do not want to include the .Net Framework
because I would like to do it by e-mail so I want the file size to be as
small as possible.


That's not supported out of the box. You will have to distribute the .NET
Framework with your application.

Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

There are some solutions, but most of them don't make much sense for
me in general. They are expensive and don't bring any benefit in most
cases.

<URL:http://www.remotesoft.com/>
-> "Salamander"

<URL:http://www.lesser-software.com/> is working on a tool to compile Win32
applications from .NET source.

Thinstall
<URL:http://thinstall.com/dotnet/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #2
Steve,

In the same email you can set a link to the distributable Net (it is
language dependable) and/or a link to windows update the last will give a
hint with the question if the Net framework would be installed.

distributable
http://www.microsoft.com/downloads/d...displaylang=en

However without can not, don't ask why these dotNet newsgroups are full of
that question.

I hope this helps?

Cor
Nov 21 '05 #3
Steve,

Trying to run a VB.Net program without the DotNet framework is like trying
to run a windows app without windows. Just can't be done. The framework is
all the guts that take your VB program and turn it into machine language.
So, without a doubt, your users will need to have the framework.

Do a little reading about the CLR (Common Language Runtime). You will find
it interesting reading. Basically, when you compile and then distribute an
app, you are distributing a program which has been compiled down to CLR
code. This happens with all .net languages. VB compilation generates CLR
code. C# programming generates CLR code. Now CLR code will not run on any
processor until it has been converted to machine code. That is the job of
the framework. It intreprets the CLR and generates machine code as the
program is run. So the framework is absolutely necessary if a user wants to
run .net programs.

If they keep their windows updated, it will be there automatically.
Otherwise they will need to get it. As time goes on, the framework will
become more commonplace. XP and Win2000 already come with it (might be
version 1, can't remember). But if your users have kept updated through
Windows Update, they should already have .net 1.1. Someday, MS will release
..net 2 via windows update, probably later this year. NT and 98 didn't have
the framework since it hadn't been invented yet. Whatever replaces XP will
for sure have it in the future. So this will become less and less of a
problem as time goes on.

One other thing, if you do anything database related, you will need MDAC
(Microsoft Data Access Component). So your customers may need to get two
different updates.

Best regards,

Clark

Nov 21 '05 #4
Thanks to everybody for the help.

"Steve" <kg******@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
I have written a small program and created a set up and deployment package.
I burned the files to cd and took them to another computer. When I click
the set up file or the .msi file I get the following error message:

This set up requires the .Net Framework version 1.1.4322. Please install
the .Net Framework and run this setup again. The .Net Framework can be
obtained from the web. Would you like to do this now?

When I bought Visual Studio .Net 2003, I downloaded the framework onto my
computer, the one I created the program on. I know the computer I ran the
setup on does not have it. Is there anyway to create a program where the
.Net Framework is not required? When I distribute the application I do
not want to include the .Net Framework because I would like to do it by
e-mail so I want the file size to be as small as possible. I am new to
Visual Studio. I am trying to teach myself. Any help would be greatly
appreciated.

Nov 21 '05 #5

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

Similar topics

0
by: Ravindra | last post by:
Well I installed the framework provided by microsoft , the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the...
3
by: CMan | last post by:
Hi, We are currently trying to install .Net Framework v.1.1 on a server which already has v1.0. We are receiving the following error. Error 1704.An installation for Microsoft .NET Framework...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
18
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion...
3
by: CS Kirk | last post by:
I am new to Visual C#. My question relates to installation and what version of .NET Framework C# is seeing. I installed Visual C# while I had .NET Framework v1.03. Later, using Windows Update in...
6
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
8
by: Blasting Cap | last post by:
I'm using VS 2005, and have a dll in some code (system.core.dll) that was included in something someone sent me to run on my system. I have production on a server using Framework 2.0 that I want...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
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
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...
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: 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...

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.