473,809 Members | 2,775 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Could not find Microsoft.Web.U I.WebControls.d ll for webcontrol

I download IEWebControls.e xe, and installed it. Installation created IE Web
Controls directory. The readme.txt said,
3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.U I.WebControls.d ll to this directory.

However I could locate Microsoft.Web.U I.WebControls.d ll. Actually I could
not find any DLL under the directory tree created by the install program.
Nov 19 '05 #1
8 5062
you have to build it using the batch file included with the download

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Charts" <Ac*****@newsgr oup.nospam> wrote in message
news:CA******** *************** ***********@mic rosoft.com...
I download IEWebControls.e xe, and installed it. Installation created IE
Web
Controls directory. The readme.txt said,
3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.U I.WebControls.d ll to this directory.

However I could locate Microsoft.Web.U I.WebControls.d ll. Actually I could
not find any DLL under the directory tree created by the install program.

Nov 19 '05 #2
Hi Charts,

As Alvin has mentioned, you need to build those source file first, which is
in the "src" sub folder. Also, you should be able to found a build.bat file
which do the build task, however, be careful that you need to execute the
build.bat under the Visual studio.net's commandline window (which has
automatically set some necessary environment variables).

After build, you'll get a "build" sub folder which should contains the dll
file.

Please feel free to let me know if you still meet any problem.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #3
Hi Steven,
How do open Visual studio.net's commandline window? I did run build.bat
under windows command line window. It generated “build” directory but still
no dll files. I also executed SDKVars.bat file located in the
systemroot\Micr osoft.NET\SDK\v 1.1\Bin directory to set up net path
environment, but I still do not have dlls. Please advise.
Thanks,
Charts
"Steven Cheng[MSFT]" wrote:
Hi Charts,

As Alvin has mentioned, you need to build those source file first, which is
in the "src" sub folder. Also, you should be able to found a build.bat file
which do the build task, however, be careful that you need to execute the
build.bat under the Visual studio.net's commandline window (which has
automatically set some necessary environment variables).

After build, you'll get a "build" sub folder which should contains the dll
file.

Please feel free to let me know if you still meet any problem.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #4

I have posted a similar solution here before..
Charts the problem here is that u have referenced the control but u
haven't installed the scripts correctly that RUN the tabstrip,treevi ew
etc..
Try this:-
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.U I.WebControls.d ll 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\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\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\wwwr oot\sampleapp /y

3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.U I.WebControls.d ll 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.U I.WebControls.d ll

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...p/webcontrols/
webcontrols_ent ry.asp

Hope this helps
Patrick


*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #5
Hi Charts,

Yes, when not using the VS.NET's command line window, the normal commind
line can't find the proper environment variables such as the C# or VB.NET's
comipler path(csc.exe, vbc.exe...). You can go through the following steps
open the VS.NET's command windows:

start menu---->All Programs----> Microsoft Visual studio.NET 2003 --->
Visual studio.NET tools----> Visual Studio.NET 2003 Command Prompt.

That's just it. Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #6
DLLs showed up after I ran the build.bat under VS.NET command windows.
Thanks so much!

"Steven Cheng[MSFT]" wrote:
Hi Charts,

Yes, when not using the VS.NET's command line window, the normal commind
line can't find the proper environment variables such as the C# or VB.NET's
comipler path(csc.exe, vbc.exe...). You can go through the following steps
open the VS.NET's command windows:

start menu---->All Programs----> Microsoft Visual studio.NET 2003 --->
Visual studio.NET tools----> Visual Studio.NET 2003 Command Prompt.

That's just it. Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #7
You're welcome :-)

Have a nice day!

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #8

hello all,

I installed Microsoft Internet Explorer WebControls Version 1.0 to us
TREEVIEW control in VS.NET 2003.
After installed,i got Microsoft.Web.U I.WebControls.d ll in buil
directory.Upto this is OK.
I have to use this control in my webPart library projects(A projec
for creating Web Part controls to use in SharePoint Web applications).
added the Microsoft.Web.U I.WebControls.d ll in bin directory and build m
project.

It shows the following error

Assembly generation failed -- Referenced assembl
'Microsoft.Web. UI.WebControls' does not have a strong name

Then i checked in gacutil,there is no suc
controls('Micro soft.Web.UI.Web Controls' ).
As given in the installation procedure this has to be added in th
GAC.

I tried to add in the GAC but it asks for STRONG NAME.

what could be the problem....plea se help me ...........

Regards,

KARTHICK.K
ka**********@gm ail.co

--
karthik_k_83Pos ted from http://www.pcreview.co.uk/ newsgroup acces

Nov 19 '05 #9

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

Similar topics

0
2055
by: Greg Christie | last post by:
I think I have a somewhat unique situation here, so I thought I should post it for the few poor souls who run across it and try to google it like I did. First of all, I was getting the following error when trying to hit one of my pages... --------------------------------------------------------------------- Invalid URI: There is an invalid sequence in the string. ---------------------------------------------------------------------
1
475
by: Daniel Walzenbach | last post by:
Hi I’d like to know, whether it is possible to set enabled = false or visible = false on the tabs of the MultiPage WebControl at runtime (check out http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=72&tabindex=2 which is a quite nice control). I understand that the Microsoft® Internet Explorer WebControls are currently not supported but probably somebody else had this problem and knows a solution for this dilemma I try...
5
2599
by: martin | last post by:
Hi, I am using vb.net and visual studio 2003. I have dragged a table webcontrol onto the designer server and configured a few columns and cells in the editor for the table control. Next I wanted to do things like add textbox websever controls to the individual cells. However, the designer will not allow me to drag controls from the toolbox to tinside the newly generated table.
2
12361
by: Michael | last post by:
Need some help trying to read values from web controls - specifically *finding* the controls (like a drop down list) - that are added dynamically added within an asp:panel control. The page contains multiple panels within the form. The panels appear at different times - for our argument, let's say panel 1 appears first, users clicks a submit button and then panel 1 disappears and panel 2 appears, etc. When clicks on the submit button...
3
2412
by: CW | last post by:
I have downloaded, built and installed iewebcontrols. I tested the sample application and everything worked just fine. However, when I attempt to add Microsoft.Web.UI.WebControls.dll to the VS.Net toolbox, I get the following error: There are no components in 'c:\windows\microsoft.net\framework\v1.1.4322\Microsoft.Web.UI.WebControls.d ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried copying the...
1
1211
by: jesper_lofgren | last post by:
Hi there, I have some webcontrols that i want to add dynamically on a page. I have stored the path / namespace in database (ex MyNameSpace.WebControls.Control1) to the class/webcontrol. Lets say i have a column in database that looks like this.
6
3272
by: Steve | last post by:
I'm trying to iterate over all the form controls in my MasterPages content page. Basically, I've got dropdowns, textboxes, etc that I want to format in Page_Load() I've added this code to my Page_Load() event <code> private void ConfigureFormControls() { Color borderColor = ColorTranslator.FromHtml("#F5F5F5"); Color fontColor = borderColor;
1
2289
by: Ros | last post by:
Group, I would like to pass the webcontrol collection to a sub procedure. but every time i try to access the Attributes of each webcontrol, it gives me an error 13 "Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.WebControl'." Sub Setup_DR(Optional ByVal pg As Web.UI.Page = Nothing)
4
4173
by: scsharma | last post by:
Hi, I am building a .net 1.1 application with microsoft webcontrols. The environment that i am deploying this application has 1.1 and 2.0 framework . My development environment also has these environment side by side. Every thing works fine on my development machine but on staging area i am have problem with microsoft webcontrol. I have downloaded and installed microsoft webcontrols and followed every step in the readme.txt file but when...
0
9721
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, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9601
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
10637
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
10376
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...
0
10115
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7660
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
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4332
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
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.