找回密码
 立即注册

QQ登录

只需一步,快速开始

YTg

初级会员

10

主题

37

帖子

274

积分

初级会员

积分
274

[已处理] 图表报表404错误

YTg
初级会员   /  发表于:2020-4-24 16:16  /   查看:3879  /  回复:9
1金币

附件: 您需要 登录 才可以下载或查看,没有帐号?立即注册

9 个回复

倒序浏览
KearneyKang讲师达人认证 悬赏达人认证
超级版主   /  发表于:2020-4-24 17:52:06
沙发
还是不行吗??
回复 使用道具 举报
YTg
初级会员   /  发表于:2020-4-26 09:38:52
板凳

可能是web.config配置的问题,因为我的创建好之后并没有生成关于AR的代码
回复 使用道具 举报
KearneyKang讲师达人认证 悬赏达人认证
超级版主   /  发表于:2020-4-26 09:40:31
地板
你的意思是你按着对应的操作,Config文件没有自动生成对应的匹配信息
回复 使用道具 举报
YTg
初级会员   /  发表于:2020-4-26 09:49:29
5#
KearneyKang 发表于 2020-4-26 09:40
你的意思是你按着对应的操作,Config文件没有自动生成对应的匹配信息

没有啊........
回复 使用道具 举报
YTg
初级会员   /  发表于:2020-4-26 09:55:10
6#
KearneyKang 发表于 2020-4-26 09:40
你的意思是你按着对应的操作,Config文件没有自动生成对应的匹配信息
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.   有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4.   https://go.microsoft.com/fwlink/?LinkId=301880
  5.   -->
  6. <configuration>
  7.     <configSections>
  8.     <section name="ActiveReports14" type="GrapeCity.ActiveReports.Web.ActiveReportsSettingsSection" />
  9.   </configSections>
  10.   <appSettings>
  11.     <add key="webpages:Version" value="3.0.0.0" />
  12.     <add key="webpages:Enabled" value="false" />
  13.     <add key="ClientValidationEnabled" value="true" />
  14.     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  15.   </appSettings>
  16.   <system.web>
  17.     <compilation  debug="true" targetFramework="4.6.2" />
  18.     <httpRuntime targetFramework="4.6.2" />
  19.   </system.web>
  20.   <runtime>
  21.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  22.       <dependentAssembly>
  23.         <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
  24.         <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  25.       </dependentAssembly>
  26.       <dependentAssembly>
  27.         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
  28.         <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
  29.       </dependentAssembly>
  30.       <dependentAssembly>
  31.         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  32.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  33.       </dependentAssembly>
  34.       <dependentAssembly>
  35.         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  36.         <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
  37.       </dependentAssembly>
  38.       <dependentAssembly>
  39.         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  40.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  41.       </dependentAssembly>
  42.       <dependentAssembly>
  43.         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  44.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  45.       </dependentAssembly>
  46.       <dependentAssembly>
  47.         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  48.         <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
  49.       </dependentAssembly>
  50.       <dependentAssembly>
  51.         <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  52.         <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  53.       </dependentAssembly>
  54.       <dependentAssembly>
  55.         <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  56.         <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
  57.       </dependentAssembly>
  58.       <dependentAssembly>
  59.         <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  60.         <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  61.       </dependentAssembly>
  62.       <dependentAssembly>
  63.         <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
  64.         <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
  65.       </dependentAssembly>
  66.       <dependentAssembly>
  67.         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  68.         <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
  69.       </dependentAssembly>
  70.       <dependentAssembly>
  71.         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
  72.         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
  73.       </dependentAssembly>
  74.       <dependentAssembly>
  75.         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  76.         <bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
  77.       </dependentAssembly>
  78.       <dependentAssembly>
  79.         <assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
  80.         <bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
  81.       </dependentAssembly>
  82.       <dependentAssembly>
  83.         <assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  84.         <bindingRedirect oldVersion="0.0.0.0-4.1.1.1" newVersion="4.1.1.1" />
  85.       </dependentAssembly>
  86.       <dependentAssembly>
  87.         <assemblyIdentity name="System.Security.Cryptography.Cng" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  88.         <bindingRedirect oldVersion="0.0.0.0-4.3.1.0" newVersion="4.3.1.0" />
  89.       </dependentAssembly>
  90.     </assemblyBinding>
  91.   </runtime>
  92.   <system.codedom>
  93.     <compilers>
  94.       <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
  95.       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  96.     </compilers>
  97.   </system.codedom>
  98. </configuration>
复制代码
回复 使用道具 举报
YTg
初级会员   /  发表于:2020-4-26 09:58:12
7#

这是没有生成吧
回复 使用道具 举报
KearneyKang讲师达人认证 悬赏达人认证
超级版主   /  发表于:2020-4-26 14:06:41
8#
你好,我看了你的项目WebConfig 文件,里面少了具体的配置信息。我在官方QQ群里会上传一个正常可以运行的MVC的demo,你去把报表模板替换为你现在的模板看看能不能正常的展示论坛只能传输20M的文件,demo太大传输不上来。
QQ群:109783140

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
YTg
初级会员   /  发表于:2020-4-28 10:57:43
9#
KearneyKang 发表于 2020-4-26 14:06
你好,我看了你的项目WebConfig 文件,里面少了具体的配置信息。我在官方QQ群里会上传一个正常可以运行的MV ...

关于web.coonfig不生成的问题有什么解决方案吗
回复 使用道具 举报
KearneyKang讲师达人认证 悬赏达人认证
超级版主   /  发表于:2020-4-28 13:54:21
10#
这个我们这边都是自动生成的,你那边没有自动生成,我这边还没遇到。还需要看看
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部