RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
Sent: 16 March 2004 12:27 > To: Peter McEvoy; Dave Bost; [EMAIL PROTECTED] > Subject: Re: [Nant-users] ASP.NET Projects with references to > Infragistics > > > Peter, > > Seems like this issue keeps haunting me ;) > > I'll try to post a build with additional d

Re: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Gert Driesen
<[EMAIL PROTECTED]>; "Dave Bost" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 11:48 AM Subject: RE: [Nant-users] ASP.NET Projects with references to Infragistics > Gert et al, > I have had a chance to try license generation again with the

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
e containing a repro if its still not working. I'm really committed to fixing this ! Gert - Original Message - From: Peter McEvoy To: Dave Bost ; [EMAIL PROTECTED] Sent: Monday, March 08, 2004 9:55 AM Subject: RE: [Nant-users] ASP.NET Projects with references to Infragistics We are

Re: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-09 Thread Gert Driesen
TECTED]> Sent: Monday, March 08, 2004 4:33 PM Subject: RE: [Nant-users] ASP.NET Projects with references to Infragistics > The path I'm going down is to set the compile option for the licenses.licx > file from 'Embedded Resource' to 'None'. This skips the LicenseT

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-09 Thread Dave Bost
me doing anything to the .licx file.  Kind of makes me wonder what the .licx is for.  Maybe it’s just for design time.   Dave B.   From: Peter McEvoy [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:56 AM To: Dave Bost; [EMAIL PROTECTED] Subject: RE: [Nant-users] ASP.NET

Re: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-08 Thread Gert Driesen
ginal Message - From: Peter McEvoy To: Dave Bost ; [EMAIL PROTECTED] Sent: Monday, March 08, 2004 9:55 AM Subject: RE: [Nant-users] ASP.NET Projects with references to Infragistics We are using infragistics as well (in fact the two components that you specify).  I

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-08 Thread Peter McEvoy
Title: Message We are using infragistics as well (in fact the two components that you specify).  I found we could not use the solution task at all when a licensed component was being used (the exact same error as you - this was visible even in version 0.852004026).  We believe that the solut

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-07 Thread Morris, Jason
Here is a sample from our ASP.NET build script using nAnt 0.84.  We do the following:   1) copy over the Infragistic files to build directory and the dlls to the build's bin directory. 2) Then we compile our assembly that reference the infragistic components.  We have the license.licx file in

RE: [Nant-users] ASP.net projects

2003-06-25 Thread Erv Walter
ASP.NET is not that complex. It's basically just a bunch of text files (*.as?x and web.config) along with a class library (or several class libraries). We just build all the code-behind classes into a single class library assembly. We then copy all the text files and any dependencies to their fi