rabin Posted July 14, 2005 Report Share Posted July 14, 2005 Can anybody tell me what do i need to run a windows application developed on .NET platform(I use C#), on those computers where .NET Framework is not installed?Is it necessary to have .NET Framework installed to run those application? OR What files or dlls do i need?Please Help!!! Quote Link to comment Share on other sites More sharing options...
-pops- Posted July 14, 2005 Report Share Posted July 14, 2005 Yes, it is necessary to have .net framework installed in order to run programs based on that. Quote Link to comment Share on other sites More sharing options...
rabin Posted July 27, 2005 Author Report Share Posted July 27, 2005 thanks for the reply.so that means when i develop a software in .NET languages, i have to ship the .NET framework with the software as well , for it to be installed in the client computer??Isn't that tedious? Doesn't window natively support those softwares?Or isnt there a better way to make them run on computers without having to install .net framework?? I mean like copying some dll files in the system folder or like that?? Quote Link to comment Share on other sites More sharing options...
-pops- Posted July 27, 2005 Report Share Posted July 27, 2005 The programs I'm aware of that rely on net.framework (e.g. DriveImage) do ship a copy with the program.The redistributable package containing net.framework is here http://www.microsoft.com/downloads/details...&displaylang=enA more general overview is http://www.microsoft.com/net/default.mspxIt isn't included with Windows, as far as I'm aware. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.