PC Review


Reply
Thread Tools Rate Thread

Microsoft.Web.UI.WebControls not found

 
 
Richard Lionheart
Guest
Posts: n/a
 
      5th Sep 2005
I downloaded a complete DataGrid example, "IssueTracker", for accessing an
Access DB with a DataGrid control. Sounded like a cakewalk. The first line
of the .aspx file referenced the "Microsoft.Web.UI.WebControls" namespace.
I got an error msg that the namespace could not be found.



Any ideas?



The gory details follow:



I expanded the compressed, downloaded app into "AppFolder", which had .aspx
and .vb files and a couple of sub-folders.



The first line of the .aspx file is:



<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>



I copied the AppFolder to the wwwroot folder a la Jeff Prosise's guidance
for testing his MyComicsRepeater example. I pointed IE to
http://localhost/AppFolder/IssueTracker.aspx



I got:

· Server Error in '/' Application.

· Parser Error Message: File or assembly name
Microsoft.Web.UI.WebControls, or one of its dependencies, was not found.

· Line 1: <%@ Register TagPrefix="iewc"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>

The latter line was rendered in red.)



I searched the web and found

·
http://msdn.microsoft.com/library/de...rols_entry.asp

that claimed "Microsoft Internet Explorer WebControls are not currently
supported".



A few other pieces of possibly relevant data:



I'm running

· WinXP-Pro/SP2 with security upgrades from MicrosoftUpdate and .NET
1.1

· Visual Studio .NET (MSDE 2002 using .Net Framework 1.0) despite the
fact the I've got 1.1 installed




 
Reply With Quote
 
 
 
 
=?Utf-8?B?QW5kcsOpcyBDYWRhdmlkIEfDs21leg==?=
Guest
Posts: n/a
 
      5th Sep 2005
Donwload & installa the Microsoft Web Controls:

http://msdn.microsoft.com/library/de...rols_entry.asp

In my own opinion, when use aplications than need to install 3rd party
components, that applications are not functionals because my are depending
from things than you dont know hows work and would be dificults to maintain.


"Richard Lionheart" wrote:

> I downloaded a complete DataGrid example, "IssueTracker", for accessing an
> Access DB with a DataGrid control. Sounded like a cakewalk. The first line
> of the .aspx file referenced the "Microsoft.Web.UI.WebControls" namespace.
> I got an error msg that the namespace could not be found.
>
>
>
> Any ideas?
>
>
>
> The gory details follow:
>
>
>
> I expanded the compressed, downloaded app into "AppFolder", which had .aspx
> and .vb files and a couple of sub-folders.
>
>
>
> The first line of the .aspx file is:
>
>
>
> <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls"
> Assembly="Microsoft.Web.UI.WebControls" %>
>
>
>
> I copied the AppFolder to the wwwroot folder a la Jeff Prosise's guidance
> for testing his MyComicsRepeater example. I pointed IE to
> http://localhost/AppFolder/IssueTracker.aspx
>
>
>
> I got:
>
> · Server Error in '/' Application.
>
> · Parser Error Message: File or assembly name
> Microsoft.Web.UI.WebControls, or one of its dependencies, was not found.
>
> · Line 1: <%@ Register TagPrefix="iewc"
> Namespace="Microsoft.Web.UI.WebControls"
> Assembly="Microsoft.Web.UI.WebControls" %>
>
> The latter line was rendered in red.)
>
>
>
> I searched the web and found
>
> ·
> http://msdn.microsoft.com/library/de...rols_entry.asp
>
> that claimed "Microsoft Internet Explorer WebControls are not currently
> supported".
>
>
>
> A few other pieces of possibly relevant data:
>
>
>
> I'm running
>
> · WinXP-Pro/SP2 with security upgrades from MicrosoftUpdate and .NET
> 1.1
>
> · Visual Studio .NET (MSDE 2002 using .Net Framework 1.0) despite the
> fact the I've got 1.1 installed
>
>
>
>
>

 
Reply With Quote
 
Richard Lionheart
Guest
Posts: n/a
 
      6th Sep 2005
Hi Andrés,

> http://msdn.microsoft.com/library/de...rols_entry.asp


I had found that site before by using Google. But I didn't realize I could
build the .dll.

Now I downloaded the stuff and followed the Readme.txt but ran into a new
problem: the compilation to produce the .dll failed. I'm going to post
this problem on a new thread.

BTW, I agree with your disdain for using 3rd party tool in building
production apps. I'm just working on improving my .Net skills.

Thanks for your help,
Richard


 
Reply With Quote
 
Richard Lionheart
Guest
Posts: n/a
 
      7th Sep 2005
Hi Andrés,

I've decided to give up on the IE Web Controls. The problems I've
encountered have distracted from my main purpose of learning to build robust
web apps using VS.NET as a tool.

Thanks for taking the time to respond to my questions. I'm sure we'll run
across one another on other topics during my struggle.

Again, thhanks for your help,
Richard


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Microsoft.Web.UI.WebControls not found =?Utf-8?B?QW5kcsOpcyBDYWRhdmlkIEfDs21leg==?= Microsoft Dot NET Framework Forms 2 7th Sep 2005 01:17 AM
Re: Microsoft.Web.UI.WebControls.dll NOT FOUND when installing the IE We Controls package Patrick Olurotimi Ige Microsoft ASP .NET 0 8th Mar 2005 01:32 AM
Re: Microsoft.Web.UI.WebControls.dll NOT FOUND when installing the IE We Controls package Patrick Olurotimi Ige Microsoft ASP .NET 0 8th Mar 2005 01:17 AM
Re: Microsoft.Web.UI.WebControls.dll NOT FOUND when installing the IE We Controls package Alvin Bruney [ASP.NET MVP] Microsoft ASP .NET 0 8th Mar 2005 12:42 AM
Re: Microsoft.Web.UI.WebControls.dll NOT FOUND when installing the IE We Controls package Tampa.NET Koder Microsoft ASP .NET 0 7th Mar 2005 09:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:53 PM.