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

  • SEARCH
  • Home
  • 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 6086891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:48:28+00:00 2026-05-23T11:48:28+00:00

Is it possible to set up a .NET project with a post build event

  • 0

Is it possible to set up a .NET project with a post build event to execute a powershell script? I am using this script to generate some files.

Also can I pass whether it’s a debug or release build to script. An example of this would be great.

  • 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-05-23T11:48:29+00:00Added an answer on May 23, 2026 at 11:48 am

    Here is an example :

    First of all : you must be aware of the fact that PowerShell must be configure to execute scripts. The following line allow PowerShell to execute scripts :

    Set-ExecutionPolicy RemoteSigned
    

    Special mention here : if you are running a 64bits system you’ve got to take care of the fact that ‘devenv.exe‘ the Visual Studio 2010 executable is a 32Bits exe, so you need to allow PowerShell 32 to execute scripts.

    Once here you can go in your project properties and configure post build as shown here under (sorry in french) :

    Post build in VS 2010

    For example :

    Example of postbuild with powershell

    Here is the file ‘psbuild.ps1‘, it creates a ‘test.txt‘ in the target path with the configuration name inside. I put in comment different ways to debug your postbuild script (message box, sound, message on the output)

    param ([string]$config, [string]$target)
    
    #[void][Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    #[void][System.Windows.Forms.MessageBox]::Show("It works.")
    #[Console]::Beep(600, 800)
    #Write-Host 'coucou'
    set-content $target -Value $config -Force
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In .NET framework, is it possible to set some of the items in the
Is it possible to set a project default for VB.NET winforms projects so that
In Java SE it is possible set the cause of an exception using initCause
Is it possible to set the data in a ContentPlaceHolder through code? This is
Is it possible to set some image as title of Navigation bar? I think
I only want facts as far as possible. There are some things that ASP.Net
I'm trying to get a set of reports running in an (VB) ASP.NET project
I have a VB.net project which uses a background worker to do some stuff.
VB.NET automatically prefixes the root namespace set in the project properties to the namespace
On a recent project I have been working on in C#/ASP.NET I have some

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.