473,395 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

What happened to the Class view in VS2005?

In VS2003 There is a Class viewer option in Solution explorer which lets me
browse the classes in my project. This feature is missing from VS2005
Express edition which I downloaded. Is this feature present in the
professional version?

I hope its there because I am quite used to the class viewer.

Are there significant differences between the Express version and the
professional version in the interface? All Microsoft's website mentions is
that the Express Edition interface is 'Streamlined' and Professional's
interface is 'Full'

Any idea about this?

Regards
Cyril
Jan 11 '06 #1
7 1943
"Cyril Gupta" <no****@mail.com> schrieb
In VS2003 There is a Class viewer option in Solution explorer which
lets me browse the classes in my project. This feature is missing
from VS2005 Express edition which I downloaded. Is this feature
present in the professional version?


Can't help you, but in VB 2005, in the object browser, you can sort by
namespace at top level now, not only by assembly. Maybe this helps? I dunno,
but if the class view is not present in the prof. version, too, maybe they
dropped it because the object browser is a good replacement and both are
very similar. A guess only.
Armin

Jan 11 '06 #2
> Express edition which I downloaded. Is this feature present in the
professional version?


Yes it is. But Class View window is not visible by default. Maybe this
is the case in Express edition too. Try going to View - Other Windows -
Class View.
--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code
Jan 11 '06 #3
Hello Peter,

I had already checked the View menu for ClassView. It's not there. Maybe
that is a part of what Microsoft means by 'streamlined' interface for the
Express edition.

Cyril Gupta
Jan 11 '06 #4
"Cyril Gupta" <no****@mail.com> schrieb:
I had already checked the View menu for ClassView. It's not there. Maybe
that is a part of what Microsoft means by 'streamlined' interface for the
Express edition.


Yes, I assume it is not included because of the streamlined interface.
However, as said by others, you may want to use the object browser instead,
which is hopefully available in the Express edition too. Personally I have
never used the class view although the versions of VS I am using include it.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 11 '06 #5
Microsoft also removed the Solution Configurations combobox on the Standard
toolbar (it is not even hidden there) in VB 2005 but the command exists so,
your last chance: can you go to the menu "Tools", "Customize...", section
"Environment", "Keyboard" and search for the command "View.ClassView"? If it
is not there, then it was totally removed in the Express Edition.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com
"Cyril Gupta" <no****@mail.com> escribió en el mensaje
news:er*************@TK2MSFTNGP09.phx.gbl...
Hello Peter,

I had already checked the View menu for ClassView. It's not there. Maybe
that is a part of what Microsoft means by 'streamlined' interface for the
Express edition.

Cyril Gupta

Jan 11 '06 #6
I also noticed that now there is no facility to create bookmarks in the code
in the Express edition. If this is missing from the Standard edition too
then I am glad that I opted for professional.

Another thing I noticed was the variables watch window which listed the
values of all variables in scope during debug is not present either. That's
an important feature too.

Hmm... Wonder what else is missing in the streamlined interface. Most sites
that talk about the differences between the streamlined interface and the
full interface do not mention these factors which are very important in a
buying decision. Why doesn't Microsoft provide more details about this on
their website?

Cyril
Jan 11 '06 #7
The bottom line is that the Express editions are intended for students,
hobbyists, etc. not for serious programming. So, previously you had the SDK
command-line compilers and notepad and now you have a minimal IDE...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com
"Cyril Gupta" <no****@mail.com> escribió en el mensaje
news:%2****************@TK2MSFTNGP15.phx.gbl...
I also noticed that now there is no facility to create bookmarks in the
code in the Express edition. If this is missing from the Standard edition
too then I am glad that I opted for professional.

Another thing I noticed was the variables watch window which listed the
values of all variables in scope during debug is not present either.
That's an important feature too.

Hmm... Wonder what else is missing in the streamlined interface. Most
sites that talk about the differences between the streamlined interface
and the full interface do not mention these factors which are very
important in a buying decision. Why doesn't Microsoft provide more details
about this on their website?

Cyril

Jan 11 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
3
by: Doug | last post by:
Scenario: I select data from a SQL Server View which links 3 tables, into a single dataset table. I update some of those fields on a web form. When I want to update the db, clearly I can't update...
0
by: han zhiyang | last post by:
I've just studied the "how to" web service and the async pattern in donnet.I make a test with these knowledges,but I got a strange result. Here is my test. 1.Write a simple "Add" service named...
1
by: alex | last post by:
Moving existing asp.net 1.1 app to 2.0 and using VS2005 I have noticed: 1) Class View window display ONLY name spaces and classes located in the new folder App_Code. 2) Using "Add New Item" on...
16
by: clintonG | last post by:
At design-time the application just decides to go boom claiming it can't find a dll. This occurs sporadically. Doing a simple edit in the HTML for example and then viewing the application has...
7
by: Mike Rand | last post by:
I am having a really hard time trying to get some client side code hooked up in VS2005, ASP 2.0. The code is in an .inc file (vbscript). The first problem I am encountering is the ASP.NET page...
4
by: cok | last post by:
Hi, all I have a question about VS 2005 IDE, I donn't know if It is place to post my question,sorry I have a class inherit form System.Windows.Forms.Form, I want to override OnPaint method ,...
1
by: Chris Davoli | last post by:
What happened to the DataGrid. I can't find it in VS2005 toolbox? There is a GridView. Is this the replacement for the DataGrid? -- Chris Davoli
11
by: active | last post by:
If I install .NET Framework 3.0 what will happen to my VS2005 experience? Will it automatically use 3.0? Will I find new features available? Will the VS doc be updated? Thanks fir any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.