Jump to content
Xtreme .Net Talk

Running a .Net programm without the .net framework


Recommended Posts

Guest Chrisis
Posted

Hello,

 

I finished a project in Visual Basic.net and now I tried to get it working on a Pc without the .net framework on a windows 2000/xp system. It didn't work !

 

Does anybody know if it's possible to create a setup programm which installs the required files on the windows system or another way without installing the framework ??

 

Thanks in advance !!

 

Chris

Guest Chrisis
Posted
I tried to find something out but I didn't managed it. Is there anybody who had the same problem and managed it or does somebody have the knowledge to tell me ?
Guest herewegoagain
Posted

.NET Framework Install

 

My understanding is that the .NET Framework has to be installed seperately from the deployment of your project. When VS first came out in beta they tried to make it work together and ran into problems when they needed to update the Framework. It is a bummer but I am thinking the next OS after XP which everyone buys will include this framework and it will become a part of the normal part of the computer world.

Posted
just out of curiosity, can you download the entire .NET framework files and then put them on the CD along with your app? Then it is already downloaded when you have to install you app on a machine without the .NET framework and don't have to wait to download it.
Posted

I was faced the same problem and I still don't know how to solve the problem.

 

I need to install the .NET Framework to all the workstation? How to include the .NET Framework in Setup Package?

 

I think .NET Framework will get a lot of space just for run a simple .NET program... that mean .NET is not a good choice for developed simple program recently?

Posted

Please read the complete thread.

In the near future all Windows installation will come with the .net framework. Until then you will have to install the framework yourself before you can deploy your own program.

 

I think .NET Framework will get a lot of space just for run a simple .NET program... that mean .NET is not a good choice for developed simple program recently?

But it only will have to be installed once, when installed it can run all .NET programs

Posted
The problem now is, I just use .NET to create a 50KB small application, but finally I need quite more space to install .NET Framework before my small program can run.... this is what I trying to say....

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...