|
-
Jul 11th, 2007, 11:07 PM
#1
Thread Starter
Fanatic Member
Difference between Express and Professional Editions
Can any one list out difference between express and professional editions of VB.NET 2005?
-
Jul 11th, 2007, 11:23 PM
#2
Re: Difference between Express and Professional Editions
-
Jul 11th, 2007, 11:58 PM
#3
Re: Difference between Express and Professional Editions
why would that say express doesn't support 64-bit when it does? Why would they lie?
-
Jul 12th, 2007, 01:47 AM
#4
Re: Difference between Express and Professional Editions
If it does support 64 bit then perhaps it doesnt show on that page since its an old out-dated page. I have seen that page 2.5 years now with no changes to it.
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 12th, 2007, 02:00 AM
#5
Re: Difference between Express and Professional Editions
I don't think support for 64 bit development is supported yet.
-
Jul 12th, 2007, 02:08 AM
#6
Re: Difference between Express and Professional Editions
Apart from not having the ability to create setup and deployment projects (ClickOnce only), another difference I have come across is there is no 'Thread monitoring' debugger window.
-
Jul 12th, 2007, 02:12 AM
#7
Re: Difference between Express and Professional Editions
My understanding of why it says 'no' is because 64 bit development has to do with the .NET framework more than it does with the Visual Studio products. But who knows :P
-
Jul 12th, 2007, 02:41 AM
#8
Re: Difference between Express and Professional Editions
What that page says, and quite correctly, is that the Express Editions have no 64-bit compiler support. By default the VB compiler will not optimise for any particular CPU. The output will thus be a 32-bit assembly that will run on a 64-bit platform. In VB Express you have no option to change that. In other versions you can select optimistation for x86 only (32-bit) or x64 only (64-bit) processors. In the Team version you get an Itanium compiler too.
-
Jul 12th, 2007, 08:46 AM
#9
Re: Difference between Express and Professional Editions
you can manually edit the xml to add the line to control optimization. Annoyingly, this is the only way you can get the directx tutorials to run on a 64-bit system.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|