this net framework is needed to run an application i made.. is there any way to automaticly install this on other computers when my application starts?
Printable View
this net framework is needed to run an application i made.. is there any way to automaticly install this on other computers when my application starts?
You can redistribute the .NET Framework alongwith your application. Search for redistributing .NET framework on MSDN.
You cannot automatically install it when your application starts because your application cannot do anything unless the Framework is installed. That includes checking whether the Framework is installed. .NET applications get compiled on demand by the Framework before they are executed. If there is no Framework then your app cannot be compiled so it cannot be executed. You can, however, install the Framework when your app is installed.
If you're using VS 2005 then you can create a setup project that supports automatic installation of the Framework. If you're using VB 2005 Express you can Publish your app to create a ClickOnce installer that has the same ability, but ClickOnce does have some limitations. These are not an issue for many apps but they are for many others. You can also use third-party tools like InstallShield, or free tools like Inno and NSIS, to create MSI installers from any project.
i ordered a download for runescape stat editor and it says to install this verson of framework. how would i install this verson to make the application work.
This question has nothing to with .NET development and should not have been askd in a .NET development forum. There are other forums on this site for non-development questions.Quote:
Originally Posted by a drunkie jr
You should go to the Microsoft Web site and download the .NET 2.0 redistributable.
http://www.microsoft.com/downloads/d...displaylang=en
so after i download the .net 2.0 redistributable i should be able to use the runescape download.
o great i should get my money back.After i downloaded the file im not even able to use the runescape stat editor.
this is not a runescape forum...this thread should be closed :(
Did you install the framework? Downloading it isn't enough... you have to actualy run the install.
I had more I was going to say, but then I noticed that this was a hijackd thread, making my comments invalid.
-tg
Maybe runescape uses the 1.1 framework. Which version did they ask you to get?
it would throw a runtime error if the appropriate CLR version was not found.....