Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IDE: ClassName Combo SortOrder?

Status
Not open for further replies.

jgoodman00

Programmer
Jan 23, 2001
1,510
In the IDE apparently, depending on the .NET framework version, the Class Names are listed in two orders:

Framework 1.0 - The order in which they are instantiated.
Framework 1.1 - Alphabetically.

I have both the 1.0 & 1.1 frameworks installed. I believe this is completely normal. This leads to a problem. I want my classes to be sorted alphabetically, al-la 1.1, but they are sorted al-la 1.0.

If I goto Help - About VB.NET I get my .NET framework listed as 1.0, even though 1.1 is installed.

So I have two questions:
1. Am I correct in thinking both versions, 1.0 & 1.1 are required for correct functionality?
2. How can I get VS.NET to realise V1.1 of the framework is installed, & use this instead?

James Goodman MCSE, MCDBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top