Results 1 to 12 of 12

Thread: no more VB runtime required?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091

    no more VB runtime required?

    So does .NET mean I no longer have to worry about the end user having a VB runtime if my app is built with VB.NET?

    Visual Studio 2010

  2. #2
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Nope, no more runtimes, just 20MB's of framework instead.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    What do you mean by the 20MB's of framework? Wouldn't all of that already be installed on the end-user's machine? Or is it the same as the VB run-time in that you can't assume the end-user has it installed?

    If it's the later, that is rediculous. I thought the 1MB or so VB run time was a drag.. Now we have to include 20MBs? Is that the same for C++.NET? The old C++ didn't require any dependencies..

    Visual Studio 2010

  4. #4
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    For any .NET application, service, web form, etc, you need the .NET framework. I dont think its incuded with any OS yet, but i think its included in the OS in the upcoming .NET OS. So in order to make your applications work on a machine w/out .NET you'll need the .NET framework, and its about 20 MB's.
    Here is the link to all that mess....
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  5. #5
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    I think MS will include .NET Framework with all upcoming SPs.

  6. #6
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Windows.NET Server Beta 2 does include the .NET Framework.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  7. #7
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I don't think MS plans to make any new service packs for anything lower than XP?

    And the .Net framework will probably have a SP or two for itself...
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  8. #8
    Junior Member LambChop's Avatar
    Join Date
    Jan 2002
    Posts
    22
    I thought the .NET stuff was going to allow us to write programs such that all the user needed was a web browser. If we write programs that reside on the LAN/WAN and the user is accessing it via thier browser, do they still need the .NET Framework?

  9. #9
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    well you can do that too but thats not all you can do with .NET.

    You can create a website application using ASP .NET. It works generally the same way as ASP did but with mor epower behind the scenes. The client does not have to have the framework for this, just the server.
    You cn also create standalone client apps, but the computer it runs on has to have the framework installed.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  10. #10
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    And, I would relax and wait for Microsoft to flex its muscle...

    This is their big push for internet dominance. I don't think that they are going to sit back and wait for users to initiate the download of the framework. Have you ever got an AOL CD in the mail? I would not be surprised if MS, maybe along with the Hailstorm thing, pumps the Framework into every household with a PC. Trust me. I think this is going to be scary how fast this framework gets distributed

    So long Java... (alligator tears)
    -scott
    he he he

  11. #11
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Probably wont happen. With the court battle ever ongoing, the opposition wont rest until they have a agreement that severly spanks MS and forces them to change their policies
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  12. #12
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    If its web apps you want, then you dont need anything on the client side, but the server needs to have the framework and all the other things you may need for a server. But its gonna tax the system if there is alot of activity on the server utilizint asp.net or web forms.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


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