473,403 Members | 2,071 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,403 software developers and data experts.

Problem installing Microsoft.Web.UI.WebControls.dll in VS.Net

CW
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\Micr osoft.Web.UI.WebControls.d
ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried
copying the Microsoft.Web.UI.WebControls.dll to the bin directory and
referencing it, however, it made no difference.

Any idea?

In addition, when I am ready to deploy to a server box, is it all I need to
do is to copy inetpub\wwwroot\webctrl_client to the server and copy
Microsoft.Web.UI.WebControls.dll to the iinet application bin directory?

Thanks in advance
Nov 18 '05 #1
3 2395
i think there's something wrong with the compilation. seems to me that the
WebControls lib was compiled with framework 1.1
though i never used WebControls with vs.net 2002.

Regarding deploying on the server, you are correct. As long as the root
folder contains the webctrol_client directory and the applications bin
folder contains the WebControl lib you will be fine.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"CW" <CW@nospam.com> wrote in message
news:uL**************@TK2MSFTNGP11.phx.gbl...
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\Micr osoft.Web.UI.WebControls.d ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried
copying the Microsoft.Web.UI.WebControls.dll to the bin directory and
referencing it, however, it made no difference.

Any idea?

In addition, when I am ready to deploy to a server box, is it all I need to do is to copy inetpub\wwwroot\webctrl_client to the server and copy
Microsoft.Web.UI.WebControls.dll to the iinet application bin directory?

Thanks in advance

Nov 18 '05 #2
CW
Dave

Thanks for the help. That fixed my problem. I didn't think using ASP.NET 1.1
was going to cause a problem (because there were a couple of examples on the
web that even says you need to modify CSC path in the build.bat to compile
successfully and the path used in those examples were ASP.NET 1.1 paths).

Anyway, really appreciate the help and many thanks

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:Oi**************@TK2MSFTNGP14.phx.gbl...
i think there's something wrong with the compilation. seems to me that the
WebControls lib was compiled with framework 1.1
though i never used WebControls with vs.net 2002.

Regarding deploying on the server, you are correct. As long as the root
folder contains the webctrol_client directory and the applications bin
folder contains the WebControl lib you will be fine.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"CW" <CW@nospam.com> wrote in message
news:uL**************@TK2MSFTNGP11.phx.gbl...
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\Micr osoft.Web.UI.WebControls.d
ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried
copying the Microsoft.Web.UI.WebControls.dll to the bin directory and
referencing it, however, it made no difference.

Any idea?

In addition, when I am ready to deploy to a server box, is it all I need

to
do is to copy inetpub\wwwroot\webctrl_client to the server and copy
Microsoft.Web.UI.WebControls.dll to the iinet application bin directory?

Thanks in advance


Nov 18 '05 #3
glad to be of any help

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"CW" <CW@nospam.com> wrote in message
news:eL**************@TK2MSFTNGP14.phx.gbl...
Dave

Thanks for the help. That fixed my problem. I didn't think using ASP.NET 1.1 was going to cause a problem (because there were a couple of examples on the web that even says you need to modify CSC path in the build.bat to compile
successfully and the path used in those examples were ASP.NET 1.1 paths).

Anyway, really appreciate the help and many thanks

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:Oi**************@TK2MSFTNGP14.phx.gbl...
i think there's something wrong with the compilation. seems to me that the
WebControls lib was compiled with framework 1.1
though i never used WebControls with vs.net 2002.

Regarding deploying on the server, you are correct. As long as the root
folder contains the webctrol_client directory and the applications bin
folder contains the WebControl lib you will be fine.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"CW" <CW@nospam.com> wrote in message
news:uL**************@TK2MSFTNGP11.phx.gbl...
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\Micr osoft.Web.UI.WebControls.d ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried
copying the Microsoft.Web.UI.WebControls.dll to the bin directory and
referencing it, however, it made no difference.

Any idea?

In addition, when I am ready to deploy to a server box, is it all I need
to
do is to copy inetpub\wwwroot\webctrl_client to the server and copy
Microsoft.Web.UI.WebControls.dll to the iinet application bin

directory?
Thanks in advance



Nov 18 '05 #4

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

Similar topics

4
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...
5
by: StillStuckOnJava | last post by:
I'm having a stupid problem with V.S./C#. I've created a class and two subclasses, and I want to instantiate either of hte subclasses after users make a selection. Then I want to use that class to...
5
by: ElanKathir | last post by:
Hi ! I wrote one code for Send the E-mail, But that code have some problem , So please help me Here i paste my code and Error: Error: Server Error in '/Elan_Sample' Application. ...
1
by: Lauchlan M | last post by:
Hi. I have an ASP.net project that works fine. I copied it to another project using the following steps: << (i) create a new VS.NET ASP.NET project.
1
by: Kris van der Mast | last post by:
Hi, been a while since I posted a question myself instead of trying to help others out. I'm refactoring an existing web app that uses dynamic loading of user controls and a lot of...
4
by: Kenneth P | last post by:
Hi, I have a .aspx file named testConnStr.aspx witin a try, catch, finally block that works just very nice, shows the data in a datagrid. I have one header saying "test ConnStr" and two server...
1
by: Bart Schelkens | last post by:
Hi, i have this website (www.polytools.be) it works fine when i'm viewing it with Internet Explorer. When i'm trying to view it with mozilla, i get the following error : Server Error in '/'...
3
by: Ankit Aneja | last post by:
I have a strange situation and I have no idea how to solve this. Its a Recruitment Search Page,in the Admin Page, for every button click event the Admin Person has to create a checkbox on the users...
0
by: Bieniu | last post by:
I have DataList control on my own contro land it is bind to SqlDataSource control. My problem is that DataList is getting needed data twice what is for me very strange. I have some code in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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...
0
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
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,...

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.