Results 1 to 4 of 4

Thread: .net 2005 runtime files... [cobol mystery unresolved]

  1. #1

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Resolved .net 2005 runtime files... [cobol mystery unresolved]

    Where can I find .net 2005 runtime files and is there a bootstrapper for 2005?

    second thought...

    I got a cobol programming question in http://www.vbforums.com/showthread.php?t=385211 but since no-one looks up the "other programs" section of the forums I just thought I'd drop it here

    Last edited by Ruku; Feb 5th, 2006 at 10:43 PM.

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: .net 2005 runtime files...

    Quote Originally Posted by Ruku
    Where can I find .net 2005 runtime files and is there a bootstrapper for 2005?
    One of the first links from google

    As for a boot strapper, I know ClickOnce development can install the .Net framework. Otherwise I think you'll be looking at the higher end version of VS 2005 (other than express)
    Quote Originally Posted by Ruku
    I got a cobol programming question in http://www.vbforums.com/showthread.php?t=385211 but since no-one looks up the "other programs" section of the forums I just thought I'd drop it here
    Not the place for it
    Last edited by Kasracer; Feb 2nd, 2006 at 08:46 PM.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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

    Re: .net 2005 runtime files...

    Express and Standard only support ClickOnce deployment, which can be used to distribute the Framework, as kasracer says. Professional and above support Setup projects that can also be used to distribute the Framework. Search for "bootstrapper" on MSDN and you'll find an article about using it. If you are using Express or Standard and don't want to use ClickOnce then look for Inno or NSIS if you want a free MSI creator.
    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

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Re: .net 2005 runtime files...

    Thanks all, anybody up for that cobol challenge now?


    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

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