用户操作
[即时聊天] [发私信] [加为好友]
爱你网ID:goody9807
149919次访问,排名553,好友243人,关注者0人。
http://www.cnblogs.com/goody9807
http://www.51ini.com
goody9807的文章
原创 93 篇
翻译 0 篇
转载 139 篇
评论 90 篇
爱你网的公告








一个不错的P2P软件,里面肯定有你要的资源

我的爱你网,讨论.Net


最近评论
Kaelzhang:您好,今天无意路过这里,发现阁下转载了本站的日志。可能你是从其他的地方转载的,也有可能是从本站转载的。

但是不论是哪一种情况,请加上本站原文的有效链接,http://yottaworks.net/general/142/
或者
http://www.kael.com.cn

感谢您的支持,遵守Creative Commons,互相……
xiaojiit:能不能支态变宽呢?
z392989029:美女,你也学编程吗。
这个东西我还是不会用
z392989029:美女,你也学编程吗。
这个东西我还是不会用
hhshang:楼主你做过这个打字程序,如果做了,可不可以发一份给我学习一下呀,我的邮箱是:zeng_xianchun@126.com
文章分类
收藏
相册
Csdn专用
个人专用
XML相关资料
XML Server与XML-enabled Web Server介绍
xmlhttp发送 xml 例子详解
在Asp.net里显示XML格式内容.
树的资料
asp.net中的treeview 怎么用
数据库连接
CSDN数据库连接大全
DSN方式连接数据库
杂类
100分问一个突然出现的Cookie问题,关于添加/删除Cookie的。
c#存取图片 (RSS)
我的主页(RSS)
高效.TEXTBLOG技巧终结篇
存档
软件项目交易
订阅我的博客
XML聚合  FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
订阅到BlogLines
订阅到Yahoo
订阅到GouGou
订阅到飞鸽
订阅到Rojo
订阅到newsgator
订阅到netvibes

转载 不能显示树型或树控件使用不正常的解决办法收藏

新一篇: 动态改变页面的CSS样式 | 旧一篇: 有关存储过程和ADO.Net的笔记

1.确保你的IE在5.5版本以上 否则不支持树控件

2.并在开始菜单---> 运行中输入cmd ---> 按回车---> 输入以下命令

D:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe /out:build\Microsoft.Web.UI.WebControls.dll


ps:D:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe代表csc文件所在目录
    如果你的系统装在C盘上那么去C盘相应目录上查找csc.exe文件并取得其所在目录
   
3.  一般默认安装完树控件后 都会安装在 Program Files\Microsoft Internet Explorer WebControls下
   你运行完 注册命令后 会 产生  \build\Runtime 目录  
  下面有 images 、treeimages  等文件夹和文件
   在wwwroot下创建 webctrl_client\1_0 目录 然后把Runtime下所有东西copy到webctrl_client\1_0下
================以下是微软提供的安装树控件的步骤=================


1. Verifies that IIS V5.0 or later is installed.

2. Creates the following directory:

"C:\Program Files\Microsoft Internet Explorer WebControls"

and copies Microsoft.Web.UI.WebControls.dll to the directory.

Note: The folder is created on the disk being used by the operating
system (OS). The "C" drive may not be used for the OS on all machines.

3. Microsoft.Web.UI.WebControls.dll is installed into the Global
Assembly Cache

4. Adds a link to the MSDN WebControls documentation to the Programs
Menu.

5. The following directories are added below the Root Web:

webctrl_client\1_0\
webctrl_client\1_0\images
webctrl_client\1_0\treeimages
webctrl_client\1_0\treeimages\rtl

6. Copies the HTC files (Behaviors)

The HTML Components files implementing the behaviors are copied to the
"webctrl_client\1_0\" folder below the Root Web folder.

These behaviors can be used in Internet Explorer 5.5 and later
versions, and are used automatically by the IE WebControls in ASP.NET
WebForms.

7. Copies images to the following paths:

Images used by the WebControls: "webctrl_client\1_0\images"

Images for the TreeView: "webctrl_client\1_0\treeimages"

Right-to-left images for the TreeView:
"webctrl_client\1_0\treeimages\rtl"

8. Creates the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\
  AssemblyFolders\IEWebControls

The default string value of this key is set to the folder where
Microsoft.Web.UI.WebControls.dll was installed, which is usually
"C:\Program Files\Microsoft Internet Explorer WebControls"

发表于 @ 2004年12月16日 11:46:00|评论(loading...)|编辑

新一篇: 动态改变页面的CSS样式 | 旧一篇: 有关存储过程和ADO.Net的笔记

评论

#wjm 发表于2005-05-13 12:18:00  IP: 61.150.43.*
请问一下,我执行build.bat, 提示

src\treeview.cs(1193,13): warning CS0618:
“System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,
System.Xml.Xsl.XsltArgumentList, System.IO.Stream)”已过时:“You should
pass XmlResolver to Transform() method”
'xcopy' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

不知道为啥
#hooyke 发表于2007-11-16 10:08:23  IP: 59.37.27.*
我也遇到樓上說的問題,我的系統是XP 有安裝成功的 也有安裝不成功。
src\treeview.cs(1193,13): warning CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,
System.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: 'You
should pass XmlResolver to Transform() method'
42 File(s) copied
#goody9807 发表于2008-01-16 10:17:43  IP: 61.4.182.*
可能是版本不一致!你是什么版本?
#zq32206124 发表于2008-08-05 17:44:12  IP: 124.132.216.*
英文看不懂啊
#zq32206124 发表于2008-08-05 17:44:21  IP: 124.132.216.*
英文看不懂啊
发表评论  


当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
Csdn Blog version 3.1a
Copyright © 爱你网