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

2008-01-29 Thread Valentijn Makkenze
Hi, Add this to your app.config Success, Valentijn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Agarwal, Prateek Sent: dinsdag 29 januari 2008 12:16 To: nant-users@lists.sourceforge.

[NAnt-users] ANN: NAnt Wizard. GUI front-end for NAnt.

2008-01-29 Thread Victor Nakoryakov
Hello everyone! NAnt Wizard is a compact GUI for NAnt. Code editor is absent, accent is done on process of building rather than script creation. This makes tool suitable for use in scenarios when non-programmers have to use NAnt for some kind of automation. However programmers could find NAnt Wiza

[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