|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
can my application running in the other computer without netframework installed before???
if can, would you tell me how?? if cant, why???? sorry im still biggineer for thisfor the answer you can mail me in URL thanks a lot Last edited by dewabrata : February 21st, 2003 at 11:25 PM. |
|
#2
|
|||
|
|||
|
Depends on what you're doing.
If you're creating a regular Win32 application using Visual Basic .NET, C#, or C++ .NET, then [B]yes[/U] you do need to have the .NET framework installed on the client's computer. However, if you're using the .NET language for a website (or web application), and are writing ASP .NET pages (.aspx), then no...the client does not need to have the .NET Framework installed, because it's all being run on the server. The reason that Windows Applications written (and compiled) in .NET need to have the framework installed is becuase the framework is what contains all of the hundreds of classes that developers use. Without those classes, you're application is basically defunct. Hope that helps! ![]() |
|
#3
|
|||
|
|||
|
I have the same problems. i need to make a setup project without including .NET Framework installation. what are libraries i have to include? how to configurate the setup project to do that?
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > without net framework??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|