473,326 Members | 2,048 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,326 software developers and data experts.

VS2005 and ASP.Net 2 installed components

Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...
Nov 4 '06 #1
6 1054
You start an ASP.NET 2.0 application with any of the web site templates you
see e.g. 'ASP.NET Website'

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"Annie" <my**************@gmail.comwrote in message
news:45******@dnews.tpgi.com.au...
Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...

Nov 4 '06 #2
Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website' or
anything about ASP.Net ...
I don't know why?

Thanks for reply
"Mike McIntyre" <mi****@getdotnetcode.comwrote in message
news:eC**************@TK2MSFTNGP04.phx.gbl...
You start an ASP.NET 2.0 application with any of the web site templates
you see e.g. 'ASP.NET Website'

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"Annie" <my**************@gmail.comwrote in message
news:45******@dnews.tpgi.com.au...
>Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...


Nov 4 '06 #3
re:
That is what my issue is! I cannot see the opiton for 'ASP.NET Website'
Maybe the web preferences were inadvertently changed ?

Go to the "Tools" menu, and select "Import and Export Settings".

Then, select "Reset all settings", "Next", save your settings if you want to
( I don't bother, since all the options are available in the next screens ),
then, "Next", and then select the "Web Development Settings".

You should be good to go after you do that.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message news:45********@dnews.tpgi.com.au...
Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website' or anything about ASP.Net
...
I don't know why?

Thanks for reply
"Mike McIntyre" <mi****@getdotnetcode.comwrote in message
news:eC**************@TK2MSFTNGP04.phx.gbl...
>You start an ASP.NET 2.0 application with any of the web site templates you see e.g. 'ASP.NET
Website'

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"Annie" <my**************@gmail.comwrote in message news:45******@dnews.tpgi.com.au...
>>Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...



Nov 4 '06 #4
Hello,
I have done what you have suggested and the result was successful however I
still have the same issue
there is no ASP.net in the list ...

means I still cannot start a new asp.net page.

any other options?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
re:
>That is what my issue is! I cannot see the opiton for 'ASP.NET Website'

Maybe the web preferences were inadvertently changed ?

Go to the "Tools" menu, and select "Import and Export Settings".

Then, select "Reset all settings", "Next", save your settings if you want
to
( I don't bother, since all the options are available in the next
screens ),
then, "Next", and then select the "Web Development Settings".

You should be good to go after you do that.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message
news:45********@dnews.tpgi.com.au...
>Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website'
or anything about ASP.Net ...
I don't know why?

Thanks for reply
"Mike McIntyre" <mi****@getdotnetcode.comwrote in message
news:eC**************@TK2MSFTNGP04.phx.gbl...
>>You start an ASP.NET 2.0 application with any of the web site templates
you see e.g. 'ASP.NET Website'

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"Annie" <my**************@gmail.comwrote in message
news:45******@dnews.tpgi.com.au...
Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah
blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...



Nov 5 '06 #5
Annie,

please check these directories :

Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\CSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\JSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\VisualBasic\1033

....and let us know whether there's 5 zip files in each directory.

The zip files correspond to the 5 basic VS templates :

CRWebApplication.zip
EmptyWeb.zip
WebApplication.zip
WebService.zip
PersonalWebsite.zip


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message news:45******@dnews.tpgi.com.au...
Hello,
I have done what you have suggested and the result was successful however I still have the same
issue
there is no ASP.net in the list ...

means I still cannot start a new asp.net page.

any other options?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>re:
>>That is what my issue is! I cannot see the opiton for 'ASP.NET Website'

Maybe the web preferences were inadvertently changed ?

Go to the "Tools" menu, and select "Import and Export Settings".

Then, select "Reset all settings", "Next", save your settings if you want to
( I don't bother, since all the options are available in the next screens ),
then, "Next", and then select the "Web Development Settings".

You should be good to go after you do that.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message news:45********@dnews.tpgi.com.au...
>>Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website' or anything about
ASP.Net ...
I don't know why?

Thanks for reply
"Mike McIntyre" <mi****@getdotnetcode.comwrote in message
news:eC**************@TK2MSFTNGP04.phx.gbl...
You start an ASP.NET 2.0 application with any of the web site templates you see e.g. 'ASP.NET
Website'

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"Annie" <my**************@gmail.comwrote in message news:45******@dnews.tpgi.com.au...
Hello guys,
>
I am trying to create a new ASP.net 2 web application.
>
I go to Visual Studio 2005 File menue -New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah
>
But I cannot see ASP.Net application???
>
Why is this? Does anyone knows what is going wrong?
>
Many thanks ...
>




Nov 5 '06 #6
Dear Juan,

Thanks for your reply.

I checked the folders as you described and the 5 files exists there.
Does it help anything?

regards

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Annie,

please check these directories :

Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\CSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\JSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\Pr ojectTemplates\Web\VisualBasic\1033

...and let us know whether there's 5 zip files in each directory.

The zip files correspond to the 5 basic VS templates :

CRWebApplication.zip
EmptyWeb.zip
WebApplication.zip
WebService.zip
PersonalWebsite.zip


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message
news:45******@dnews.tpgi.com.au...
>Hello,
I have done what you have suggested and the result was successful however
I still have the same issue
there is no ASP.net in the list ...

means I still cannot start a new asp.net page.

any other options?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>>re:
That is what my issue is! I cannot see the opiton for 'ASP.NET Website'

Maybe the web preferences were inadvertently changed ?

Go to the "Tools" menu, and select "Import and Export Settings".

Then, select "Reset all settings", "Next", save your settings if you
want to
( I don't bother, since all the options are available in the next
screens ),
then, "Next", and then select the "Web Development Settings".

You should be good to go after you do that.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Annie" <my**************@gmail.comwrote in message
news:45********@dnews.tpgi.com.au...
Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website'
or anything about ASP.Net ...
I don't know why?

Thanks for reply
"Mike McIntyre" <mi****@getdotnetcode.comwrote in message
news:eC**************@TK2MSFTNGP04.phx.gbl...
You start an ASP.NET 2.0 application with any of the web site
templates you see e.g. 'ASP.NET Website'
>
--
Mike
>
Mike McIntyre [MVP]
http://www.getdotnetcode.com
>
>
"Annie" <my**************@gmail.comwrote in message
news:45******@dnews.tpgi.com.au...
>Hello guys,
>>
>I am trying to create a new ASP.net 2 web application.
>>
>I go to Visual Studio 2005 File menue -New web site option
>however in the list of Visual Studio Installed Templates I cannot see
>the ASP.net there. There are Windows Applicatin, Class Library blah
>blah
>>
>But I cannot see ASP.Net application???
>>
>Why is this? Does anyone knows what is going wrong?
>>
>Many thanks ...
>>
>
>




Nov 5 '06 #7

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

Similar topics

2
by: clintonG | last post by:
I forgot the distinction -- if any -- and wonder why I would want the SDK installed if I had VS2005 Pro installed? I've just learned the SDK requires SSE to be installed for QuickStart samples....
49
by: CMM | last post by:
Let me preface by saying that I like VS2005. It improves on many things lacking in VS 2003 and takes pretty much nothing away. Having said that, I am a little underwhelmed by it. Despite a...
56
by: Rob Dob | last post by:
VS2005 is a PIECE of Garbage and is bug Ridden, I wonder how many others feel the same, I am so sorry that I have moved away from VS2003, VS2005 is unstable, and half the stuff doesn't work, ...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
6
by: Alex | last post by:
Hello people, We have a large application (about 5000 source files) consisting of multiple executables, DLLs and COM components written in C++. We develop and build it in Visual Studio 2003. ...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
3
by: Paul Lennon | last post by:
Hi, I hope I have selected the right group for this question, I am looking for assistance with using VS2005 to create a simple website on my ISP. Using VS2005 I have created a Website project...
8
by: =?Utf-8?B?UGV0ZXJX?= | last post by:
I install Visual Studio 2005 Pro on Vista. I open and migrate a 2003 web project to 2005. I attempt to browse an aspx file from the Solution Exploer. It displays a blank html page. I create a...
2
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.