473,785 Members | 2,218 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Installation Question

Hi,

I purchased the ASP.NET Programming with Visual Basic .NET book from
Microsoft Press by G. Andrew Duthie. It comes with a companion CD-ROM that
contains examples.

I am unable to open any of the projects from the CD-ROM inside the
IDE. I keep getting a message that says that I need to re-run the .NET
installation and this time - install the web components. I have attempted
to re-run the installation, but the installation does not prompt me to
install any web components. I am running the Microsoft Visual Studio .NET
2003 Standard Edition with .NET 1.1 framework. And yes, IIS is installed
and running.

Is it possible that these web components are not part of Standard
Edition but maybe a more enhanced edition?

Does this mean that I cannot do ASP.NET development with .NET 2003
Standard Edition? Perhaps the web components that I need are available
from a website somewhere?
JD
Nov 19 '05 #1
5 1101
On Thu, 07 Apr 2005 15:12:17 -0500, Joe Delphi
<de*******@nosp am.earthlink.ne t> wrote:
Hi,

I purchased the ASP.NET Programming with Visual Basic .NET book
from
Microsoft Press by G. Andrew Duthie. It comes with a companion CD-ROM
that
contains examples.

I am unable to open any of the projects from the CD-ROM inside
the
IDE. I keep getting a message that says that I need to re-run the .NET
installation and this time - install the web components. I have
attempted
to re-run the installation, but the installation does not prompt me to
install any web components. I am running the Microsoft Visual Studio
.NET
2003 Standard Edition with .NET 1.1 framework. And yes, IIS is
installed
and running.

Is it possible that these web components are not part of Standard
Edition but maybe a more enhanced edition?

Does this mean that I cannot do ASP.NET development with .NET
2003
Standard Edition? Perhaps the web components that I need are available
from a website somewhere?
JD


During install, at the screen that lists components (a big treeview with
options you can select/deselect), on the left-hand side, under some
heading like "Server Components" you should see something like "Web
Development" (don't remember the names). If IIS was installed before
VS.NET was installed, it should have been pre-checked to be installed.
Otherwise re-run checking it...

If you did this and still doesn't work, browse via a command-line prompt
to your .NET installation folder (something like
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322) and run

aspnet_regiis -i

This will 'reinstall' ASP.NET on your server....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #2
>
During install, at the screen that lists components (a big treeview with
options you can select/deselect), on the left-hand side, under some
heading like "Server Components" you should see something like "Web
Development" (don't remember the names). If IIS was installed before
VS.NET was installed, it should have been pre-checked to be installed.
Otherwise re-run checking it...

Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Thank you for responding to my post. My problem is that the big treeview
that appears during installation does not display an option labled "Server
Components" or anything like that. The treeview only has these items:

Visual Basic .NET Standard
..NET Framework SDK
Samples

I have selected all of them for installation and still no joy. Perhaps I
have an outdated version of the installation package?

JD
Nov 19 '05 #3
On Thu, 07 Apr 2005 16:52:32 -0500, Joe Delphi
<de*******@nosp am.earthlink.ne t> wrote:

During install, at the screen that lists components (a big treeview with
options you can select/deselect), on the left-hand side, under some
heading like "Server Components" you should see something like "Web
Development" (don't remember the names). If IIS was installed before
VS.NET was installed, it should have been pre-checked to be installed.
Otherwise re-run checking it...

Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Thank you for responding to my post. My problem is that the big
treeview
that appears during installation does not display an option labled
"Server
Components" or anything like that. The treeview only has these items:

Visual Basic .NET Standard
.NET Framework SDK
Samples

I have selected all of them for installation and still no joy.
Perhaps I
have an outdated version of the installation package?

JD


Hmmm, are you sure you have Visual Studio .NET? Sounds more like Visual
Basic.NET Standard Edition possibly:

http://www.pcconnection.com/ProductDetail?sku=426118

If so, I don't know about that product or its installation screens; sounds
like it should have web (ASP.NET) support, though...have you tried the
suggestion of doing the command-line program (aspnet_regiis -i)? If it's
there and you can run it perhaps that will fix it....

Or hopefully someone else can chime in here on that product...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #4
> Hmmm, are you sure you have Visual Studio .NET? Sounds more like Visual
Basic.NET Standard Edition possibly:

http://www.pcconnection.com/ProductDetail?sku=426118

If so, I don't know about that product or its installation screens; sounds
like it should have web (ASP.NET) support, though...have you tried the
suggestion of doing the command-line program (aspnet_regiis -i)? If it's
there and you can run it perhaps that will fix it....

Or hopefully someone else can chime in here on that product...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Yes, I did the aspnet_regiis -i command and that did fix a message that I
was getting about not having ASP 1.1 on the computer, but I still get this
other error message about not having "web components" installed.

I think you are correct, I do have Visual Basic .NET Standard Edition.

Does anyone know if I can do ASP.NET development with this product?

JD
Nov 19 '05 #5
As long as you're running it on Windows XP Professional,
Windows 2000, or Windows Server 2003 you should have
no problem writing, testing, and running web apps and
Web Services on Visual.Basic.NE T Standard.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Joe Delphi" <de*******@nosp am.earthlink.ne t> wrote in message
news:wX******** *********@newsr ead3.news.pas.e arthlink.net...
Hmmm, are you sure you have Visual Studio .NET? Sounds more like Visual
Basic.NET Standard Edition possibly:

http://www.pcconnection.com/ProductDetail?sku=426118

If so, I don't know about that product or its installation screens;
sounds
like it should have web (ASP.NET) support, though...have you tried the
suggestion of doing the command-line program (aspnet_regiis -i)? If it's
there and you can run it perhaps that will fix it....

Or hopefully someone else can chime in here on that product...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Yes, I did the aspnet_regiis -i command and that did fix a message that I
was getting about not having ASP 1.1 on the computer, but I still get this
other error message about not having "web components" installed.

I think you are correct, I do have Visual Basic .NET Standard Edition.

Does anyone know if I can do ASP.NET development with this product?

JD

Nov 19 '05 #6

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

Similar topics

2
3463
by: mirandacascade | last post by:
O/S: Windows XP Home (with Service Pack 2) Downloaded python-2.4.msi from python.org (10,632KB). When I double click on the file from Windows Explorer, the installation process presents the window in which I am prompted to either install for all users (the default) or install for just me. I selected the defaulted value. Installation process presents a window in which the user may select the directory for python 2.4 files. I selected...
3
2057
by: Rob Brown | last post by:
I put together an installation program and it works great the first time. The problem I have is that we want the users to be able to rerun the installation without needing to uninstall the older package first. How can I set up the package to overlay the existing installation without forcing the user to run an uninstall first? Thanks, Rob Brown
5
2091
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ InstallAware First (and Only) Installation Toolkit to Support .NET 2.0
6
8619
by: cat | last post by:
Hi Folks, We are going to start a grand new project, which is DB2v7 FP10a sitting on AIX4.3.3 on M80 server. Here is my question, 1) According to Fixpack installation guide, I have to install Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request of Fixpack 10a) in order to successful install Fixpack 10a.Question is do I have to follow this sequence or there is a way jump to fixpack 10a.
5
1171
by: Jim | last post by:
Please don't laugh--I'm serious about this-- I finally got around to installing the copy of VBNet I bought last summer. I didn't see any installation instructions in the box--just a bunch of advertisements, a couple posters and a beginning programming book. So I put the Visual Studio CD in the hard drive. It said it couldn't install because it was missing some supporting files. So I put the VBNet CD in and the message box told me...
0
2204
by: Pavan | last post by:
I have my .NET code published in two servers http://server1/<ApplicationName>/Publish.htm and http://server2/<ApplicationName>/Publish.htm, and if i open IE on the client machine and type the link (http://server1/<ApplicationName>/Publish.htm) it would install the application in the client machine from server1. 1) Changing the server location on the same client machine (i.e. http://server2/<ApplicationName>/Publish.htm) should override...
16
2326
by: Jeremy S. | last post by:
I'm about to install VS.NET 2005 and SQL Server 2005 on a new/clean development machine (XP Pro/SP2 etc). Is the order of installation important (i.e., which product should I install first)? Thanks!
16
1844
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. I'm looking for a way to programmatically retrieve the following if possible: Windows Installation Key or COA from the registry Windows installed applications, like: MS Office 97-2003 MS FrontPage MS Word MS Works
2
1728
by: =?Utf-8?B?R3JlZw==?= | last post by:
I have no idea where to post this question, or even if its appropriate for me to post it here. I don't know if installing a VB.Net program has caused the problem I'm having or not. All I know is I did install a VB.Net program on my desktop computer and lately its been acting very strangely. It could also be the result of something else, but I'm not sure. The symptom I'm having is the following. When I start up my desktop computer I am...
0
9646
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9483
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10346
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.