FineUI 官方论坛

标题: 请教一下大家。项目配置的问题 [打印本页]

作者: xuezhou    时间: 2016-3-16 08:52
标题: 请教一下大家。项目配置的问题
本帖最后由 xuezhou 于 2016-3-16 08:56 编辑

我的项目中,所有的页面只要插入控件都无法通过自动完成来添加属性,提示开始标记和结束标记之间不允许出现内容,但是项目可以正常编译并浏览。下面是我的web.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>

<connectionStrings>
    <clear />
    <add name="default" connectionString="assword=1ersist Security Info=True;User ID=sa;Initial Catalog=appboxpro;Data Source=." providerName="System.Data.SqlClient" />
   </connectionStrings>
  <appSettings>
    <add key="vs:EnableBrowserLink" value="false"/>
  </appSettings>
  <FineUI DebugMode="true" />

  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="v11.0" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>

  <system.web>
    <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">

      <controls>
        <add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
      </controls>
    </pages>

    <!-- 请求正文的最大值: 512000K = 500M  -->
    <httpRuntime maxRequestLength="512000" />
    <customErrors mode="Off" />
    <compilation debug="true" />
  
    <authentication mode="Forms">
      <forms name=".APPBOXPRO_FORMS_AUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/" />
    </authentication>
    <authorization>
      <deny users="?" />
    </authorization>
  </system.web>

  <location path="res.axd">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>
  <location path="res">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>
  <system.webServer>
    <modules>
      <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
    </modules>
    <handlers>
      <add name="FineUIResourceHandler" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
    </handlers>
  </system.webServer>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

</configuration>


作者: zy32002    时间: 2016-3-16 09:32
能运行就没事。
实在不行看看新手教程:
http://www.cnblogs.com/shiworkyue/p/3845321.html
作者: xuezhou    时间: 2016-3-16 10:52
问题解决了,使用NuGet安装了一下fineui就好了。
作者: CHANGE    时间: 2016-7-23 11:07
xuezhou 发表于 2016-3-16 10:52
问题解决了,使用NuGet安装了一下fineui就好了。

楼主怎么解决的???我遇到了相同的问题。
作者: sanshi    时间: 2016-7-23 11:12
项目能编译通过,能在浏览器中运行。说明项目没有问题,建议为VS安装最新的SP补丁,然后重启VS试下




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4