473,394 Members | 1,828 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,394 software developers and data experts.

ASP.NET Pharsing Error

When I am executing a Asp.Net web page containg Tree View web control, I got
an error message "File or assembly name microsoft.web.UI.Web controls or one
of its dependence, was not found". Kindly provide solution for this problem
Jan 7 '08 #1
10 1202
You need to make sure that you have System.web.dll at the following location
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. Also its in GAC and it is
referenced in the web.config file under namespaces.

Regards,
Manish
www.componentone.com

"BIJU" wrote:
When I am executing a Asp.Net web page containg Tree View web control, I got
an error message "File or assembly name microsoft.web.UI.Web controls or one
of its dependence, was not found". Kindly provide solution for this problem
Jan 7 '08 #2
Hai,
Thanks 4 ur repsone. But the problem not solved yet. I can see
System.web.dll in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. but I can't
it in C:\WINDOWS\Assembly. In C:\WINDOWS\Assemblies I can see one file named
System.Web I dont know whether it is Dll.
I will type below the Assembly Load trace

LOG: DisplayName = Microsoft.Web.UI.WebControls
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/press/tree
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.Web.UI.WebControls
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
Kindly provide solution

Thanks and regards..

"Manish" wrote:
You need to make sure that you have System.web.dll at the following location
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. Also its in GAC and it is
referenced in the web.config file under namespaces.

Regards,
Manish
www.componentone.com

"BIJU" wrote:
When I am executing a Asp.Net web page containg Tree View web control, I got
an error message "File or assembly name microsoft.web.UI.Web controls or one
of its dependence, was not found". Kindly provide solution for this problem
Jan 7 '08 #3
Hello biju,

do you have this library into your references?

which asp.net version?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
bWhen I am executing a Asp.Net web page containg Tree View web
bcontrol, I got an error message "File or assembly name
bmicrosoft.web.UI.Web controls or one of its dependence, was not
bfound". Kindly provide solution for this problem
b>
Jan 7 '08 #4
Hellow,

Thanks for ur reponse
I have downloaded this Web controls. But in my tool window this treenode is
disabled and it is not active so that I can't drag it into web page. I can
add this control by cliking Add/Remove Tab in the Tool window but it comes as
disabled form. Kindly provide solution
Thanks and regards
BIJU
"Michael Nemtsev [MVP]" wrote:
Hello biju,

do you have this library into your references?

which asp.net version?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
bWhen I am executing a Asp.Net web page containg Tree View web
bcontrol, I got an error message "File or assembly name
bmicrosoft.web.UI.Web controls or one of its dependence, was not
bfound". Kindly provide solution for this problem
b>
Jan 7 '08 #5
Hello biju,

have u read "readme" from your webcontrol package about how to install it?

where this control was intalled?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
bHellow,
b>
bThanks for ur reponse
bI have downloaded this Web controls. But in my tool window this
btreenode is
bdisabled and it is not active so that I can't drag it into web page.
bI can
badd this control by cliking Add/Remove Tab in the Tool window but it
bcomes as
bdisabled form. Kindly provide solution
bThanks and regards
bBIJU
b"Michael Nemtsev [MVP]" wrote:
>Hello biju,

do you have this library into your references?

which asp.net version?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

bWhen I am executing a Asp.Net web page containg Tree View web
bcontrol, I got an error message "File or assembly name
bmicrosoft.web.UI.Web controls or one of its dependence, was not
bfound". Kindly provide solution for this problem
b>

Jan 7 '08 #6
re:
!I can see System.web.dll in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

You're looking in the wrong place.

According to the error message,
you should be looking in C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/.

Is your web app configured as a 2.0 app or as a 1.1 app ?

1.1's System.web.dll doesn't have a Treeview Control.
2.0's System.web.dll does have a Treeview Control.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"BIJU" <BI**@discussions.microsoft.comwrote in message news:E8**********************************@microsof t.com...
Hai,
Thanks 4 ur repsone. But the problem not solved yet. I can see
System.web.dll in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. but I can't
it in C:\WINDOWS\Assembly. In C:\WINDOWS\Assemblies I can see one file named
System.Web I dont know whether it is Dll.
I will type below the Assembly Load trace

LOG: DisplayName = Microsoft.Web.UI.WebControls
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/press/tree
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.Web.UI.WebControls
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/press_tree/2874200f/872ae434/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/press/tree/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.

Kindly provide solution
Thanks and regards..
"Manish" wrote:
>You need to make sure that you have System.web.dll at the following location
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. Also its in GAC and it is
referenced in the web.config file under namespaces.

Regards,
Manish
www.componentone.com

"BIJU" wrote:
When I am executing a Asp.Net web page containg Tree View web control, I got
an error message "File or assembly name microsoft.web.UI.Web controls or one
of its dependence, was not found". Kindly provide solution for this problem


Jan 7 '08 #7
Hellow Michael,
Thanks 4 ur reponse.
I read "readme" and I have already installed iewebcontrols.wsi file.
How I can know that where this tool installed. Kindly provide solution and
Thanks in advance
BIJU
"Michael Nemtsev [MVP]" wrote:
Hello biju,

have u read "readme" from your webcontrol package about how to install it?

where this control was intalled?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
bHellow,
b>
bThanks for ur reponse
bI have downloaded this Web controls. But in my tool window this
btreenode is
bdisabled and it is not active so that I can't drag it into web page.
bI can
badd this control by cliking Add/Remove Tab in the Tool window but it
bcomes as
bdisabled form. Kindly provide solution
bThanks and regards
bBIJU
b"Michael Nemtsev [MVP]" wrote:
Hello biju,

do you have this library into your references?

which asp.net version?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

bWhen I am executing a Asp.Net web page containg Tree View web
bcontrol, I got an error message "File or assembly name
bmicrosoft.web.UI.Web controls or one of its dependence, was not
bfound". Kindly provide solution for this problem
b>


Jan 7 '08 #8
"BIJU" <BI**@discussions.microsoft.comwrote in message
news:43**********************************@microsof t.com...
I read "readme" and I have already installed iewebcontrols.wsi file.
Aha - you're using the IE Web Controls...?

Several things:

1) IE Web Controls is not supported at all - you use them at your own risk
http://support.microsoft.com/kb/328046

2) IE Web Controls are designed for ASP.NET 1.1 - they do not work in
ASP.NET 2.0 or later
http://www.asp.net/downloads/archived/ie-web-controls/

3) There is no version for ASP.NET 2.0 or later - instead, their
functionality has been brought into ASP.NET directly via the <asp:TreeView>
control, etc...
http://forums.asp.net/t/1166814.aspx
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jan 7 '08 #9
hellow,

Thank u 4 ur fast response. But I am using not ASP.net 2.0 I think it its
previous version. bcose my framework V1 .1.4322 sub folder . Whether I have
any other way to make utilise tab tool and tree view control. Kindly provide
solution pls and advance Thanks

Thanks and regards

BIJU

"Mark Rae [MVP]" wrote:
"BIJU" <BI**@discussions.microsoft.comwrote in message
news:43**********************************@microsof t.com...
I read "readme" and I have already installed iewebcontrols.wsi file.

Aha - you're using the IE Web Controls...?

Several things:

1) IE Web Controls is not supported at all - you use them at your own risk
http://support.microsoft.com/kb/328046

2) IE Web Controls are designed for ASP.NET 1.1 - they do not work in
ASP.NET 2.0 or later
http://www.asp.net/downloads/archived/ie-web-controls/

3) There is no version for ASP.NET 2.0 or later - instead, their
functionality has been brought into ASP.NET directly via the <asp:TreeView>
control, etc...
http://forums.asp.net/t/1166814.aspx
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jan 7 '08 #10
"BIJU" <BI**@discussions.microsoft.comwrote in message
news:6F**********************************@microsof t.com...
Thank you for your fast response. But I am not using ASP.net 2.0. I think
it is
the previous version. because my framework has a V1 .1.4322 sub folder.
OK - should be no problem, then...
Kindly provide solution pls and advance.
http://www.4guysfromrolla.com/webtec...ebControls.asp
http://www.devarticles.com/c/a/ASP.N...ols-in-VB.NET/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jan 7 '08 #11

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

Similar topics

2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
5
by: Tony Wright | last post by:
Hi, I am having a problem installing an msi for a web site. The error message I am getting is: "The specified path 'http://mipdev05/features/Fas2' is unavailable. The Internet Information...
1
by: Aravind | last post by:
we have two files: 1. rc4.c (defines one function "create_pin()") 2. MyImpl.c(calling the function "create_pin()"),This implements JNI method. 1.When I am trying to create .dll file with one...
1
by: yanwan | last post by:
I met this problem in executing a c++ project in visual studio. Does anyone have suggestions to resolve "error lnk 2001"? --------------------Configuration: reconstruction - Win32...
5
by: Enos Meroka | last post by:
Hallo, I am a student doing my project in the university.. I have been trying to compile the program using HP -UX aCC compiler, however I keep on getting the following errors. ...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
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
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
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...

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.