Thirteen Days a Week

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 0 Stories | 15 Comments | 0 Trackbacks

News

Archives

Post Categories

July 2010 Entries

I was doing some more work on my validation pipeline component and came across something that I thought was worth mentioning, since I've never noticed it before. I had just added a resource file to my assembly to store my component's name, description, version, icon, etc and was just about to start writing the code to retrieve these items from the resource file using System.Resources.ResourceMa... I can never remember how embedded resource files are named once they end up compiled in an assembly,...

Today I started working on a pipeline component that's going to be used to validate message content. The validation rules will be stored in BRE. Some of the rules will rely on data from a database. Before I started working on the pipeline component code, I wanted to get my BRE policy working. The rules aren't too complicated, so I didn't expect it to take long to create and test them out. However I ran into an error I'd never seen before as soon as I tried to add some database facts to the rules....