Newbie Question

  • Thread starter Thread starter altergothen
  • Start date Start date
A

altergothen

Basic of basics ......

OK I have created a basic winows application using Sharp Develop.
I have built it successfully as a windows .exe.
The problem is that I am only able to run this application on my own
computer,
because I have the .Net framework installed.

How can I compile my application so that it will run on machines that don't
have the .Net Framework installed?

A.
 
..NET apps need the framework to run. There's one sort of exception with a
product called Salamander but you'll need to framework in all other
instances.
 
Back
Top