473,387 Members | 1,453 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,387 software developers and data experts.

IEWebControls

Hi Eric

Thanks for the reply.
We have installed IEWebControls.exe on the server, but the treeview
control and the tollbar controls are not getting displayed.

thanks
Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #1
5 1418
Did you do everithing stated in the readme.txt (i know its stupid but it can
act up if dont do EVERITHING in there like creating the sample app)
readme in the zip file
(the first time i deployed a web forms app it took me a looong time to get
everithing working)

good luck :)

eric

=====================================
Internet Explorer Web Controls README
=====================================
Last updated: 1/14/2002

Thank you for downloading the IE Web Controls source code release! The Src
folder contains the source code for the IE MultiPage, ToolBar, TreeView, and
TabStrip controls, along with related base classes and design-time support.

To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory.
The build folder contains Microsoft.Web.UI.WebControls.dll and a
Runtime directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\1_0
directory under your top-level site directory. For example, if your
site root is c:\Inetpub\wwwroot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

2. Create a new web application in IIS and copy the contents of the
samples directory to this application directory. For example:

xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y

3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.UI.WebControls.dll to this directory.

The contents of the application will be as follows:

/sampleapp
multipage.aspx
state_city.xml
tabstrip.aspx
toolbar.aspx
treeview.aspx
treeview_bound.aspx
/bin
Microsoft.Web.UI.WebControls.dll

4. Request the sample pages from your Internet Explorer web browser, for
example: http://localhost/sampleapp/multipage.aspx

For additional documentation and samples visit:
http://msdn.microsoft.com/library/de...rols_entry.asp
"menon" <me***@easypack-dot-bz.no-spam.invalid> wrote in message
news:40********@Usenet.com...
Hi Eric

Thanks for the reply.
We have installed IEWebControls.exe on the server, but the treeview
control and the tollbar controls are not getting displayed.

thanks
Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 18 '05 #2
We did follow the same instructions as mentioned in the readme. Does
the webcontrols have some issues with win2003 server.? Win2003 server
has the framework preinsalled.

thanks
Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #3
i will be able to tell you that in a few weeks (first deployment on a 2003)
lets hope not
if you have access to the server you could try the remote debugging of vs
(haven't done that myself but it could tell you more)

"menon" <me***@easypack-dot-bz.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
We did follow the same instructions as mentioned in the readme. Does
the webcontrols have some issues with win2003 server.? Win2003 server
has the framework preinsalled.

thanks
Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 18 '05 #4
We have access to the server. But VS is not installed on the server.

Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #5
if it is your server you might consider that ;)
but i'm afraid i can't help you :/

if someone else has a clue ?

"menon" <me***@easypack-dot-bz.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
We have access to the server. But VS is not installed on the server.

Menon
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 18 '05 #6

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

Similar topics

2
by: *no spam* | last post by:
I'm trying to figure out how to create a tabControl in a WebForm (I'm a newbie - sorry if this is a dumb question :) I've been able to set it up in a Windows Form, but would prefer to get it...
2
by: 2G | last post by:
Hi, I was wondering if there was a control like the toolbox in .net. I can't seem the find one. Thanks.
1
by: Shalva | last post by:
Hi, Please give me the URL of MS or other Sites, where i can found freeware web controls Thanks, Shalva
4
by: | last post by:
I installed iewebcontrols.msi on a production server but my treeview still is messed up. on the dev environment it is ok. I guess there was a patch with it but I dont remember where i got the patch...
1
by: Sumana | last post by:
Hello All, One of the web forms in my application starts to scroll in the VS.NET IDE. This started only after installing the IEWebControls and using it in the web form. But if i try to reference...
2
by: Dionísio Monteiro | last post by:
Hi there, Does anyone know if the ASP.NET framework has an object to make those msdn like menus? You know, those tree collapsible menus? Thank you. Dio
2
by: Lord Brett Sinclair | last post by:
Hello everybody I was looking into installing the IEWebControls. Unfortunately, I have .Net Framework 1.1 Version 1.1.4322 with a MS dev Env. of 7.1.3088 It appears that the IEWebControls are...
3
by: Daniel | last post by:
Hi.. I encountered a problem with the installation of IEWebControls 1.0. After installation and runs the build.bat file, i still cannot see the Microsoft.Web.UI.WebControls.dll file. The folder...
7
by: Shahriar | last post by:
I am using the treeview control from the IEwebcontrols in my studio 2003. I create a simple web page with couple of nodes, etc... when I display the result in my IE browser, I have a blank...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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
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...

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.