Updated Wiki: Home
The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges. Application...
View ArticleNew Post: Validators stopped working after upgrade from 4.1 to 5.0
There was a change in behavior between version 4 and 5 (not sure if it was intentional). The workaround is to use the CreateValidator method:ValidationResults r =...
View ArticleNew Post: cache block - limit by memory size
There is no out of the box cache size setting. If you need a memory cache then I would just use the new (.NET 4) caching functionality (or AppFabric for more complex distributed scenarios).-- Randy...
View ArticleNew Post: What is the minimum version of the Azure SDK is required to use...
As far as I'm aware of, v1.6 should be fine. What is the exact behavior and message you are seeing?-- Randy Levyentlib.support@live.com Enterprise Library support engineerSupport How-to
View ArticleNew Post: Planned support for WindowsAzure.Storage 2.0.x ?
Glad to hear you are taking advantage of Topaz.An upgrade is coming shortly (within next week or so). In fact, we are restructuring Topaz not to have any hard dependencies on any of the technologies....
View ArticleNew Post: Share EntLib Validator Attributes between Client and Server with...
Yes, I can confirm this is a problem. The issue is that the Validation Application Block for Silverlight references System.ComponentModel.DataAnnotations version 2.0.5.0. However Silverlight 5...
View ArticleCreated Issue: it seems the Hands On labs are bundeled with outdated libs...
The required version to get the Logging excercise 01 running is version 5.0.505.0I downloaded the Hands on labes here: http://www.microsoft.com/en-us/download/details.aspx?id=6932
View ArticleNew Post: EntLib Config Tool - Admin rights required for Custom Trace Listener
For application development my preferred method is to use the EnterpriseLibrary.Config extension. This integrates into Visual Studio and lets you specify an arbitrary Enterprise Library binaries path...
View ArticleUpdated Wiki: EntLib5ReleaseNotes
Microsoft Enterprise Library – April 2010 Final ReleaseRelease Notes Updated 4/28/2010Welcome to the final release of Microsoft Enterprise Library 5.0!This document contains a brief summary of...
View ArticleNew Post: EntLib Config Tool - Admin rights required for Custom Trace Listener
Maybe I am missing something but I believe EnterpriseLibrary.Config is exactly what I am using (see screenshots below).1) The "Logging" project holds my custom trace listener and associated...
View ArticleNew Post: EntLib Config Tool - Admin rights required for Custom Trace Listener
Ok - I guess I was wrong. I set the "Enterprise Library binaries paths" to:GlobalSection(ExtensibilityGlobals) = postSolution EnterpriseLibraryConfigurationToolBinariesPath =...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:20121217.3Added additional Web Exception Status codes to be...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:20121217.3Included support for: Windows Azure Caching...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:5.1.1212.0Included support for: Windows Azure Caching...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:5.1.1212.0Included support for: Windows Azure Caching...
View ArticleNew Post: EntLib Config Tool - Admin rights required for Custom Trace Listener
It should work as long as you have all the assemblies in the C:\Users\xxxxxxx\Desktop\SysloggerTest\Logging\bin directory and that the configuration has the correct type information. So the...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:5.1.1212.0Included support for: Windows Azure Caching...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:v5.1.1212.0Included support for: Windows Azure Caching...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log includes updates to Topaz in reverse-chronollogical order:v5.1.1212.0Included support for: Windows Azure Caching...
View ArticleUpdated Wiki: TopazChangeLog
Transient Fault Handling Application Block ("Topaz") Change Log This change log describes updates to Topaz in reverse-chronollogical order.v5.1.1212.0Included support for: Windows Azure Caching...
View Article