1.1's System.web.dll doesn't have a Treeview Control.
Juan T. Llibre, asp.net MVP
"BIJU" <BIJU@discussions.microsoft.com> wrote in message news:E851AFE8-2DC6-4E05-893C-547C151E4634@microsoft.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