|
-
Aug 4th, 2006, 01:08 AM
#1
Thread Starter
Hyperactive Member
Net Framework 2.0.50727
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?
-
Aug 4th, 2006, 02:11 AM
#2
Re: Net Framework 2.0.50727
You can redistribute the .NET Framework alongwith your application. Search for redistributing .NET framework on MSDN.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Aug 5th, 2006, 04:32 AM
#3
Re: Net Framework 2.0.50727
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.
-
Aug 18th, 2006, 06:11 PM
#4
New Member
Re: Net Framework 2.0.50727
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.
Last edited by a drunkie jr; Aug 18th, 2006 at 06:17 PM.
-
Aug 18th, 2006, 06:34 PM
#5
Re: Net Framework 2.0.50727
 Originally Posted by a drunkie jr
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.
You should go to the Microsoft Web site and download the .NET 2.0 redistributable.
http://www.microsoft.com/downloads/d...displaylang=en
-
Aug 18th, 2006, 06:46 PM
#6
New Member
Re: Net Framework 2.0.50727
so after i download the .net 2.0 redistributable i should be able to use the runescape download.
-
Aug 18th, 2006, 07:02 PM
#7
New Member
Re: Net Framework 2.0.50727
o great i should get my money back.After i downloaded the file im not even able to use the runescape stat editor.
-
Aug 18th, 2006, 07:47 PM
#8
Frenzied Member
Re: Net Framework 2.0.50727
this is not a runescape forum...this thread should be closed
-
Aug 18th, 2006, 11:11 PM
#9
Re: Net Framework 2.0.50727
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
-
Aug 21st, 2006, 11:00 AM
#10
Re: Net Framework 2.0.50727
Maybe runescape uses the 1.1 framework. Which version did they ask you to get?
-
Aug 24th, 2006, 05:39 PM
#11
PowerPoster
Re: Net Framework 2.0.50727
it would throw a runtime error if the appropriate CLR version was not found.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|