又是treeview 问题~~~
背景
treeview(微软网站下载iewebcontrols.msi,安装的)
项目原来是1.1下的,后来 转化到 到2.0下 treeview显示正常的。
重装系统以后 treeview 显示不正常,我的做法
1、安装framework1.1
2、在当前webroot 下存在 webctrl_client\1_0\TreeImages
3、
按照网上搜到的方法,在webconfig中 做如下配置
<configSections>
<section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</configSections>
<MicrosoftWebControls>
<add key="CommonFiles" value="webctrl_client/1_0" />
</MicrosoftWebControls>
直接就运行不了 提示webconfig错误,没办法了 上来求救各位~~
不想改用2.0,treeview,因为修改的工作量还是很大。 我的环境 vs2008,sp1