Run programs in any pc

  • Thread starter Thread starter enque
  • Start date Start date
E

enque

How can I make a .exe aplication run in any pc.
when I tried tu run an app on a diferent pc, a msgbox
appear with the following "need net framework".
What can I do?
 
How can I make a .exe aplication run in any pc.
when I tried tu run an app on a diferent pc, a msgbox
appear with the following "need net framework".
What can I do?

Any .NET application requires the .NET Framework. VB6 applications
required the VB6 runtime, but because VB6 has been around so long,
everybody has it already loaded on their machines.
 
(e-mail address removed) says...

Any .NET application requires the .NET Framework. VB6 applications
required the VB6 runtime, but because VB6 has been around so long,
everybody has it already loaded on their machines.

What??? Thats the biggest load of nonsense I've ever heard!

It's because the magical vb6 runtime ferry, named "frank", comes and
installs it on your machine as well as any other library that you may need.
INCLUDING the .net framework.

duh.












;-)
 
* "enque said:
How can I make a .exe aplication run in any pc.
when I tried tu run an app on a diferent pc, a msgbox
appear with the following "need net framework".
What can I do?

Installing the setup. You can do this, for example, with a setup
package:

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]>
<URL:http://workspaces.gotdotnet.com/vsboot/>

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>
 
Hi Enque,

For .Net programs to run you need a complete .NET OS that are when it are
Microsoft systems
Server 2003 or
NT4 with servicepack6, W2000, WXP, W98, WMe those last 5 with the
downloadable Net addition for what Herfried did give the link to..

For Linux you can have a look on this site, however I do not know how far
that is.
http://www.go-mono.com/download.html

There are no further runtimers needed as with VB6.

I hope this helps.

Cor
 
I just get goofy sometimes. =)

I was in a really good mood, solved an incredibly perplexing problem at work
(ironically in VB6.) and just felt like being, well stupid. thanks for
responding though.

=)
 
Back
Top