Cannot not see solution node?

K

kai

Hi,
I use XP Pro and VS2005. I find when I create a new Website, I only see the
Project node not Solution. After I add sedcond project under the solution
tree, then I see the solution node.

How do I setup VS2005 to see the solution node after I create the first
project without adding the second project in the same solution?

Thanks

kai
 
B

Bruce Barker

vs2005 websites don't have a project file (only a file dir), so no solution
file is required for websites.

the vs2005 philosophy is to not create any file until you ask for it. thus
no solution, web.config, global.asax or any those other files vs2003
generated when you created a new website. if you reference another project,
then a solution file is generated.

-- bruce (sqlwork.com)
 
S

Steven Cheng[MSFT]

Hi Kai,

As Bruce has mentioned, the ASP.NET 2.0 project in VS2005 is different from
orginal one in vs2003. The VS2005 asp.net 2.0 project is treated as a
single alone website(just a normal folder with well-defined folder
structure...). If you do need a Solution to contain it, we can either:

1. We can create an Empty Solution before creating the Web Project and add
our web project in the Empty solution....

2. By default VS2005 ide will create solution for our projects which is
unde My document\visual Studio Projects folder, you can also check there to
see whether your asp.net project's solution file is there.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)






--------------------
| From: "Bruce Barker" <[email protected]>
| References: <[email protected]>
| Subject: Re: Cannot not see solution node?
| Date: Tue, 22 Nov 2005 15:43:31 -0800
| Lines: 27
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Response
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: rdcsd1.safeco.com 12.144.134.2
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:360290
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| vs2005 websites don't have a project file (only a file dir), so no
solution
| file is required for websites.
|
| the vs2005 philosophy is to not create any file until you ask for it.
thus
| no solution, web.config, global.asax or any those other files vs2003
| generated when you created a new website. if you reference another
project,
| then a solution file is generated.
|
| -- bruce (sqlwork.com)
|
|
| | > Hi,
| > I use XP Pro and VS2005. I find when I create a new Website, I only see
| > the Project node not Solution. After I add sedcond project under the
| > solution tree, then I see the solution node.
| >
| > How do I setup VS2005 to see the solution node after I create the first
| > project without adding the second project in the same solution?
| >
| > Thanks
| >
| > kai
| >
|
|
|
 
S

Scott Allen

vs2005 websites don't have a project file (only a file dir), so no solution
file is required for websites.

The solution file does exist for a web site project.

The solution file is not visible in Solution Explorer unless it feels
it needs to be.

To make the solution visible, go to Tools -> Options -> Projects &
Solutions, and check "Always show solution".
 
S

Steven Cheng[MSFT]

Thanks a lot for Scott's informative input.

Hi Kai,

Does this helps you on the problem?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: Scott Allen <[email protected]>
| Subject: Re: Cannot not see solution node?
| Date: Wed, 23 Nov 2005 13:57:57 -0500
| Message-ID: <[email protected]>
| References: <[email protected]>
<[email protected]>
| X-Newsreader: Forte Agent 1.8/32.548
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: dyn-170-243-42.myactv.net 24.170.243.42
| Lines: 1
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:360532
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| On Tue, 22 Nov 2005 15:43:31 -0800, "Bruce Barker"
|
| >vs2005 websites don't have a project file (only a file dir), so no
solution
| >file is required for websites.
| >
|
| The solution file does exist for a web site project.
|
| The solution file is not visible in Solution Explorer unless it feels
| it needs to be.
|
| To make the solution visible, go to Tools -> Options -> Projects &
| Solutions, and check "Always show solution".
|
| --
| Scott
| http://www.OdeToCode.com/blogs/scott/
|
 
S

Steven Cheng[MSFT]

Hi Kai,

Does Scott's information helped you got resolved the problem? If there're
anything else we can help, please feel free to post here.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| X-Tomcat-ID: 22304430
| References: <[email protected]>
<[email protected]>
<[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Thu, 24 Nov 2005 01:02:56 GMT
| Subject: Re: Cannot not see solution node?
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 42
| Path: TK2MSFTNGXA02.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:360601
| NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
|
| Thanks a lot for Scott's informative input.
|
| Hi Kai,
|
| Does this helps you on the problem?
|
| Regards,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure! www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
| --------------------
| | From: Scott Allen <[email protected]>
| | Subject: Re: Cannot not see solution node?
| | Date: Wed, 23 Nov 2005 13:57:57 -0500
| | Message-ID: <[email protected]>
| | References: <[email protected]>
| <[email protected]>
| | X-Newsreader: Forte Agent 1.8/32.548
| | MIME-Version: 1.0
| | Content-Type: text/plain; charset=us-ascii
| | Content-Transfer-Encoding: 7bit
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | NNTP-Posting-Host: dyn-170-243-42.myactv.net 24.170.243.42
| | Lines: 1
| | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| | Xref: TK2MSFTNGXA02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:360532
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | On Tue, 22 Nov 2005 15:43:31 -0800, "Bruce Barker"
| |
| | >vs2005 websites don't have a project file (only a file dir), so no
| solution
| | >file is required for websites.
| | >
| |
| | The solution file does exist for a web site project.
| |
| | The solution file is not visible in Solution Explorer unless it feels
| | it needs to be.
| |
| | To make the solution visible, go to Tools -> Options -> Projects &
| | Solutions, and check "Always show solution".
| |
| | --
| | Scott
| | http://www.OdeToCode.com/blogs/scott/
| |
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top