Home All Groups Group Topic Archive Search About

how to use microsoft application blocks ent lib june 2005

Author
5 Oct 2006 11:39 AM
Mukesh
Hi

I m using
microsoft application blocks Enterprise Library june 2005 with .net
framework 1.1  and VStudio2003 And C# as coding language
Sql server 2000 database

the project is running properly on the localhost  server
but my online server does not have the ms Ent lib installed and also
de\oes not have visual studio that simply a .net 1.1 installed on that.
That means the windows services that the MS entLIb 2005 requires are not
installed on the server. SO the project is giving error and not
connecting to the database.

*SO how can i use MS ent Lib without installing the services on the
server and Simply refering the dll's provided with MS entLib.

Plz Help me

Mukesh Kumar Agarwal
Muk***@efextra.com
Delhi,     India
*

Author
6 Oct 2006 2:37 PM
Joe Kaplan
The only thing you need to do to get Ent Lib working on a server is run
installutil on all the ent lib DLLs in order to register the event logs,
performance counters and WMI sinks associated with them.

There are no services (if by that you mean a Windows service) in Ent Lib.
Your code should just be referencing and using the DLLs.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
Show quoteHide quote
"Mukesh" <efextra@newsgroups.nospam> wrote in message
news:4524EEDD.1060600@newsgroups.nospam...
> Hi
>
> I m using
> microsoft application blocks Enterprise Library june 2005 with .net
> framework 1.1  and VStudio2003 And C# as coding language
> Sql server 2000 database
>
> the project is running properly on the localhost  server
> but my online server does not have the ms Ent lib installed and also
> de\oes not have visual studio that simply a .net 1.1 installed on that.
> That means the windows services that the MS entLIb 2005 requires are not
> installed on the server. SO the project is giving error and not connecting
> to the database.
>
> *SO how can i use MS ent Lib without installing the services on the server
> and Simply refering the dll's provided with MS entLib.
>
> Plz Help me
>
> Mukesh Kumar Agarwal
> Muk***@efextra.com Delhi,     India
> *