suppose i develop one sample like a calculator application setup is prepared with
primary output i want install that application in another computer which don't have
any visual studio or .net frame work that application is run in that system in my
knowledge it 's not run why because we need clr in the target system also what can
we do to run that application how can prepare the setup file along with clr/frame work
Loading
Sam HobbsPosted Sep 3, 2010, 5:43 PM
.Net is provided with newer versions of Windows and therefore does not need to be installed for them. You could state that your application requires .Net and that .Net needs to be installed in systems that do not have it. Otherwise you can create a setup for your application as described in the article Felipe suggests.
Felipe RamosPosted Sep 2, 2010, 9:46 AM