Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread Richard.Foster
Yes you can, I do it all the time! Take a look at http://nant.sourceforge.net/release/latest/help/tasks/delay-sign.html for details Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rosy Malhotra Sent: Monday, April 30, 20

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread Rosy Malhotra
That I know but, can't we create strong names using nant. Thanks and Regards, Rosy Malhotra From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 6:16 PM To: Rosy Malhotra Cc: nant-users@lists.sourceforge.net; [EMAIL PRO

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread Phil Sayers
it would appear that the error message tells you exactly what the problem is here -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rosy Malhotra Sent: Monday, April 30, 2007 8:01 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; nant-users@lists.source

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread William_Martin
You need to give your assembly a strong name. You can do this by setting an AssemblyKeyFile attribute in the assemblyinfo file. To kenerate a key file use the sn.exe utility (look on MSDN for details.) Something like: Cheers, Bill From "Rosy Malhotra" <[EMAIL PROTECTED]> 30/04

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread Rosy Malhotra
Hi, I have used this but it is giving me an error that : Batch.compile: [echo] Compilation of Batch Source code [echo] --- [gac-install] Installing 'D:\Project\Dot Net\REIOS\dist\Batch.dll' . . . [gac-install] Failure adding assembly to

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread William_Martin
You can't, however, you can install an assembly to the gac with the task in nant-contrib: http://nantcontrib.sourceforge.net/release/latest/help/tasks/gac-install.html Cheers, Bill From "Rosy Malhotra" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 30/04/2007 10:

[NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-04-30 Thread Rosy Malhotra
Hi, Please tell how to put ASP.net 1.1 assembly in GAC using VBC task of NANT. It is very urgent. Thanks and Regards, Rosy Malhotra