Tuesday, November 6, 2012
Multi-Part message – “use of unconstructed message ” – Error message when you try to build a BizTalk project
Thank you Sandro. You have saved my time.
http://sandroaspbiztalkblog.wordpress.com/2009/04/29/multi-part-message-use-of-unconstructed-message-error-message-when-you-try-to-build-a-biztalk-project/
http://sandroaspbiztalkblog.wordpress.com/2009/04/29/multi-part-message-use-of-unconstructed-message-error-message-when-you-try-to-build-a-biztalk-project/
Monday, November 5, 2012
EventRecord.FormatDescription() method returns nothing though it has data.
When using System.Diagnostics.Eventing.Reader.EventLogQuery to read events from the Windows Event Log, the EventRecord.FormatDescription() method returns nothing though it has data.
When I set the Current Culture, it starts to working.
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Hope this will be helpful to anyone who comes across this issue.
Subscribe to:
Posts (Atom)