Building project

  • Thread starter Thread starter Terence
  • Start date Start date
T

Terence

Hi ....

I have built a simple invoicing / quoting system.
The problem i am having is that not all my computers run the dotnet
framework.
How can i compile the program so that it will install on a computer without
dotnet?
 
Your program compiled in dotnet will not run without the dotnet framework
just as a vb6 program wouldn't run without the vb6 runtimes. The framework
is free to download and its only some 23 MB of download size which shouldn't
be a big issue anyway. In future, MS will be shipping OSes with the
framework pre-installed just as is the case with Windows Server 2003 and so
that shouldn't be an issue anymore.

hope that helps..
Imran.
 
* "Terence said:
I have built a simple invoicing / quoting system.
The problem i am having is that not all my computers run the dotnet
framework.
How can i compile the program so that it will install on a computer without
dotnet?

You cannot (without expensive 3rd party tools that I would not use).
 
Thanks for the response.

One more question.
Is there a simple .net framework setup (or something) that i can use to run
the app on other machines or do i need to install the entire vs.net on all
the machines???
 
you don't need to install the entire vs .net to run your apps. you just need
the framework.
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
select 1.0 or 1.1 depending on whether you have 2002 or 2003.

Imran.

Terence said:
Thanks for the response.

One more question.
Is there a simple .net framework setup (or something) that i can use to run
the app on other machines or do i need to install the entire vs.net on all
the machines???
 
* "Terence said:
Is there a simple .net framework setup (or something) that i can use to run
the app on other machines or do i need to install the entire vs.net on all
the machines???

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp>

Plug-In:

<URL:http://groups.google.com/[email protected]>

Bootstrapper:

<URL:http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/>

Microsoft Visual Studio .NET 2003 Bootstrapper Plug-In
<URL:http://www.microsoft.com/downloads/details.aspx?FamilyID=627921a0-d9e7-43d6-a293-72f9c370bd19>

<URL:http://workspaces.gotdotnet.com/vsboot/> (old URL)

Download
<URL:http://www.gotdotnet.com/community/...f0a23-f529-4158-8e0a-d187d16f41f1&newsId=1981>

Framework 1.1:

Redistributing the .NET Framework 1.1
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp>

..NET Framework 1.1 Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp>

Framework 1.0:

..NET Framework Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top