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 92449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:11:19+00:00 2026-05-10T23:11:19+00:00

Using TeamCity, I’m trying to get a (TestAutomationFX) test that requires an STA thread

  • 0

Using TeamCity, I’m trying to get a (TestAutomationFX) test that requires an STA thread to run .

It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, described at http://madcoderspeak.blogspot.com/2008/12/getting-nunit-to-go-all-sta.html)

It works via:

/// <summary> /// Via Peter Provost / http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/ /// </summary> public static class CrossThreadTestRunner // To be replaced with (RequiresSTA) from NUnit 2.5 {     public static void RunInSTA(Action userDelegate)     {         Exception lastException = null;          Thread thread = new Thread(delegate()           {               try               {                   userDelegate();               }               catch (Exception e)               {                   lastException = e;               }           });         thread.SetApartmentState(ApartmentState.STA);          thread.Start();         thread.Join();          if (lastException != null)             ThrowExceptionPreservingStack(lastException);     }      [ReflectionPermission(SecurityAction.Demand)]     static void ThrowExceptionPreservingStack(Exception exception)     {         FieldInfo remoteStackTraceString = typeof(Exception).GetField(           '_remoteStackTraceString',           BindingFlags.Instance | BindingFlags.NonPublic);         remoteStackTraceString.SetValue(exception, exception.StackTrace + Environment.NewLine);         throw exception;     } } 

I’m hoping to use something built in. So NUnit 2.5.0.8322 (Beta 1)’s RequiresSTAAttribute seems ideal. It works standalone, but not via TeamCity, even when I attempt to force the issue via:

<NUnit Assemblies='Test\bin\$(Configuration)\Test.exe' NUnitVersion='NUnit-2.5.0' /> 

The docs say the runner supports 2.5.0 alpha 4? (http://www.jetbrains.net/confluence/display/TCD4/NUnit+for+MSBuild)

Probably answering my own question, 2.5.0 Aplha 4 doesnt have RequiresSTAAttribute, hence the runner is not honouring my Attribute…

  • 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. 2026-05-10T23:11:20+00:00Added an answer on May 10, 2026 at 11:11 pm

    TeamCity 4.0.1 contains NUnit 2.5.0 beta 2. I believe that should work for that case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 240k
  • Answers 240k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You use the unary * operator to dereference a pointer.… May 13, 2026 at 7:13 am
  • Editorial Team
    Editorial Team added an answer The IsDefault property only means that this button is "clicked"… May 13, 2026 at 7:13 am
  • Editorial Team
    Editorial Team added an answer Erlang is highly optimized for a telecommunications environment, running at… May 13, 2026 at 7:13 am

Related Questions

Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread
I am using TeamCity 4.5.1 to build and deploy an ASP.Net application to development.
I'm using TeamCity to manage one of my projects however it doesn't seem to
I'm using TeamCity to do automated builds of test and production. TeamCity runs our
I'm using TeamCity Professional Version 4.5.4 (build 9071) at work to build my asp.net

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.