Tag Archives: entlib

System.TypeLoadException: Inheritance security rules violated by type: ”

I had this error: A first chance exception of type ‘System.TypeLoadException’ occurred in mscorlib.dll The configuration editor was unable to load an assembly. This may affect the configuration tasks you can perform.  The error encountered was: System.TypeLoadException: Inheritance security rules … Continue reading

Posted in EntLib (Enterprise Library) | Tagged , , | Leave a comment

System.TypeLoadException: Inheritance security rules violated by type: ”

I had this error: A first chance exception of type ‘System.TypeLoadException’ occurred in mscorlib.dll The configuration editor was unable to load an assembly. This may affect the configuration tasks you can perform.  The error encountered was: System.TypeLoadException: Inheritance security rules … Continue reading

Posted in EntLib (Enterprise Library) | Tagged , , | Leave a comment

Exception ‘Microsoft.Practices.EnterpriseLibrary.Validation, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’

if you get the following error: The configuration editor was unable to load an assembly  A first chance exception of type ‘System.IO.FileLoadException’ occurred in mscorlib.dll File name: ‘Microsoft.Practices.EnterpriseLibrary.Validation, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ then its probably because you did not install the … Continue reading

Posted in EntLib (Enterprise Library) | Tagged , , | Leave a comment

Unity of Enterprise Library Problems

This post will take about what ever problems that might come into my way while using ms unity: http://unity.codeplex.com

Posted in Development, Technical | Tagged , , , , , | Leave a comment

Inversion of control (IoC), Dependency injection (DI)

Dependency injection (DI) http://en.wikipedia.org/wiki/Dependency_injection   “Dependency injection (DI) in object-oriented computer programming is a technique that indicates to a part of a program which other parts it can use, i.e. to supply an external dependency, or reference, to a software … Continue reading

Posted in Technical | Tagged , , , , , , , , , , , , , | Leave a comment