Results 1 to 11 of 11

Thread: Net Framework 2.0.50727

  1. #1

    Thread Starter
    Hyperactive Member JXDOS's Avatar
    Join Date
    Aug 2006
    Location
    Mars...
    Posts
    423

    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?

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    New Member
    Join Date
    Aug 2006
    Posts
    3

    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.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Net Framework 2.0.50727

    Quote 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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    New Member
    Join Date
    Aug 2006
    Posts
    3

    Re: Net Framework 2.0.50727

    so after i download the .net 2.0 redistributable i should be able to use the runescape download.

  7. #7
    New Member
    Join Date
    Aug 2006
    Posts
    3

    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.

  8. #8
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033

    Re: Net Framework 2.0.50727

    this is not a runescape forum...this thread should be closed
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Net Framework 2.0.50727

    Maybe runescape uses the 1.1 framework. Which version did they ask you to get?

  11. #11
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: Net Framework 2.0.50727

    it would throw a runtime error if the appropriate CLR version was not found.....

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width