C# & EntLib 1.1 Programming Software Development by rickarde …. I'm using Win XP Sp3, .NET framework 1.1, EntLib 1.1 (rebuilt w strong names = ok) and a local… of right now. Is there a way to get the EntLib to output some logging - except modifying the source code, which… Error adding control to Form - EntLib issue? Programming Software Development by G_Waddell …,)** and mentions differences in versions of EntLib. I don't have any references to Entlib in my project, any ideas how I… How to use Pervasive Database in Caching Application Block (CAB) Programming Software Development by pshirgaonkar … cache storage. I have followed the procedures toc use the EntLib 5.0 in an application & also created tables and… Re: How to Connect SQL Server Databse in ASP.NET Application Programming Web Development by BMXDad A better option is to use the EntLib (Enterprise Library) collection. [EntLib Download Site](http://entlib.codeplex.com/) Re: synchronising code Programming Software Development by powerbox … of how should locking be done. See [URL="http://entlib.codeplex.com/Wikipage"]http://entlib.codeplex.com/Wikipage[/URL] Re: object reference not set to an instance of an object Programming Software Development by Momerath You can encrypt the data and the user won't be able to read it. Take a look at [URL="http://www.pnpguidance.net/Post/EnterpriseLibrary3VisualStudioIntegratedConfigurationEditor.aspx"]this[/URL] and [URL="http://entlib.codeplex.com/"]this[/URL] Re: object reference not set to an instance of an object Programming Software Development by lianpiau [QUOTE=Momerath;1489091]You can encrypt the data and the user won't be able to read it. Take a look at [URL="http://www.pnpguidance.net/Post/EnterpriseLibrary3VisualStudioIntegratedConfigurationEditor.aspx"]this[/URL] and [URL="http://entlib.codeplex.com/"]this[/URL][/QUOTE] Thank You Re: Error adding control to Form - EntLib issue? Programming Software Development by tinstaafl I'm wondering if the control was designed for a different version of .net. In your case, it looks like the method the control is trying to access is using different arguments in your version of .net than the one the control was designed in, and it can't cast the object supplied into the object that's required. Re: Error adding control to Form - EntLib issue? Programming Software Development by G_Waddell Hi, It was the same version of .Net, but they were extra references I did have to include in the project (that I was not told about) once I added them it all started working