Results 1 to 19 of 19

Thread: Visual Studio 2005 Express

  1. #1

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Visual Studio 2005 Express

    Does Express also include ASP.NET and ADO.NET or just VB.NET and C#?
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Visual Studio 2005 Express

    WEll, ADO is independant of the VS version (it's part of the FW)....

    As for ASP.NET, I don't think so, because ASP.NET Express is available as a separate download

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Visual Studio 2005 Express

    ASP.NET is called Visual Web Developer for the Express version which is a separate download
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by techgnome
    WEll, ADO is independant of the VS version (it's part of the FW)....
    Thanks.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  5. #5

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by RobDog888
    ASP.NET is called Visual Web Developer for the Express version which is a separate download
    And that is also available, for free, from downloads on the Microsoft site?
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  6. #6
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Visual Studio 2005 Express

    What's the difference between VS2005 Express and VS2005 Pro?

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Studio 2005 Express

    Quote Originally Posted by SeanK
    And that is also available, for free, from downloads on the Microsoft site?
    Have a look here

  8. #8

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by Hack
    Have a look here
    Thanks.

    But, this leads to another question.

    The download page says
    Quote Originally Posted by Visual Web Developer Download Page
    Step 1: Make sure you're ready!

    Check to make sure your computer meets the System Requirements for Installing Visual Studio Express 2005.

    Before installing, you must uninstall any previous Beta, CTP or Tech Preview versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0
    I've already installed VS 2005 Express. Does this mean I have to uninstall it, install Visual Web Developer, and then reinstall it?
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  9. #9

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by lintz
    What's the difference between VS2005 Express and VS2005 Pro?
    I'd like to know the answer to this as well.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  10. #10
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Visual Studio 2005 Express

    You'll need to uinstall only if it is a "previous Beta, CTP or Tech Preview versions" which I don't think it is.

    Naturaly Pro costs some $$$.... so, it also comes with more bells & whistles. Example: In Express, the only deployment method is the Click Once... with Pro you can build standalone MSI install files. Also, I'm not 100% sure if the Express comes with Crystal.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  11. #11

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by techgnome
    You'll need to uinstall only if it is a "previous Beta, CTP or Tech Preview versions" which I don't think it is.
    How would I know that?
    Quote Originally Posted by techgnome
    In Express, the only deployment method is the Click Once
    What is Click Once?

    Are you saying that I couldn't bundle a .NET program, made in Express, with any standard installer like Wise, or InstallShield, or, for that matter, Inno?
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  12. #12

  13. #13
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Visual Studio 2005 Express

    Quote Originally Posted by SeanK
    How would I know that?
    It would have said that in the download page, but if you can't remember you can check "Help" -> "About".

    If the version contains words like "beta", "CTP", etc, you should uninstall it. Mine contains "RTM", which is fine (and should be the case for all versions downloaded in the last year or so).

  14. #14
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Visual Studio 2005 Express

    Here are all of the differences between the products.

    And after you check that you don't have a beta version as si said, you can install as many Express editions as you like. VB, C#, VWD....


  15. #15

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Visual Studio 2005 Express

    Quote Originally Posted by si_the_geek
    Mine contains "RTM", which is fine (and should be the case for all versions downloaded in the last year or so).
    So, does mine, so I guess I'm OK.

    Another question: When I start VS Studio, it shows what appears to be a splash screen that lists all of the software in the Studio, but before I can pick which one I want it hauls me into VB.NET.

    What if I want to do a C# project?
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  16. #16
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Visual Studio 2005 Express

    If you are using the Express products, I think you need to open the correct IDE to start with (eg: "Microsoft Visual Basic 2005 Express Edition" for VB).

    If you are actually using Visual Studio (or perhaps even in the Express products), you should be able to select C# when you go to New Project.

  17. #17
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Studio 2005 Express

    It actually is a splash screen. Once VS has loaded and you click New Project you will see this. If you don't want VB, open the Other Languages selection.
    Attached Images Attached Images  

  18. #18

  19. #19
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Visual Studio 2005 Express

    Quote Originally Posted by nmadd
    Here are all of the differences between the products.
    Thanks nmadd

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