Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Help need setting up Visual Studio .NET for ASP.NET Web Applications (http://www.velocityreviews.com/forums/t100554-help-need-setting-up-visual-studio-net-for-asp-net-web-applications.html)

M Skabialka 04-13-2005 02:10 PM

Help need setting up Visual Studio .NET for ASP.NET Web Applications
 
I installed Visual Studio Beta 2005 but setting up the SQL server was so
complex I uninstalled it and put Visual Studio 2003 Academic on. I am
totally new to Visual Studio and trying to teach myself from books and
online classes. I tried to follow instructions to creating a new ASP.NET
Web Application.
The default location for this is
http://localhost/WebApplication1
I hit OK then get this message:

The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.

I hit OK, and nothing else happens - no project is created.
==============================================
Whenever I try to open .sln files (eg MOD11VB.sln) from the online classes I
get these messages:

I hit OK, then it says:
'Solution C:\..........\MOD11VB.sln' and its projects must be converted to
the formats used by this version of Visual Studio .NET.
If you choose to convert this solution, all of its projects will be
converted as well... etc

I choose No and it closes, I choose Yes and in the Solution Explorer it says
MOD11VB (unavailable)
The project cannot be found.

This happens to any .sln I have from any source, like sample apps, etc.

Also, I don't know if I have http//:localhost set up right. Where or how is
this
done? I installed MSDE and it says it is running. IIS seems to be running
in Services.

I am completely lost here.... I am totally unable to create or view ASP.NET
Web Applications.

Any help will be deeply appreciated!

Thanks,
Mich



Ken Cox [Microsoft MVP] 04-13-2005 02:24 PM

Re: Help need setting up Visual Studio .NET for ASP.NET Web Applications
 
Hi Mich,

A couple of things to try:

Run this free tool and make sure your Webs are set to v1.1.4322.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Next, follow the instructions here:

http://support.microsoft.com/default...b;en-us;306005

More info:

"You must have IIS (Internet Information Services) installed before you
install the .NET Framework. If you install IIS after you install the .NET
Framework, you must also register the ASP.NET extensions with IIS. You can
do this by running the aspnet_regiis executable from: %windows root
directory%\Microsoft.NET\Framework\%version of the .NET
Framework%\aspnet_regiis -r Where %windows root directory% is the directory
Windows is installed to (typically c:\windows or c:\winnt) and %version of
the .NET Framework% is the version of the .NET Framework you have installed.
The directory for .NET 1.0 is v1.0.3705 and for 1.1 is v1.1.4322."


"M Skabialka" <mskabialka@NOSPAMdrc.com> wrote in message
news:uwW3$JDQFHA.3336@TK2MSFTNGP09.phx.gbl...
>I installed Visual Studio Beta 2005 but setting up the SQL server was so
> complex I uninstalled it and put Visual Studio 2003 Academic on. I am
> totally new to Visual Studio and trying to teach myself from books and
> online classes. I tried to follow instructions to creating a new ASP.NET
> Web Application.
> The default location for this is
> http://localhost/WebApplication1
> I hit OK then get this message:
>
> The Web server reported the following error when attempting to create or
> open the Web project located at the following URL:
> 'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.
>
> I hit OK, and nothing else happens - no project is created.
> ==============================================
> Whenever I try to open .sln files (eg MOD11VB.sln) from the online classes
> I
> get these messages:
>
> I hit OK, then it says:
> 'Solution C:\..........\MOD11VB.sln' and its projects must be converted to
> the formats used by this version of Visual Studio .NET.
> If you choose to convert this solution, all of its projects will be
> converted as well... etc
>
> I choose No and it closes, I choose Yes and in the Solution Explorer it
> says
> MOD11VB (unavailable)
> The project cannot be found.
>
> This happens to any .sln I have from any source, like sample apps, etc.
>
> Also, I don't know if I have http//:localhost set up right. Where or how
> is this
> done? I installed MSDE and it says it is running. IIS seems to be
> running
> in Services.
>
> I am completely lost here.... I am totally unable to create or view
> ASP.NET Web Applications.
>
> Any help will be deeply appreciated!
>
> Thanks,
> Mich
>



M Skabialka 04-13-2005 05:29 PM

Re: Help need setting up Visual Studio .NET for ASP.NET Web Applications
 
I think I need to uninstall then reinstall everything in the right order.
Thanks for your help..
Mich

"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:epKb2RDQFHA.2604@TK2MSFTNGP10.phx.gbl...
> Hi Mich,
>
> A couple of things to try:
>
> Run this free tool and make sure your Webs are set to v1.1.4322.
>
> http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
>
> Next, follow the instructions here:
>
> http://support.microsoft.com/default...b;en-us;306005
>
> More info:
>
> "You must have IIS (Internet Information Services) installed before you
> install the .NET Framework. If you install IIS after you install the .NET
> Framework, you must also register the ASP.NET extensions with IIS. You can
> do this by running the aspnet_regiis executable from: %windows root
> directory%\Microsoft.NET\Framework\%version of the .NET
> Framework%\aspnet_regiis -r Where %windows root directory% is the
> directory Windows is installed to (typically c:\windows or c:\winnt) and
> %version of the .NET Framework% is the version of the .NET Framework you
> have installed. The directory for .NET 1.0 is v1.0.3705 and for 1.1 is
> v1.1.4322."
>
>
> "M Skabialka" <mskabialka@NOSPAMdrc.com> wrote in message
> news:uwW3$JDQFHA.3336@TK2MSFTNGP09.phx.gbl...
>>I installed Visual Studio Beta 2005 but setting up the SQL server was so
>> complex I uninstalled it and put Visual Studio 2003 Academic on. I am
>> totally new to Visual Studio and trying to teach myself from books and
>> online classes. I tried to follow instructions to creating a new ASP.NET
>> Web Application.
>> The default location for this is
>> http://localhost/WebApplication1
>> I hit OK then get this message:
>>
>> The Web server reported the following error when attempting to create or
>> open the Web project located at the following URL:
>> 'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.
>>
>> I hit OK, and nothing else happens - no project is created.
>> ==============================================
>> Whenever I try to open .sln files (eg MOD11VB.sln) from the online
>> classes I
>> get these messages:
>>
>> I hit OK, then it says:
>> 'Solution C:\..........\MOD11VB.sln' and its projects must be converted
>> to
>> the formats used by this version of Visual Studio .NET.
>> If you choose to convert this solution, all of its projects will be
>> converted as well... etc
>>
>> I choose No and it closes, I choose Yes and in the Solution Explorer it
>> says
>> MOD11VB (unavailable)
>> The project cannot be found.
>>
>> This happens to any .sln I have from any source, like sample apps, etc.
>>
>> Also, I don't know if I have http//:localhost set up right. Where or how
>> is this
>> done? I installed MSDE and it says it is running. IIS seems to be
>> running
>> in Services.
>>
>> I am completely lost here.... I am totally unable to create or view
>> ASP.NET Web Applications.
>>
>> Any help will be deeply appreciated!
>>
>> Thanks,
>> Mich
>>

>





All times are GMT. The time now is 09:21 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57