相关疑难解决方法(0)

Visual Studio 2010:为什么所有的外语文件夹?

在我的解决方案的/ bin/debug文件夹中,我注意到了大量的外语文件夹,其名称如"ar","bg","ca","cs","da"......所有通往"zh-Hant"的路.每个文件夹都有这4个DLL的副本:

  • System.ComponentModel.DataAnnotations.resources.dll
  • System.Windows.Controls.Data.Input.resources.dll
  • System.Windows.Controls.Data.resources.dll
  • System.Windows.Controls.resources.dll

我正在开发的Silverlight应用程序没有任何国际化支持,所以我无法弄清楚这些文件和文件夹是如何实现的.总而言之,它几乎是13 MB的文件.

更糟糕的是,当我删除它们时,它们会在下次构建解决方案时重新生成.

有什么建议?

ETA:

这是Silverlight项目引用的DLL列表:

  • ESRI.ArcGIS.Client
  • ESRI.ArcGIS.Client.Toolkit
  • mscorlib程序
  • 系统
  • System.Core程序
  • System.Net
  • System.Runtime.Serialization
  • System.ServiceModel
  • System.Windows
  • System.Windows.Browser
  • System.Windows.Controls
  • System.Windows.Controls.Layout.Toolkit
  • System.Windows.Controls.Navigation
  • System.Windows.Interactivity
  • 的System.Xml

silverlight visual-studio-2010

18
推荐指数
1
解决办法
6084
查看次数

标签 统计

silverlight ×1

visual-studio-2010 ×1