.NET Development

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

someone told me that i could only run my applications on a PC with the .net
framework installed. is this true? if yes, then how do i male it run on any
windows version?
 
Alvo,

You would have to make sure that the .NET framework is installed in
order to make sure your application ran. You can distribute the .NET
framework installation package with your app (you can find it on the MS
website), or you could have your users get it from Windows Update (it is one
of the recommended updates).

Hope this helps.
 
You can only run ,NET applictions on a .NET enabled machine. There are some
utilities that will compile the parts of the framework needed to run without
..NET but the apps that do this can cost a lot. I recently saw one from
Thinstall priced at 10,000 dollars.

To make your application run on any Windows machine from Windows 98 up just
encourage the user to install the framework runtime.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Alvo von Cossel I said:
hi,

someone told me that i could only run my applications on a PC with the
.net
framework installed. is this true?

Yes that is true.
if yes, then how do i male it run on any
windows version?

..Net framework installs on Windows 98 and up. What version of Windows do
you think would be a problem?
 
Nicholas,
Any instruction for creating a whole package application. The use just click
install and everything is done.

thanks,
Ren

Nicholas Paldino said:
Alvo,

You would have to make sure that the .NET framework is installed in
order to make sure your application ran. You can distribute the .NET
framework installation package with your app (you can find it on the MS
website), or you could have your users get it from Windows Update (it is one
of the recommended updates).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alvo von Cossel I said:
hi,

someone told me that i could only run my applications on a PC with the
.net
framework installed. is this true? if yes, then how do i male it run on
any
windows version?
 
hi,

thanks, i'm not sure how to make the framework come with the application but
i'll just put it in the system requirements

--
Alvo von Cossel I of Germany


Nicholas Paldino said:
Alvo,

You would have to make sure that the .NET framework is installed in
order to make sure your application ran. You can distribute the .NET
framework installation package with your app (you can find it on the MS
website), or you could have your users get it from Windows Update (it is one
of the recommended updates).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alvo von Cossel I said:
hi,

someone told me that i could only run my applications on a PC with the
.net
framework installed. is this true? if yes, then how do i male it run on
any
windows version?
 
hi,

well, it's not really a problem on any OS because my apps are only going to
be distributed to my family who, except for 1 or 2 members, have at least
windows 2000.

some people in the real world still have win95 but i'm not going to worry
about that for now
 
Hi

http://www.codeproject.com/dotnet/DeployingFrameworkMdac.asp

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


Vuong said:
Nicholas,
Any instruction for creating a whole package application. The use just
click
install and everything is done.

thanks,
Ren

in
message news:uY0DLZ#[email protected]...
Alvo,

You would have to make sure that the .NET framework is installed in
order to make sure your application ran. You can distribute the .NET
framework installation package with your app (you can find it on the MS
website), or you could have your users get it from Windows Update (it is one
of the recommended updates).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alvo von Cossel I said:
hi,

someone told me that i could only run my applications on a PC with the
.net
framework installed. is this true? if yes, then how do i male it run on
any
windows version?
 
Back
Top