Re: Generating CSV file output

2009-03-25 Thread Scott Alexander
I created a custom appender for CSV output. Note: i had to recompile log4net to make the RollFile method virtual. Hope this helps. Scott private static DevicePointValueCsvAppender CreateCsvAppender(string modbusMasterName, IEnumerable values) { var appender = new DevicePoint

Re: Strong Name Key

2008-12-01 Thread Scott Alexander
correction - (1.2.10.0 signed by the log4net key) On Mon, Dec 1, 2008 at 8:16 AM, Scott Alexander <[EMAIL PROTECTED]> wrote: > NHibernate is compiled against the strong named version of log4net so > yes, it requires a specific version (1.2.10.9 signed by the log4net > key) of log

Re: Strong Name Key

2008-12-01 Thread Scott Alexander
NHibernate is compiled against the strong named version of log4net so yes, it requires a specific version (1.2.10.9 signed by the log4net key) of log4net. Scott On Mon, Dec 1, 2008 at 8:11 AM, Walden H. Leverich <[EMAIL PROTECTED]> wrote: > Does NHibernate require a signed version of the assembly

Strong Name Key

2008-12-01 Thread Scott Alexander
... any a= dvice? Thanks Scott Alexander P.S. love the project!