Navigation
Links

Powered by Squarespace
« SqlMetal.exe crashes when a column name in the result set is [ ]. | Main | ClickOnce progress suggestion »
Monday
May212007

Some Enterprise Library 3.0 - April 2007 bug fixes

Here are the bug fixes I wrote for Enterprise Library 3.0 - April 2007, related to using the EntLibLoggingProxyTraceListener to proxy .NET TraceListener messages to enterprise library and logging over MSMQ via MsmqTraceListener.

In Microsoft. Practices. EnterpriseLibrary. Logging. TraceListeners. EntLibLoggingProxyTraceListener, comment out
properties.Add(TraceEventCacheKey, eventCache); // line 66 & 146 (fix for SerializationException)
In Microsoft. Practices. EnterpriseLibrary. Logging. TraceListeners. MsmqTraceListener, change queueMessage.Label = messageLabel;
to queueMessage.Label = string.IsNullOrEmpty (messageLabel) ? string.Empty : messageLabel; // line 153 (fix for ArgumentNullException)
In LoggingDatabase.sql, change [Title] [nvarchar](256) NOT NULL,
to [Title] [nvarchar](256) NULL,

References (1)

References allow you to track sources for this article, as well as articles that were written in response to this article.
  • Response
    Greeting. I want to say - thank you for this. Help me! It has to find sites on the: Bariatric surgery products. I found only this - how to pay for bariatric surgery . Bariatric surgery, this needs that the modern people and procedures of the index have mistaken. Bariatric surgery, ...

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>