Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > error installing IE web controls

Reply
Thread Tools

error installing IE web controls

 
 
Larry
Guest
Posts: n/a
 
      08-05-2004
Hi guys,

I downloaded IE web controls from the microsoft site and am trying to
install them as it's a prerequisite for CMServer. When I try to install the
web controls by running the file iewebcontrols.msi, it starts out normally,
but gives me the following error during the install and aborts:

The specified path 'http://dc2/webctrl_client' is unavailable. The internet
information server might not be running or the path exists and is redirected
to another machine. Please check the status of the virtual directory in the
Internet Services Manager.

dc2 is the name of the server I am trying to install it on. I know IIS is
running. Does anyone know what could be causing the error?

Thanks,

Larry


 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      08-05-2004
Hi Larry,

The IE Web controls needs some additional libraries that may not have been
installed properly. They are normally installed in /webctrl_client/1_0
which is a subdirectory on the site.

Check here for more info on the installation?

Installing the IE Web Controls

"In order to use the IE Web Controls in your ASP.NET Web applications, you
must first download the controls' source code and run a build batch file
that will compile the source code and copy all the needed files to the
appropriate Web application directories. The Internet Explorer Web Controls
Download Packages is a 360 KB, self-extracting install file.

Once you have downloaded and installed the IE Web Controls, a new directory
will be created (the default is C:\Program Files\IE Web Controls\, although
you can configure it during the installation). Navigate to this new
directory and double-click the build.bat file. This will create a new
subdirectory, build, and compile the classes in the src subdirectory,
copying the resulting assembly and support files into the build
subdirectory.

After running the build.bat file, the build subdirectory will have in it the
assembly file Microsoft.Web.UI.WebControls.dll and a subdirectory called
Runtime. In order to start using the IE Web Controls in an ASP.NET Web
application you must copy the contents of the build\Runtime subdirectory to
the Web application's /webctrl_client/1_0 subdirectory and the assembly file
(Microsoft.Web.UI.WebControls.dll) to the Web application's /bin
subdirectory (an example, along with command-line instructions to perform
these tasks, is available in the IE Web Controls README.txt file)."

http://msdn.microsoft.com/library/de...webcontrol.asp

Ken
Microsoft MVP [ASP.NET]


"Larry" <> wrote in message
news:...
> Hi guys,
>
> I downloaded IE web controls from the microsoft site and am trying to
> install them as it's a prerequisite for CMServer. When I try to install
> the
> web controls by running the file iewebcontrols.msi, it starts out
> normally,
> but gives me the following error during the install and aborts:
>
> The specified path 'http://dc2/webctrl_client' is unavailable. The
> internet
> information server might not be running or the path exists and is
> redirected
> to another machine. Please check the status of the virtual directory in
> the
> Internet Services Manager.
>
> dc2 is the name of the server I am trying to install it on. I know IIS is
> running. Does anyone know what could be causing the error?
>
> Thanks,
>
> Larry
>
>


 
Reply With Quote
 
 
 
 
Eddie
Guest
Posts: n/a
 
      08-06-2004
After runnning the build.bat, I don't see
Microsoft.Web.UI.WebControls.dll in the sub directory under build. Is
there anything wrong I did?

"Ken Cox [Microsoft MVP]" <> wrote in message news:<#>...
> Hi Larry,
>
> The IE Web controls needs some additional libraries that may not have been
> installed properly. They are normally installed in /webctrl_client/1_0
> which is a subdirectory on the site.
>
> Check here for more info on the installation?
>
> Installing the IE Web Controls
>
> "In order to use the IE Web Controls in your ASP.NET Web applications, you
> must first download the controls' source code and run a build batch file
> that will compile the source code and copy all the needed files to the
> appropriate Web application directories. The Internet Explorer Web Controls
> Download Packages is a 360 KB, self-extracting install file.
>
> Once you have downloaded and installed the IE Web Controls, a new directory
> will be created (the default is C:\Program Files\IE Web Controls\, although
> you can configure it during the installation). Navigate to this new
> directory and double-click the build.bat file. This will create a new
> subdirectory, build, and compile the classes in the src subdirectory,
> copying the resulting assembly and support files into the build
> subdirectory.
>
> After running the build.bat file, the build subdirectory will have in it the
> assembly file Microsoft.Web.UI.WebControls.dll and a subdirectory called
> Runtime. In order to start using the IE Web Controls in an ASP.NET Web
> application you must copy the contents of the build\Runtime subdirectory to
> the Web application's /webctrl_client/1_0 subdirectory and the assembly file
> (Microsoft.Web.UI.WebControls.dll) to the Web application's /bin
> subdirectory (an example, along with command-line instructions to perform
> these tasks, is available in the IE Web Controls README.txt file)."
>
> http://msdn.microsoft.com/library/de...webcontrol.asp
>
> Ken
> Microsoft MVP [ASP.NET]
>
>
> "Larry" <> wrote in message
> news:...
> > Hi guys,
> >
> > I downloaded IE web controls from the microsoft site and am trying to
> > install them as it's a prerequisite for CMServer. When I try to install
> > the
> > web controls by running the file iewebcontrols.msi, it starts out
> > normally,
> > but gives me the following error during the install and aborts:
> >
> > The specified path 'http://dc2/webctrl_client' is unavailable. The
> > internet
> > information server might not be running or the path exists and is
> > redirected
> > to another machine. Please check the status of the virtual directory in
> > the
> > Internet Services Manager.
> >
> > dc2 is the name of the server I am trying to install it on. I know IIS is
> > running. Does anyone know what could be causing the error?
> >
> > Thanks,
> >
> > Larry
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net 5 01-10-2007 10:50 AM
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net Web Controls 4 12-21-2006 02:50 AM
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net Building Controls 4 12-21-2006 02:50 AM
Unable to add web controls or view web controls in IDE Rick Schoenborn ASP .Net Web Controls 1 11-28-2006 05:55 PM
IntelliSense on Web User Controls and Web Custom Controls Axel Dahmen ASP .Net 1 11-12-2003 06:12 AM



Advertisments
 



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