Re: [NAnt-users] STAThread Exception while running Nant

2008-01-30 Thread Agarwal, Prateek
Behalf Of Agarwal, Prateek Sent: dinsdag 29 januari 2008 12:16 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] STAThread Exception while running Nant Hi, I am using Nant to run a suite of test cases. Certain test cases are throwing a threading exception suggesting that the ApartmentState

Re: [NAnt-users] STAThread Exception while running Nant

2008-01-29 Thread Valentijn Makkenze
@lists.sourceforge.net Subject: [NAnt-users] STAThread Exception while running Nant Hi, I am using Nant to run a suite of test cases. Certain test cases are throwing a threading exception suggesting that the ApartmentState should be changed to STA. I am not able to do so since I do not have a main method to add

[NAnt-users] STAThread Exception while running Nant

2008-01-29 Thread Agarwal, Prateek
Hi, I am using Nant to run a suite of test cases. Certain test cases are throwing a threading exception suggesting that the ApartmentState should be changed to STA. I am not able to do so since I do not have a main method to add the STAThread attribute to. What else can be done? Thanks in adva