Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8495101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:28:37+00:00 2026-06-10T23:28:37+00:00

I am creating a Visual studio add-in writing in C# allowing users to send

  • 0

I am creating a Visual studio add-in writing in C# allowing users to send their code to a remote PC for parsing. The process will differ depending on what Active Solution Platform is being used.

I would like the add-in to be able to obtain the current Active Solution Platform so the users code can be processed correctly.

I tried the following:

try    
{
SolutionBuild builder = applicationObject.Solution.SolutionBuild;
SolutionConfiguration2 config;
config = (SolutionConfiguration2)builder.SolutionConfigurations.Item(1);
MessageBox.Show("The platform name of 
the solution configuration is: " + config.PlatformName);
}
catch(SystemException ex)
{
   MessageBox.Show(ex.ToString());
} 

However this always returns the first Platform in the list, not the current platform.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:28:38+00:00Added an answer on June 10, 2026 at 11:28 pm

    This will get the configuration name and platform name for the active project.

    object[] openProjects = (object[])applicationObject.ActiveSolutionProjects;
    Project activeProject = (Project)openProjects[0];
    string configurationName = activeProject.ConfigurationManager.ActiveConfiguration.ConfigurationName;
    string platformName = activeProject.ConfigurationManager.ActiveConfiguration.PlatformName;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating an add-in for Visual Studio 2008 that will allow me to switch
I'm creating a Visual Studio 2010 extension using a Package template, not an Add-in.
I am creating a Visual Studio Add-inn, i need to add new c# windows
I'm creating a MapPoint add-in with Visual Studio 2010. I would like it to
When creating a Visual Studio Add-In, how can you utilise an app.config for the
I'm creating a visual studio add in that adds files to the current project
I want to programmatically add references to Visual Studio projects. This is for creating
I am creating an Add-In for Visual Studio 2010 . Using this Addin I
I am creating an Excel Add-In using Visual Studio 2010. I would like to
I'm new to creating installers using Visual Studio, and was wondering about the Global

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.