473,503 Members | 2,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE WebControls

Hi,
Downloaded IEWebControls.exe 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 3197
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixcorp.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
Hi,
Downloaded IEWebControls.exe 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.UI.WebControls.dll ?
---

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***********@surfcontrol.com
"Riken" <ri***@infinixcorp.com> wrote in message
news:e%****************@tk2msftngp13.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**************@tk2msftngp13.phx.gbl...
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixcorp.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
Hi,
Downloaded IEWebControls.exe 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\Microsoft.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**************@tk2msftngp13.phx.gbl...
There's a build.bat in the install directory, along with a readme.

--
John Saunders
Internet Engineer
jo***********@surfcontrol.com
"Riken" <ri***@infinixcorp.com> wrote in message
news:e%****************@tk2msftngp13.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**************@tk2msftngp13.phx.gbl...
you have to build the source code into a dll then import it into your
applicaiton
regards

"Riken" <ri***@infinixcorp.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
Hi,
Downloaded IEWebControls.exe 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
2876
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...
0
1479
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...
3
1903
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...
2
3454
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...
0
1107
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...
0
7093
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
7287
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,...
0
7349
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...
1
7008
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5594
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,...
0
4688
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...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
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 ...
0
399
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...

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.