Results 1 to 4 of 4

Thread: VB6 and VB.Net

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Location
    Huntsville, AL
    Posts
    5

    VB6 and VB.Net

    I want to do a trial run with a VB6 project in VB.NET. I don't even want it to convert it to .NET (at first). I just want to compile and run just like I was in VB6. Is this possible.

    Also, I have heard that there are problems running Visual Studio 6 and Visual Studio.NET on the same box. Is this true. If so, what are the problems and do they effect the VS6 or the .NET.

    Thanks
    Ken Jinks

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    I want to do a trial run with a VB6 project in VB.NET. I don't even want it to convert it to .NET (at first). I just want to compile and run just like I was in VB6. Is this possible.
    Then compile and run it under VB6. You dont run a VB6 app under .NET.

    Also, I have heard that there are problems running Visual Studio 6 and Visual Studio.NET on the same box. Is this true. If so, what are the problems and do they effect the VS6 or the .NET.
    Never heared of any problems. Everyone here has had no issues.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Location
    Huntsville, AL
    Posts
    5
    Originally posted by Cander
    Then compile and run it under VB6. You dont run a VB6 app under .NET.



    Never heared of any problems. Everyone here has had no issues.
    You mis-understand. Can a project compiled with VB.NET run standalone (without the .NET Framework) as it would if it were compiled under VB6. I want to move this app in steps. Not as one conglomeration.

    Thanks.
    Ken Jinks

  4. #4
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Originally posted by jinksk
    You mis-understand. Can a project compiled with VB.NET run standalone (without the .NET Framework) as it would if it were compiled under VB6. I want to move this app in steps. Not as one conglomeration.

    Thanks.
    No. If the app is compiled under VB.NET, you have to have the framework for it to run. Also if you open a VB6 project in VB.NET, its gonna get converted.

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