VS2005 使用Microsoft.Web.UI.WebControls.dll目录webctrl

    技术2022-05-20  40

    VS2005 使用Microsoft.Web.UI.WebControls.dll目录webctrl_client 的解决方案

    在 webconfig 增加如下配置 

    <?xml version="1.0"?>  <configuration>    <configSections>    <section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />    </configSections>    <MicrosoftWebControls>    <add key="CommonFiles" value="webctrl_client/1_0" />  <!--根据你控件所在的页面,对应webctrl_client目录,配置不同的路径-->  </MicrosoftWebControls>


    最新回复(0)