Results 1 to 6 of 6

Thread: .NET RunTimes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119

    .NET RunTimes

    Is their such a thing as .NET runtimes or do I have to install the entire 127 meg framework to run an application on another workstation?

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    To run an application on an other workstation you'll need the CLR (Common Languge Runtime) not the complete framework.

  3. #3
    Member
    Join Date
    Nov 2001
    Location
    Australia, Syndney
    Posts
    37
    they would be supplied with the ide

    u can usually compile to native code so yeah, u havn't got any worries
    ______________________________
    goto www.gaminghc.com very soon

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119
    Ok, my next question is how or where do I find the Common Language Runtimes? Looked in MSDN and in the IDE directories and could not find it.

  5. #5
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Originally posted by 3mpty
    they would be supplied with the ide

    u can usually compile to native code so yeah, u havn't got any worries
    You can't compile a VB.Net application to native code. This is done with a JIT compiler the first time the application runs or you might do the JIT compilation when you install the application.
    "Supplied with the IDE" - yes but you wouldn't require the users to get a copy of Visual Studio.Net just to run an application you've developed.

  6. #6
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Originally posted by VB-Mike
    Ok, my next question is how or where do I find the Common Language Runtimes? Looked in MSDN and in the IDE directories and could not find it.
    It isn't available for download yet, since VS.Net haven't been released.
    It will be available sometime in December and MS will also provide it in various Service Packs to come...

    Best regards

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