Hi,
I have a query regarding .Net application blocks. I have created one application using logging application block and have to deploy it on the client machine. Do I have to install Enterprise libary on the client machine also or only dlls would be sufficient to run the application on client machine
Regards,

Application blocks.
Vijay Chegu
When you create package of your application, it should take required Application Block's dlls as dependancies. On deployment on client machine, it should work fine. So, only the dlls should help, you do not have to install enterprise lib there. Secondly if you are writing log in database, you might need to create database for that. And if it is in EventLog, you might have to take care of the access rights. Hope this helps.