473,569 Members | 2,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE WebControls

Hi,
Downloaded IEWebControls.e xe application & run on local machine

O/S: Win Advance Server 2000
Framework: 1.1

Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE Web Controls
* I search My Computer for 'Microsoft.Web. UI.WebControls' assembly but it's not there

Now when i am giving reference of Webcontrols in mine ..aspx file & while compiling it gives compilation error as follows. If anyone know how to solve please let me know.

Compilation Error
Namespace or type 'WebControls' for the Imports 'Microsoft.Web. UI.WebControls' cannot be found.

Do i require 'Microsoft.Web. UI.WebControls' assembly if yest then from where?


Thanks

Riken
Nov 17 '05 #1
4 3199
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixc orp.com> wrote in message
news:Oh******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
Downloaded IEWebControls.e xe application & run on local machine

O/S: Win Advance Server 2000
Framework: 1.1

Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE Web
Controls
* I search My Computer for 'Microsoft.Web. UI.WebControls' assembly but it's
not there

Now when i am giving reference of Webcontrols in mine .aspx
file & while compiling it gives compilation error as follows. If anyone know
how to solve please let me know.

Compilation Error
Namespace or type 'WebControls' for the Imports
'Microsoft.Web. UI.WebControls' cannot be found.

Do i require 'Microsoft.Web. UI.WebControls' assembly if yest then from
where?


Thanks

Riken
Nov 17 '05 #2
do you look for
Microsoft.Web.U I.WebControls.d ll ?
---

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #3
There's a build.bat in the install directory, along with a readme.

--
John Saunders
Internet Engineer
jo***********@s urfcontrol.com
"Riken" <ri***@infinixc orp.com> wrote in message
news:e%******** ********@tk2msf tngp13.phx.gbl. ..
Hi Alvin

Thanks for your quick response. Do you have any link or example so I take as a reference or base line.

Riken

"Alvin Bruney" <vapordan_spam_ me_not@hotmail_ no_spamhotmail. com> wrote in
message news:O4******** ******@tk2msftn gp13.phx.gbl...
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixc orp.com> wrote in message
news:Oh******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
Downloaded IEWebControls.e xe application & run on local machine
O/S: Win Advance Server 2000
Framework: 1.1

Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE

Web
Controls
* I search My Computer for 'Microsoft.Web. UI.WebControls' assembly but

it's
not there

Now when i am giving reference of Webcontrols in mine

.aspx
file & while compiling it gives compilation error as follows. If anyone

know
how to solve please let me know.

Compilation Error
Namespace or type 'WebControls' for the Imports
'Microsoft.Web. UI.WebControls' cannot be found.

Do i require 'Microsoft.Web. UI.WebControls' assembly if yest then from
where?


Thanks

Riken


Nov 17 '05 #4
The problem is that the build.bat file references the program csc.exe to
compile and build the .dll. csc.exe is in your
\Winnt\Microsof t.NET\Framwork\ v1.0xxxx {whatever your version is} directory.
You either have to modify the build.bat to give a fully qualified name to
csc.exe OR add a path to this directory in PATH environment variable OR you
can launch the "Visual Studio .NET Command Prompt" in your programs/visual
studio/etc menu and it will set up the environment variables for you...then
run build.bat in that command window.

THEN, you will have the .dll and the build directory correctly built.

Good luck

"John Saunders" <jo***********@ surfcontrol.com > wrote in message
news:ep******** ******@tk2msftn gp13.phx.gbl...
There's a build.bat in the install directory, along with a readme.

--
John Saunders
Internet Engineer
jo***********@s urfcontrol.com
"Riken" <ri***@infinixc orp.com> wrote in message
news:e%******** ********@tk2msf tngp13.phx.gbl. ..
Hi Alvin

Thanks for your quick response. Do you have any link or example so I take
as
a reference or base line.

Riken

"Alvin Bruney" <vapordan_spam_ me_not@hotmail_ no_spamhotmail. com> wrote in message news:O4******** ******@tk2msftn gp13.phx.gbl...
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixc orp.com> wrote in message
news:Oh******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
Downloaded IEWebControls.e xe application & run on local machine
O/S: Win Advance Server 2000
Framework: 1.1

Notes:
* During installation its Creating folder on C: i.e C:\Program Files\IE Web
Controls
* I search My Computer for 'Microsoft.Web. UI.WebControls' assembly
but it's
not there

Now when i am giving reference of Webcontrols in mine

.aspx
file & while compiling it gives compilation error as follows. If
anyone know
how to solve please let me know.

Compilation Error
Namespace or type 'WebControls' for the Imports
'Microsoft.Web. UI.WebControls' cannot be found.

Do i require 'Microsoft.Web. UI.WebControls' assembly if yest then

from where?


Thanks

Riken



Nov 17 '05 #5

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

Similar topics

4
2893
by: Rodrigo DeJuana | last post by:
Howdy, I'm new to this .net stuff and really have little to no training. Im trying to create a new page for a web form, so i have been pretty much jsut coping code. I having some issue with some textboxes not updating when i a hit save. for example I have this code in my aspx.cs file: declared:
0
1492
by: I am Sam | last post by:
Ok whats wrong with my toolbar? When I debug I don't get an error message and the databinding is working correctly but the toolbar itself and the <iewc:ToolbarDropDownlist /> control isn't showing up all that is returned to the web page is the buttons text and the contents of the DropDownlist. What am I doing wrong here? Below is the...
3
1911
by: dave | last post by:
We have an application that works perfectly in-house (tested on 3 different servers). It uses Microsoft.Web.UI.WebControls.dll for menubars and toolbars. Problem Description: We uploaded the application to our webhost and an error came up:
2
3457
by: loga123 | last post by:
Hi All, I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the ArgumentOutOfRangeException. But...it deletes the record from table in the database. On Gridview_rowdatabound, I am dynamically building hyperlink control based on the values in the other fields. Here is my code for Gridview_rowdatabound. It...
0
1115
by: marcyb | last post by:
Can anyone help I am trying to get a WebControl toolbar to work this is my code for a toolbar in visual web developement 2005 express for C# <%@ Page Language="C#" Debug="true" %> <%@ Import Namespace="Microsoft.Web.UI.WebControls" %> <%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" ...
0
7698
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...
0
7612
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...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
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...
0
5219
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...
0
3653
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...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1213
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
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...

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.