Brian On Software

Because there is so much MORE to software development than 1’s and 0’s…

Subscribe in a readerSubscribe in a reader Subscribe via emailSubscribe via email

Blessed be the God and Father of our Lord Jesus Christ! According to his great mercy, he has caused us to be born again to a living hope through the resurrection of Jesus Christ from the dead, to an inheritance that is imperishable, undefiled, and unfading, kept in heaven for you, who by God's power are being guarded through faith for a salvation ready to be revealed in the last time. (1 Peter 1:3-5, NIV)

May
16
2008

Integrating Enterprise Library 3.1 Configuration Tool in Visual Studio 2008

I’m getting my hands dirty with Enterprise Library for the first time and we’re currently targeting EntLib v3.1 with Visual Studio 2008.  At first I was editing the configuration files by hand, but then after reading the documentation, I found out that there’s a Configuration Tool that’s shipped with the EntLib installer.  The only problem is that it doesn’t integrate with the IDE automatically upon the installation. 

Here are the steps necessary to have the EntLib’s Configuration Tool integrated with Visual Studio 2008:

  1. Exit all instances of your Visual Studio 2008 before proceeding.
  2. Download and import the registry file that you will find in CodePlex.
  3. Open a Visual Studio 2008 Command Prompt and type devenv /setup.  This operation should take less than a minute to complete.

Now, you can launch Visual Studio 2008 and when you right-click a config file from the Solution Explorer, you’ll be able to edit its configuration using the Enterprise Library Configuration tool. 

NOTE: In order to view/edit an element’s properties, you’ll need to activate the IDE’s Properties Window (from the View menu, select Properties Window or hit F4 on your keyboard).

kick it on DotNetKicks.com

Similar posts you might be interested in reading:

Leave a Reply