I\'ve just started to use the enterprise library 5 data access application block, but I keep on getting login failed errors.
Has any one used Microsoft\'s Enterprise Library, if so what parts of it did you use? I am using building a website (I guess the client app type is not important, it can be a Windows app as well) wit
When rendering a view in an ASP.NET MVC application, I am getting the following Yellow Screen of Death. It will occur only once during the server lifecycle, subsequent renders work fine. I don\'t have
I\'m currently using Microsoft Enterprise Library 5.0, and I\'m wondering if the cod开发者_JAVA百科e below is an accepted way of handling transactions.
I need to add the Tag securityCryptographyConfiguration in the web.config in order to use the MS Application blocks 4.1 for Cryptography. This tag is开发者_如何转开发 available in app.config(Windows).
I am trying to change the subject line of email sent by Enterprise Library 5. I don\'t mean changing the subject line Starter/Ender (as seen in http://entlib.codeplex.com/discussions/69689?ProjectName
Our project is using a common class library project which reference enterprise library 3.0 for logging. We want to upgrade the EL to 5.0. For this, we installed Enterprise Library 5.0, added new loggi
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m trying to create a DAO object that takes a constructor dependency to the Data Access Application Block\'s Database object. How do I setup my .config file to have开发者_如何学运维 Unity resolve th
I am wondering if anyone out there on here has been able to succesfuly use the Enterprise Library to work across n-Tier Layer Structure, where the UI is of different Mediums.