未找到必需的属性 'duplicateFilePattern'
Required attribute 'duplicateFilePattern' not found
我正在使用 https://elfinder.codeplex.com/ 的 elFinder Webfroms 版本。我已经下载并尝试 运行 项目,但无法 运行 项目。 运行测试项目时出现以下错误。
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request. Please review the
specific error details below and modify your configuration file
appropriately.
Parser Error Message: Required attribute 'duplicateFilePattern' not
found.
Source Error:
Line 12: Line 13: Line 14:
defaultVolumeName="LocalFileSystem"
baseUrl="http://localhost:56439/data/"
baseThumbsUrl="http://localhost:56439/data/.thumbs/"> Line 16:
Source File:
C:\Users\xyz\Desktop\elFinderFileManager\elFinderFileManager\web.config
Line: 14
Version Information: Microsoft .NET Framework Version:4.0.30319;
ASP.NET Version:4.0.30319.34248
错误:
我在 Google 上进行了很多尝试以找出此错误的原因,但无法在网络上找到任何线索。
请知道的人告诉我如何解决这个问题?
提前致谢!
不是 100% 确定,因为我不容易找到文档,但错误是说您必须为 duplicateFilePattern 属性.
指定一个值
在 SO 上快速搜索发现一个共同的价值是
duplicateFilePattern="Copy of {0}"
建议它是一个格式字符串,用于在文件已存在的情况下更改文件名。
我建议您查看有关 elFinder 的文档,特别是有关配置的部分。
我正在使用 https://elfinder.codeplex.com/ 的 elFinder Webfroms 版本。我已经下载并尝试 运行 项目,但无法 运行 项目。 运行测试项目时出现以下错误。
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Required attribute 'duplicateFilePattern' not found.
Source Error:
Line 12: Line 13: Line 14: defaultVolumeName="LocalFileSystem" baseUrl="http://localhost:56439/data/" baseThumbsUrl="http://localhost:56439/data/.thumbs/"> Line 16:
Source File: C:\Users\xyz\Desktop\elFinderFileManager\elFinderFileManager\web.config Line: 14
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248
错误:
我在 Google 上进行了很多尝试以找出此错误的原因,但无法在网络上找到任何线索。
请知道的人告诉我如何解决这个问题?
提前致谢!
不是 100% 确定,因为我不容易找到文档,但错误是说您必须为 duplicateFilePattern 属性.
指定一个值在 SO 上快速搜索发现一个共同的价值是
duplicateFilePattern="Copy of {0}"
建议它是一个格式字符串,用于在文件已存在的情况下更改文件名。
我建议您查看有关 elFinder 的文档,特别是有关配置的部分。