Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
NewpnpheroA.jpg

The patterns & practices Enterprise Library is a library of application blocks designed to assist developers with common enterprise development challenges. Application blocks are a type of guidance, provided as source code that can be used "as is," extended, or modified by developers to use on enterprise development projects.

Quick Links



News
Got questions, bugs or suggestions for the new CodePlex site? Report them here!


 Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Enterprise Library News Feed 
 Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Enterprise Library News Feed 




patterns & practices Links
Last edited Jul 11 at 12:02 AM  by ctavares, version 68
Comments
harinatha wrote  Jan 31 2007 at 6:10 PM  
Are there any breaking changes from EL V2.0?

harinatha wrote  Jan 31 2007 at 6:11 PM  
Any Improvements to support Oracle Transperantly??
Are there any chnages to UpdateDataset to handle update scenario?

wjansoone wrote  Mar 29 2007 at 2:27 PM  
Currently the Tracer constructor takes one operation parameter (it is required that this operation is registered as a source). I wondered if the concept of a constructor with two parameters makes sense, the first being source, the second being the message logged. In this way there is less pressure on the number of sources needed to configure.

csdk11 wrote  Apr 9 2007 at 1:43 AM  
Are there any Hands-On-Labs to support your new release?
Thanks

mertsakarya wrote  Apr 10 2007 at 5:11 AM  
Can we start porting our existing codes (local app. blocks) to entLib 3.0 or should we wait a little more?

kmalik wrote  Apr 10 2007 at 8:50 AM  
Can't find EL source code in VB.Net? Is it only available in C#?

badrisahu wrote  Apr 16 2007 at 4:39 AM  
Hi ,
I have download this lib and I want to use in web applicate so I want to know how can use pls give me any demo application.



Thanks & Regards
Badri
My E-mail- Badri_sahu@yahoo.com

LocalJoost wrote  Apr 16 2007 at 11:32 AM  
The Visual Studio integrated configuration editor works fine and is VERY cool but the EXTERNAL tool does not seem to work properly anymore. This may be a problem on deployment sites where Visual Studio is not always available.

If I click on C:\Program Files\Microsoft Enterprise Library 3.0 - April 2007\Bin\EntLibConfig.exe and open a configuration file I get an unhandled exception:
System.TypeLoadException: Could not load type 'Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design.AppSettingsConfigurationDesignManager' from assembly 'Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
at System.Reflection.CustomAttribute._CreateCaObject(Void* pModule, Void* pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
at System.Reflection.CustomAttribute.CreateCaObject(Module module, RuntimeMethodHandle ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
at System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes)
at System.Reflection.CustomAttribute.GetCustomAttributes(Assembly assembly, RuntimeType caType)
at System.Reflection.Assembly.GetCustomAttributes(Type attributeType, Boolean inherit)
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationDesignManagerDomain.Load(Assembly assembly)
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationDesignManagerDomain.LoadFrom(String path)
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUIHierarchy.Load()
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUIHierarchy.Open()
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.OpenConfigurationApplicationNodeCommand.OpenFile()
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.OpenConfigurationApplicationNodeCommand.ExecuteCore(ConfigurationNode node)
at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Execute(ConfigurationNode node)
at Microsoft.Practices.EnterpriseLibrary.Configuration.Console.MainForm.OpenApplication()
at Microsoft.Practices.EnterpriseLibrary.Configuration.Console.MainForm.OnToolbarButtonClick(Object sender, ToolBarButtonClickEventArgs e)
at System.Windows.Forms.ToolBar.OnButtonClick(ToolBarButtonClickEventArgs e)
at System.Windows.Forms.ToolBar.WmReflectCommand(Message& m)
at System.Windows.Forms.ToolBar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Any suggestions?

chriseyre2000 wrote  Apr 16 2007 at 9:18 PM  
Why does the new Enterprise Library not support Windows 2000?
What will break?

a1b2c3d4 wrote  Apr 17 2007 at 3:11 PM  
Why is there no discussion group for Enterprise Library? How do we report bugs in Enterprise Library?

amitabhwankhede wrote  Apr 17 2007 at 3:51 PM  
Hi ,I had an 1.1 Frameworked Application which I later migrated to 2.0. Recently I tried to add ExcelPackage.Dll (a new third Party Dll) in to my application but I encountered following error message while Adding Reference to it.A reference to ExcelPackage.dll could not be added. Error Parsing application configuration file at line 10. Type{http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/readonlyconfigurationsectiondata} is not found in schema. I checked that my Enterprise Microsoft.Practices.EnterpriseLibrary.Configuration was of Version=1.0.0.0 . I believe i had to upgrade my Enterprise Dll to new version, is that so? If yes, How would i do that.I did installed the January 2006 Enterprise Library pack, but dont know how to proceed further? I would appreciate if anyone could help me with the issue.

atulbahl wrote  Apr 19 2007 at 10:49 PM  
Any ideas or directions about integrating application blocks 3.0 with .Net3.5 + WPF apps

sajjana wrote  Apr 20 2007 at 8:19 PM  
I have upgraded my application from EntLib 2.0 toEntLib 3.0. The app uses CAB 2005 Dec version. When I compile the app, it is giving so many errors due to compatibility issues of latest ObjectBuilder(1.0.51206.0) and CAB 2005 (1.0.51205.0) dlls.
Error Message:
The type 'Microsoft.Practices.ObjectBuilder.IBuilderAware' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.ObjectBuilder, Version=1.0.51205.0, Culture=neutral, PublicKeyToken=null'.
Is the latest ObjectBuilder not compatible with the CAB dlls?

palits wrote  Apr 27 2007 at 5:05 PM  
Hi, Does Enterprise Library 3.0 include the patch to 2.0 that allows it to work in a partial trust environment?

srhari wrote  May 3 2007 at 5:09 PM  
I found that in Ent Lib 3.0 (actually this issue is there from June 2005 release) to call an oracle stored procedure that returns a cursor, the stored procedure has to have the parameter defined as cur_OUT IN OUT. This annoys us, as we have lot of existing oracle packages which does a different name and we cannot change this, as there are some other applications calling these stored procedures and it's not possible for us to change all these applications to bind the cursor name to "cur_OUT". Is there any workaround for this?

Hari

randye wrote  May 4 2007 at 4:11 PM  
If the Rolling Flat File Trace Listener cannot overwrite a file because it is in use by another instance of the applica