RE: [Nant-users] accessing methods in external DLLs

2005-06-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Curtis Zarger > Sent: donderdag 30 juni 2005 16:10 > To: nant-users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [Nant-users] accessing methods in external DL

[Nant-users] accessing methods in external DLLs

2005-06-30 Thread Curtis Zarger
Hello, I am managing builds for a project that encrypts their database connection strings in web.config. Due to the hosting environment we're in, I need to change some values in the connection string. I would like to be able to access the encrypt/decrypt methods in their DLL to do that. It seem