473,396 Members | 1,827 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,396 software developers and data experts.

Where are the old "goodies"


In VS.NET 1.0, you can add a folder under your project (right click on the
project, choose Add/New Folder). I found this option so helpful, because
it helps me to organize my files, especially when I am working of VB or SQL
source projects.

In VS.NET 1.1, this option is gone. One cannot add a new folder under
project any more. Why does Microsoft remove this feature? Is there a way
to make my 1.1 works just like the old 1.0?
Jul 19 '05 #1
4 1629
Hi,

My version of VS 2003 has this option, when I right click on the project go
to Add, it is the 3rd option on the submenu under Add. You are not maybe
right clicking the solution? Just a thought.

Regards

Chris Taylor
" David N" <dq*****@netiq.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

In VS.NET 1.0, you can add a folder under your project (right click on the
project, choose Add/New Folder). I found this option so helpful, because
it helps me to organize my files, especially when I am working of VB or SQL source projects.

In VS.NET 1.1, this option is gone. One cannot add a new folder under
project any more. Why does Microsoft remove this feature? Is there a way
to make my 1.1 works just like the old 1.0?

Jul 19 '05 #2
David,
Add New Folder is still there for me in VS.NET 2003.

Are you right clicking on the Project or on the Solution?

You need to right click on the Project for a folder in the project.

I have it on both the Project menu 'Project - New Folder' and on right click
on Project in Solution Explorer, 'right click - Add - New Folder'

Hope this helps
Jay

" David N" <dq*****@netiq.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

In VS.NET 1.0, you can add a folder under your project (right click on the
project, choose Add/New Folder). I found this option so helpful, because
it helps me to organize my files, especially when I am working of VB or SQL source projects.

In VS.NET 1.1, this option is gone. One cannot add a new folder under
project any more. Why does Microsoft remove this feature? Is there a way
to make my 1.1 works just like the old 1.0?

Jul 19 '05 #3
Hi David,

As stated by Jay and Chris, I am not able to reproduce the problem. In
addition, I search internal database, still, I did not find any known issue
about it. I think more information is needed before moving forward:

1. Does this problem occurs to a specific project or all projects?
2. Please select the menu "Tools" -> "Add-in Manager", uncheck all the
Add-ins from Startup, restart Visual Studio .NET 2003 and check if the
problem still exists.
3. Make sure that you right-click the project icon instead of solution icon.

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ˇ°as isˇ± with no warranties and confers no rights.

Jul 19 '05 #4
Nice of you to speak to issues relevant to Visual Studio.NET. Perhaps
you know something about the dysfunctional Tab Order dilemma?

I've been having no luck determining why my copy of VS.NET 2002
does not display the View > Tab Order menu selection leaving me
with no way to manage the tab index for web forms projects.

Obviously I've had to set tab index properties manually but the
fact that somebody using my form is forced to tab through the
address bar of the browser and tab through labels is FUBAR.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

LaGarde StoreFront 5 Affiliate: e-Commerce Software Development
SEE: http://www.storefront.net/default.as...RER=-201499070
"Tian Min Huang" <ti******@online.microsoft.com> wrote in message news:cK****************@cpmsftngxa06.phx.gbl...
Hi David,

As stated by Jay and Chris, I am not able to reproduce the problem. In
addition, I search internal database, still, I did not find any known issue
about it. I think more information is needed before moving forward:

1. Does this problem occurs to a specific project or all projects?
2. Please select the menu "Tools" -> "Add-in Manager", uncheck all the
Add-ins from Startup, restart Visual Studio .NET 2003 and check if the
problem still exists.
3. Make sure that you right-click the project icon instead of solution icon.

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ˇ°as isˇ± with no warranties and confers no rights.

Jul 19 '05 #5

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

Similar topics

8
by: Hostile17 | last post by:
Consider the following HTML. ---------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta...
10
by: Picho | last post by:
Hi all, Lets say I have a "secret" I wish to "hide", lets say a database password. For the more detailed problem, a web application/service that uses a connection string. all the solutions I...
388
by: maniac | last post by:
Hey guys, I'm new here, just a simple question. I'm learning to Program in C, and I was recommended a book called, "Mastering C Pointers", just asking if any of you have read it, and if it's...
4
by: David N | last post by:
In VS.NET 1.0, you can add a folder under your project (right click on the project, choose Add/New Folder). I found this option so helpful, because it helps me to organize my files, especially...
1
by: GR | last post by:
Hi, I'm trying to create a load test in Visual Studio 2005. 1) Create new test project 2) right click on project and select "Add new test" The only templates that are available are: - Ordered...
25
by: mdh | last post by:
Hi all, Going quite methodically through K& R ( as some of you can attest to!), I have never seen a big diffference in declaring a function within "main" or "ahead" of it. Now, (p119, K&R II), the...
12
by: filia&sofia | last post by:
For example I would like to dynamically allocate memory for linked list (or complex struct etc.) that has not maximum number of elements. All that I can remember is that I have to have allocated...
84
by: aarklon | last post by:
Hi all, I found an interesting article here:- http://en.wikipedia.org/wiki/Criticism_of_the_C_programming_language well what do you guys think of this article....??? Is it constructive...
13
by: Anna | last post by:
I try to put 8 int bit for example 10100010 into one character of type char(1 octet) with no hope . Could anyone propose a simple way to do it? Thank you very much.
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.