.NET1.1中的TreeView的目录设置: 将treeview的文件和图片拷贝到项目的目录中,这样可以和项目一起打包。 这需要在文件web.config进行配置: <configSections> <section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </configSections> <MicrosoftWebControls> <add key="CommonFiles" value="/SBTZ/webctrl_client/1_0"></add> </MicrosoftWebControls> 相关文章: 2021-12-03 2021-08-25 2022-02-07 2022-12-23 2022-12-23 2022-03-03 2021-04-09 2022-12-23