Solution node does not appear in Solution Explorer (VS 2005 beta2)
by cG51bmJl » Tue, 28 Jun 2005 07:04:01 GMT
Hi,
when I add a new project to a blank solution (or create a new solution from
a template) the solution node disappears from Solution Explorer and only the
project node is visible.
I am thus unable to add other projects to the solution.
The odd thing is that I once succeeded in creating a multi-project solution
and I have no idea about what might have changed since that time.
Any suggestion?
Re: Solution node does not appear in Solution Explorer (VS 2005 beta2)
by Carlos J. Quintero [.NET MVP] » Tue, 28 Jun 2005 17:09:30 GMT
By default the solution node is not visible, but there is an option in the
Tools, Options window to make it to appear. Also, I think that you can use
some menu from the main menu (File menu?) to add projects instead of the
context menu.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.**--****.com/
"pnunbe" < XXXX@XXXXX.COM > escribien el mensaje
>> Hi,
>> when I add a new project to a blank solution (or create a new solution
>> from
>> a template) the solution node disappears from Solution Explorer and only
>> the
>> project node is visible.
>> I am thus unable to add other projects to the solution.
>> The odd thing is that I once succeeded in creating a multi-project
>> solution
>> and I have no idea about what might have changed since that time.
>> Any suggestion?
Similar Threads:
1.Solution node does not appear in Solution Explorer (VS 2005 be
2.VS 2005: Class Has Changed into Component in Solution Explorer
Hi,
I don't know why, but in one of my projects some ordinary classes are
displayed as "components" whenever I save them.
This is quite disturbing because opening these files makes VS open some
Component Designer show up instead of the source code.
Examining the project file I can see that these class file entries are
stored as:
<Compile Include="Webserver.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Website.cs">
<SubType>Component</SubType>
</Compile>
Instead, they should be stored like all the other class files as:
<Compile Include="Webserver.cs" />
<Compile Include="Website.cs" />
Why does VS automatically set this sub type attribute? How can I stop VS
from doing this?
TIA,
Axel Dahmen
3.User Control won't appear in toolbox or properties (vs 2005 beta2)
So let's say I start out with a new project (C++, CLR, Windows Form
App). Then go right to Add Class | User Control and name it Foo. Then I
add this code:
public:
int _propertyTest;
[Description(L"Test Property Visibility")]
[Category(L"Testing")]
[DefaultValue(true)]
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState::Always)]
[Bindable(true)]
property int PropertyTest
{
int get()
{
return (_propertyTest);
}
void set(int inVal)
{
_propertyTest = inVal;
}
}
Shouldn't I see PropertyTest in the properties window? I must be doing
something wrong, but I can't see what. I've also tried to declare
PropertyTest as virtual.
Also, I want this to show up in the toolbox window as well but it
doesn't. I'm using the July distribution of VS.NET 2005 beta by-the-way.
Thanks,
~billy
4.VS.NET 2005 "Clean Solution" does not work for web project
Hi,
In my VS.NET 2005, if I choose Build > Clean Solution, the BIN folder is
not touched. Shouldn't it delete all the dll and pdb files in that
folder first? Instead, I'm finding I have to do it manually.
Also, when I change from Debug to Release, all the pdb files remain in
the bin folder. Shouldn't these be deleted automatically?
Please let me know what the "Clean Solution" is supposed to do (if it's
not cleaning the bin folder) or how to fix this problem.
Thanks!
Nick...
5.why can I open .CS file in WINDOWS explorer, but not in SOLUTION explorer
6. Upgrading a visual studio 2005 solution to a visual studio 2008 solution
7. Solution explorer all nodes expand every time I build
8. Removing items from the Solution Explorer in VBE 2005