Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
463 views
in Technique[技术] by (71.8m points)

.net - Custom solution configuration not showing up in Visual Studio 2010

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:

  • Active (Release)
  • Debug
  • Release
  • All Configurations

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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

  1. Right click on the solution.
  2. Select "Properties" from the context menu.
  3. In the resulting dialog, click on "Configuration Properties" in the left hand pane.
  4. Click the "Configuration Manager..." button on top right.
  5. Scroll down to your new project.
  6. Under the "Configuration" column for your project, select <New...>.
  7. In the resulting dialog, enter the name of your existing project, and un-check the box that says "Create new solution configurations" (since it already exists on the solution level).
  8. Go into the properties of that project and you will now see this configuration. Apply necessary properties for that configuration in your project.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...