473,698 Members | 2,275 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1645
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******** ********@tk2msf tngp13.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******** ********@tk2msf tngp13.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*********@REM OVETHISTEXTmetr omilwaukee.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******@onlin e.microsoft.com > wrote in message news:cK******** ********@cpmsft ngxa06.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
5738
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 http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <title>Untitled</title>
10
2073
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 came up with (embedding in code, encrypting-decrypting) involve embedding the/another secret in the code. since my problem cannot request a user intervention, I am at a stop.
388
21696
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 worth the $25USD. I'm just looking for a book on Pointers, because from what I've read it's one of the toughest topics to understand. thanks in advanced.
4
360
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 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?
1
1653
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 Test - Unit Test Where are the other test templates?
25
1905
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 discussion states that "functions "whatever" " should be declared ahead of main. Is there a good reason for this? thanks.
12
2157
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 variable to point to the linked list in main program and that I have to have some kind of a method that initializes the list (plus other methods to manipulate list, of course). "Correctly" means that there should be pointers involved, and possibly...
84
8564
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 criticism that needs to be appreciated always...???
13
2798
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
8672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9021
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8892
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8860
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4361
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3038
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2323
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.