473,394 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 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 1788
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...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...

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.