visual Studio not opening multiple Cs files....

  • Thread starter Thread starter SenthilVel
  • Start date Start date
S

SenthilVel

HI all
in my visual studio DOtnet .
i am not able to open multiple cs files in the projects , its openings only
one cs file at a time,
can any one let me know, what setttings i must do in order to get all the CS
files to edit so that i can see all the files opened.
Thanks
Senthil
 
I'm not sure what you are seeing.

a) please tell what your configuration is. what OS, what version of VS...

b) are you a strong programmer who is well-versed in using VS, (and this is
a new behavior in Visual Studio), or is it possible that you are relatively
new to .NET development and we should be looking for possible "hidden
details" that are stopping your progress...

c) please provide a few steps to reproduce the behavior and tell us what you
expect would happen. The problem could be in your system, or it could be in
your expectations. A simple thing like this can help us to help you.

--- Nick
 
i am using the VS.net for some time...

i have many projects in my system.
1. when i open up any solution i do get all the related class/aspx or any
relatef files in the tree-list of that project.
2. when i click on any class file to work on i am able to open the file and
get it edited.
3. when i open a second file, i first file is not in the working pane and
only the second file which i selcted gets there in the working pane.
4.previouslly i used to keep all my class files open and work on them.
5.but now some settings have been changed that i am able to see only one
work file- at a time, for the second file i need to click on the list and
then again i do need to edit it.
6.i wanted to have the multiple class file settings..

i think this would be sufficient info...
 
Back
Top