472,371 Members | 1,632 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

visual studio 2005

Hi all,
I must be out of my mind.
I used visual studio .net 2003 before and I installed 2005 a while back, but
seldom to use it. Recently I was required to start to learn C# asp.net.
So I tried to open a web application project in 2005. but I cannot find any
asp.net web application or asp.net web services project templates which I can
see them in .net 2003. What's going on? did I miss anything when I installed?
is there any easy way to add them?

Thank you.
--
Betty
Nov 8 '07 #1
3 1662
Hi Betty,

Nice to see you here.

The problem you mentioned is because ASP.NET 2.0/VS 2005 (different from
ASP.NET 1.X/VS 2003) by default use a "Web Site" based project model.
Therefore, you need to use "File-->New--Web Site...." instead of
"New--->Projecct" to create ASP.NET 2.0 web application. Here is a good
blog entry introduce it:

#VS 2005 Web Project System: What is it and why did we do it?
http://weblogs.asp.net/scottgu/archi...21/423201.aspx

Also, after you installed VS 2005 SP1, you'll also get a "Project" type
like the VS 2003 web application(that can be created through
"New-->Project...".

#Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/
For getting start on ASP.NET or the Visual Web Developer tool, here are
some good resources:

#Get Started with ASP.NET
http://www.asp.net/get-started/

#Get Started with Visual Web Developer
http://www.asp.net/Guided-Tour/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?YzY3NjIyOA==?= <be***@newsgroup.nospam>
Subject: visual studio 2005
Date: Wed, 7 Nov 2007 16:39:02 -0800
>
Hi all,
I must be out of my mind.
I used visual studio .net 2003 before and I installed 2005 a while back,
but
>seldom to use it. Recently I was required to start to learn C# asp.net.
So I tried to open a web application project in 2005. but I cannot find
any
>asp.net web application or asp.net web services project templates which I
can
>see them in .net 2003. What's going on? did I miss anything when I
installed?
>is there any easy way to add them?

Thank you.
--
Betty
Nov 8 '07 #2
Hi Steven,
Thank you so much for the reply and information. I got it. Will start to
learn asp.net 2.0. Great help.
--
Betty
"Steven Cheng[MSFT]" wrote:
Hi Betty,

Nice to see you here.

The problem you mentioned is because ASP.NET 2.0/VS 2005 (different from
ASP.NET 1.X/VS 2003) by default use a "Web Site" based project model.
Therefore, you need to use "File-->New--Web Site...." instead of
"New--->Projecct" to create ASP.NET 2.0 web application. Here is a good
blog entry introduce it:

#VS 2005 Web Project System: What is it and why did we do it?
http://weblogs.asp.net/scottgu/archi...21/423201.aspx

Also, after you installed VS 2005 SP1, you'll also get a "Project" type
like the VS 2003 web application(that can be created through
"New-->Project...".

#Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/
For getting start on ASP.NET or the Visual Web Developer tool, here are
some good resources:

#Get Started with ASP.NET
http://www.asp.net/get-started/

#Get Started with Visual Web Developer
http://www.asp.net/Guided-Tour/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?YzY3NjIyOA==?= <be***@newsgroup.nospam>
Subject: visual studio 2005
Date: Wed, 7 Nov 2007 16:39:02 -0800

Hi all,
I must be out of my mind.
I used visual studio .net 2003 before and I installed 2005 a while back,
but
seldom to use it. Recently I was required to start to learn C# asp.net.
So I tried to open a web application project in 2005. but I cannot find
any
asp.net web application or asp.net web services project templates which I
can
see them in .net 2003. What's going on? did I miss anything when I
installed?
is there any easy way to add them?

Thank you.
--
Betty

Nov 10 '07 #3
You're welcome.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

--------------------
>From: =?Utf-8?B?YzY3NjIyOA==?= <be***@newsgroup.nospam>
References: <5A**********************************@microsoft.co m>
<sb*************@TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: visual studio 2005
Date: Sat, 10 Nov 2007 15:43:00 -0800
>Hi Steven,
Thank you so much for the reply and information. I got it. Will start to
learn asp.net 2.0. Great help.
--
Betty
"Steven Cheng[MSFT]" wrote:
>Hi Betty,

Nice to see you here.

The problem you mentioned is because ASP.NET 2.0/VS 2005 (different from
ASP.NET 1.X/VS 2003) by default use a "Web Site" based project model.
Therefore, you need to use "File-->New--Web Site...." instead of
"New--->Projecct" to create ASP.NET 2.0 web application. Here is a good
blog entry introduce it:

#VS 2005 Web Project System: What is it and why did we do it?
http://weblogs.asp.net/scottgu/archi...21/423201.aspx

Also, after you installed VS 2005 SP1, you'll also get a "Project" type
like the VS 2003 web application(that can be created through
"New-->Project...".

#Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/
For getting start on ASP.NET or the Visual Web Developer tool, here are
some good resources:

#Get Started with ASP.NET
http://www.asp.net/get-started/

#Get Started with Visual Web Developer
http://www.asp.net/Guided-Tour/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

================================================= =

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
>ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
>where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
follow
>up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach
the
>most efficient resolution. The offering is not appropriate for
situations
>that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are
best
>handled working with a dedicated Microsoft Support Engineer by
contacting
>Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

================================================= =
This posting is provided "AS IS" with no warranties, and confers no
rights.
>>

--------------------
>From: =?Utf-8?B?YzY3NjIyOA==?= <be***@newsgroup.nospam>
Subject: visual studio 2005
Date: Wed, 7 Nov 2007 16:39:02 -0800
>
Hi all,
I must be out of my mind.
I used visual studio .net 2003 before and I installed 2005 a while
back,
>but
>seldom to use it. Recently I was required to start to learn C# asp.net.
So I tried to open a web application project in 2005. but I cannot find
any
>asp.net web application or asp.net web services project templates which
I
>can
>see them in .net 2003. What's going on? did I miss anything when I
installed?
>is there any easy way to add them?

Thank you.
--
Betty

Nov 12 '07 #4

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

Similar topics

3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
3
by: Rachel Garrett | last post by:
This is driving me mad. I have Visual Studio.NET PRO 2005 installed on my machine at work. I want to write a web service. I find lots of tutorials on how to do this with Visual Studio.NET; some are...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

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.