自定义解决方案配置未显示在 Visual Studio 2010 中

Custom solution configuration not showing up in Visual Studio 2010(自定义解决方案配置未显示在 Visual Studio 2010 中)
本文介绍了自定义解决方案配置未显示在 Visual Studio 2010 中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我添加了一个名为Staging"的解决方案配置.它确实显示在 VS 的下拉列表中,但未显示在打包/发布 Web"屏幕的配置管理器中.在这个屏幕上,我在下拉列表中看到的是:

I added a solution configuration called 'Staging'. It does show up on the drop down in VS, but not in the Configuration Manager in 'Package/Publish Web' screen. On this screen, the ones I see in the dropdown are:

  • 活动(发布)
  • 调试
  • 发布
  • 所有配置

我在这里看不到 Staging 以便我在 Staging 模式下打包

I don't see Staging in here for me to package in the Staging mode

推荐答案

我找到了在创建自定义构建配置后添加新项目的问题的解决方案 -

I found a solution to the issue of adding a new project AFTER creating a custom build config -

  1. 右键单击解决方案.
  2. 从上下文菜单中选择属性".
  3. 在出现的对话框中,点击左侧窗格中的配置属性".
  4. 点击右上角的配置管理器..."按钮.
  5. 向下滚动到您的新项目.
  6. 在项目的配置"列下,选择<New...>.
  7. 在出现的对话框中,输入现有项目的名称,然后取消选中创建新的解决方案配置"框(因为它已经存在于解决方案级别).
  8. 进入该项目的属性,您现在将看到此配置.在您的项目中为该配置应用必要的属性.

这篇关于自定义解决方案配置未显示在 Visual Studio 2010 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)