Click here to Skip to main content
15,884,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
any one plz tell me how to run vb.net application which is built in 4.0 framework without installing framework on client side.

any suggestions.
Posted

A VB .NET application requires that the .NET Framework be installed. On newer computers, it comes pre-installed.
 
Share this answer
 
Comments
Thomas Daniels 7-Sep-13 6:44am    
+5!
Short answer: you cannot.

However, you shouldn't really worry about it, because Windows 7 and Vista have the .NET Framework pre-installed.

[Edit]

On Windows 8, the .NET Framework is also pre-installed.
 
Share this answer
 
v3
Comments
Mike Meinz 7-Sep-13 7:06am    
As does Windows 8

+5!
Thomas Daniels 7-Sep-13 7:06am    
Thank you!
Ashish Bachhav 9-Sep-13 3:56am    
Sir, i want my 4.0 application free from all framework. is there any dll's that i can use in application to give executable platform to my application. i dont want to depend on framenwork
Thomas Daniels 9-Sep-13 12:47pm    
Unfortunately, no. But why? The .NET Framework is free, and pre-installed on the newest Windows versions! And as Mike said, many other applications require this framework.
Ashish Bachhav 10-Sep-13 6:53am    
i want to make my software small fast and platform independent. if framework is already installed then its no problem form but. in xp i dont want to install the framework. there is a procedure for this. but right now i dont know the exact solution for this. http://www.remotesoft.com/linker/ help to do this. i am still finding solution form this, i know that i can do it. if any suggestions plz reply or mail me bachhav.ashish@gmail.com
If you are created or developed your application in Framework 4.0 when you have to create a set of your application then you have to select the Framework which you want like 2.0,3.0
.
 
Share this answer
 

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