Where is .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tropix100
    New Member
    • Nov 2008
    • 12

    Where is .net

    I am a newbie to VB.NET so I am starting from scratch.
    I have Visual Studio 6 but have only installed the VB^ portion of the intallation disk. Do I need additional software or is VB.NET incuded with VS6?
    If its included, What is it that I am looking for to install and run?

    All help appreciated.
  • PianoMan64
    Recognized Expert Contributor
    • Jan 2008
    • 374

    #2
    Originally posted by tropix100
    I am a newbie to VB.NET so I am starting from scratch.
    I have Visual Studio 6 but have only installed the VB^ portion of the intallation disk. Do I need additional software or is VB.NET incuded with VS6?
    If its included, What is it that I am looking for to install and run?

    All help appreciated.
    Hey Tropix100,

    Simply put VB6 is a COM based development environment, and VB.NET is a whole new Development environment that is totally new concept in developing PC as well as Web based content. VB6 does not support in any way none of the .NET features that you are asking about at all. You can convert some of the VB6 apps upto VB.NET, but it may require some reprogramming on your part to make them work, as well as .NET is a complete and function library, that VB6 only wish it had.

    If you want to develop in VB.NET, you can download a free copy of the express version of VB.net from Microsoft website. or you may look into upgrading your copy of VB6.

    Visual Studio dev tools & services make app development easy for any developer, on any platform & language. Develop with our code editor or IDE anywhere for free.


    Hope that helps,

    Joe P.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Are you attempting to develop a VB.NET application?

      If so you'll have to use Visual Studio ...not VB6.
      As PianoMan64 has already stated, these are completely different environments to develop in.

      Your .NET framework is already installed with Windows....

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        The .NET Framework is a component of Windows which supports developing Windows applications. You can find it all versions of the .NET framework installed on your computer in the %WinDir%\Micros oft.NET\Framewo rk directory.

        Please check out this article for more information on what .NET is and how it will help you. When I first learned about it I was absolutely taken by how amazing this framework is...a lot of thought has been put into it to give developers using different programming languages have a common ground.


        All the information you need go get started in .NET (concepts, patterns, controls ect.) can be found in the MSDN Library. This resource should get you pointed in the right direction. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

        It is strongly advisable to use Visual Studio when developing an application in .NET. You can download free "express" versions, or buy a full version.

        When you run into problems with your implementation come back to the .NET forum and we'll help you out.


        -Frinny

        Comment

        • tropix100
          New Member
          • Nov 2008
          • 12

          #5
          Thankyou Frinny. This is what I was looking for.

          Comment

          • MSDNForumSucks
            New Member
            • Dec 2008
            • 1

            #6
            next time try...<link removed>
            Last edited by Frinavale; Dec 4 '08, 10:58 PM. Reason: Removed link

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by MSDNForumSucks
              next time try...<link removed>
              Posting links to competing forums is against the Posting Guidelines which outline the rules that we follow here at the Bytes. Please review these guidelines, especially the section on Things that are generally unacceptable. Failure to conform to the rules outlined in the posting guidelines may result in a ban on your account.

              -Moderator

              Comment

              Working...