Results 1 to 28 of 28

Thread: .Net Standard or Professional?

  1. #1

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435

    .Net Standard or Professional?

    I'm considering buying VB.Net but don't know what edition to buy. I'm only a beginner so creating my own controls is not considered.

    I have VB6 Enterprise edition and was wondering what is the difference between both .net editions.

    In the standard, can you compile an executable?
    Can you do the things you can in vb6 Enterprise edition?

    Can anyone help

    Greatly appreciated
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    There's only VB.NET Standard

    The term "Professional" only comes in when referring to Visual Studio .NET
    That too contains the same VB.NET in VB.NET Standard, but you get lots of other goodies in there too
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Ahh.....

    Can I create a stand-alone product?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Yep
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Thank God, because from the time I first posted this thread - to replying, I've actually went and bought VB .Net Standard!

    (Bookstore, 10 min walk away!)

    So, you can do the same things in .net as in VB6? You can include user-controls? add external components (richtextbox, systray, that sort of thing)?

    Thanks plenderj
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    It should be the same, except that its the VB.NET programming language, not VB6.
    So obviously there would be some differences.
    I believe the computer on which the program will be run requires the .NET Framework though...


    What price were you given on VB.NET Standard ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    £87.99p - but that included Microsoft: Visual Basic .Net - Step by Step book.

    It came with 4 disks, one being Windows Component Update. I'm running XP Professional, will that make a difference?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  8. #8
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378
    FYI

    I'm using VS.Net Enteprise Architect, I guess its much more of a complete version....
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  9. #9

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I'm certainly not paying around £500 for Visual Studio .Net when all I want is VB!
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  10. #10
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378
    Unless you get all for free...!!!
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  11. #11

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    How?? WHERE!?!?

    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  12. #12
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378
    Well you could work for a company that pays the licence and then...work out for a copy... but i guess its kinda illegal is it...?
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  13. #13
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    If your company has MSDN subscriptions or has a license agreement for Visual Studio then it should be okay.

    I work for a Microsoft Partner you see.
    I do a lot of Technical / Licensing Sales
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  14. #14

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I've just been readin the book that came with it and in the Deploying Visual Basic .NET Applications, it say's, and I quote:

    "...Visual Basic .NET Standard doesn't include the Setup Wizard to automate a typical deployment."



    Does that mean I can't create a stand alone program?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  15. #15
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    You can compile applications yes.
    But it doesn't come with the P&D wizard.

    Use something like InnoSetup to do the setup.
    And also give them the .NET Framework as an option too
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  16. #16

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Well you could work for a company that pays the licence and then...work out for a copy... but i guess its kinda illegal is it...?
    I'm not that fortunate, I don't know anyone either
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  17. #17

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Originally posted by plenderj
    You can compile applications yes.
    But it doesn't come with the P&D wizard.

    Use something like InnoSetup to do the setup.
    And also give them the .NET Framework as an option too
    Riiigghhtt... with you, you can 'Make exe' but need something else to create an installation package.

    Phew

    You're a life saver plenderj
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  18. #18
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Just stick the cheque in the post
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  19. #19

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I'll send it in the Limo...

    ... which you can keep by the way
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  20. #20
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043
    Where you do need setup program with .Net ?

    Just copy files to the destination folger.
    If i got right, there is no more registering at all.

    Target PC just need only Framework.
    oh1mie/Vic


  21. #21
    Banned Michael_Kamen's Avatar
    Join Date
    May 2001
    Location
    The Netherlands
    Posts
    1,180
    Yes, that's what the MS guys told me as wel....

  22. #22

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    So basically, I create a folder for my .exe project, then take everything out of that folder, zip it and it's ready to send to some one else for them to use?

    All they have to do is unzip it where then like and run the .exe?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  23. #23
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    And any 3rd party dll's you used need to be in the directory with the exe. No registering needed. And make sure you understand that the client also MUST have the .NET framework installed.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  24. #24

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    So how do I make sure that they have the .NET framework, or how they can get it?

    ... and what is it?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  25. #25
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    They can get it from Microsoft via the webpage or Microsoft Update. the .NET framework is like the Java Virtual Machine basically. It contains the just in time compiler and all the built in .NET classes you use to create you apps.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  26. #26

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    So I can have a readme in the download that states "If this doesn't work go <here> to download essential files."?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  27. #27
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Yes.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  28. #28

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Thanks muchly Cander
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.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