PC Review


Reply
Thread Tools Rate Thread

ASP.NET Pharsing Error

 
 
BIJU
Guest
Posts: n/a
 
      7th Jan 2008
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
 
Reply With Quote
 
 
 
 
Manish
Guest
Posts: n/a
 
      7th Jan 2008
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

 
Reply With Quote
 
BIJU
Guest
Posts: n/a
 
      7th Jan 2008
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

 
Reply With Quote
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      7th Jan 2008
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


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


 
Reply With Quote
 
BIJU
Guest
Posts: n/a
 
      7th Jan 2008
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
>
>
> b> When I am executing a Asp.Net web page containg Tree View web
> b> control, I got an error message "File or assembly name
> b> microsoft.web.UI.Web controls or one of its dependence, was not
> b> found". Kindly provide solution for this problem
> b>
>
>
>

 
Reply With Quote
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      7th Jan 2008
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


b> Hellow,
b>
b> Thanks for ur reponse
b> I have downloaded this Web controls. But in my tool window this
b> treenode is
b> disabled and it is not active so that I can't drag it into web page.
b> I can
b> add this control by cliking Add/Remove Tab in the Tool window but it
b> comes as
b> disabled form. Kindly provide solution
b> Thanks and regards
b> BIJU
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
>>
>> b> When I am executing a Asp.Net web page containg Tree View web
>> b> control, I got an error message "File or assembly name
>> b> microsoft.web.UI.Web controls or one of its dependence, was not
>> b> found". Kindly provide solution for this problem
>> b>



 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      7th Jan 2008
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" <(E-Mail Removed)> wrote in message news:E851AFE8-2DC6-4E05-893C-(E-Mail Removed)...
> 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




 
Reply With Quote
 
BIJU
Guest
Posts: n/a
 
      7th Jan 2008
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
>
>
> b> Hellow,
> b>
> b> Thanks for ur reponse
> b> I have downloaded this Web controls. But in my tool window this
> b> treenode is
> b> disabled and it is not active so that I can't drag it into web page.
> b> I can
> b> add this control by cliking Add/Remove Tab in the Tool window but it
> b> comes as
> b> disabled form. Kindly provide solution
> b> Thanks and regards
> b> BIJU
> 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
> >>
> >> b> When I am executing a Asp.Net web page containg Tree View web
> >> b> control, I got an error message "File or assembly name
> >> b> microsoft.web.UI.Web controls or one of its dependence, was not
> >> b> found". Kindly provide solution for this problem
> >> b>

>
>
>

 
Reply With Quote
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      7th Jan 2008
"BIJU" <(E-Mail Removed)> wrote in message
news:43F1E9DB-400D-4B2B-BC7B-(E-Mail Removed)...

> 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

 
Reply With Quote
 
BIJU
Guest
Posts: n/a
 
      7th Jan 2008
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" <(E-Mail Removed)> wrote in message
> news:43F1E9DB-400D-4B2B-BC7B-(E-Mail Removed)...
>
> > 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
>
>

 
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
Pharsing string from the right to the first space Dean Microsoft Excel Programming 5 23rd Dec 2007 02:59 AM
Access error 3197 and JETCOMP.exe error "Error compacting database =?Utf-8?B?Vmlja3k=?= Microsoft Access 2 21st Jul 2007 12:29 AM
Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) hfk0 Microsoft ASP .NET 2 27th Mar 2006 09:43 PM
Error Handling - On Error GoTo doesn't trap error successfully David Microsoft Excel Programming 9 16th Feb 2006 05:59 PM
3 Problems - Media Center Error, Date/Time Error, Downloading Updates Error angieangie Windows XP General 0 23rd Dec 2005 06:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 PM.