Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
how i can application run with out FreamWork in vb.net
Posted

An application written using VB.NET language requires the Framework.
You have two options:
  1. Install the Framework on the target machine. You may found redistributable packages at Microsoft for free download (for instance, the package for the version 3.0 is here [^]).
  2. Develop you application using a unmanaged language as, for instance, C/C++.

  3. :)
 
Share this answer
 
v2
You can't run a .Net program without the framework installed.
 
Share this answer
 
Hi,

wrote:
how i can application run with out FreamWork in vb.net

Actually you could do the trick by using some tools like this one[^]. But such tools are not free!
So personally I second the two options provided by Mr. Pallini. :)

Regards
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900