Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Is there any way to create a Windows Application in .NET without having to install the .NET framework on the target machine? After reading the Deploying .NET faq I'm thinking this is a lost cause but I thought I'd ask any way.

 

Also how much overhead is there when you install the .NET framework. i.e. does it have a large program constantly running in the background? If so I think I'll stick with VB6 for this program.

 

 

 

Thanks

  • *Experts*
Posted

The .NET Framework must be installed on the client machine for

the application to run.

 

The Framework does not run in the background of the computer;

it is merely a set of runtimes that are executed when the

application runs.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

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...