单击一次部署/设置项目
当我将 ProjectProperties->Publish->Options->Publish Language 设置为德语时,我收到以下错误:
警告 1 无法匹配项目“Windows Installer 3.1”的区域性“de-DE”。 使用文化“en”代替。 ****** 警告 2 无法匹配项目“.NET Framework 3.5”的区域性“de-DE”。 使用文化“en”代替。 *****
我使用的是德语 Vista,但是 VS 是英语。
im getting the following errors when i set ProjectProperties->Publish->Options->Publish Language to German:
Warning 1 Could not match culture 'de-DE' for item 'Windows Installer 3.1'. Using culture 'en' instead. ******
Warning 2 Could not match culture 'de-DE' for item '.NET Framework 3.5'. Using culture 'en' instead. *****
Im using German Vista, VS however is english.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能没有这两个软件包的德语版本。 它们与 Visual Studio 一起提供,在您的情况下,它是英语的。
请查看此网站 的ClickOnce 用户界面部分。 它为您提供了解决此问题的详细信息。
You probably don't have the german versions of these two packages. They come along with Visual Studio, which in your case is English.
Look at the The ClickOnce User Interface section of this site . It gives you the details of what you can do to workaround this problem.