RE: Enterprise Library and Serviced Component (COM+)
- From: Abel Chan <awong@xxxxxxxxxxxxxxxx>
- Date: Fri, 10 Jun 2005 00:18:01 -0700
Hi Luke,
Thanks to your quick response and I will try it out.
BTW, Data Access Application Block comes with 3 DLLs:
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Configuration.dll
I put all three in GAC (gacutil) but I only created ONE Serviced component
(COM+ server application) on Microsoft.Practices.EnterpriseLibrary.Data.dll
with regsvcs.
Am I correct or do I need to create the other two as Serviced Components too?
Thanks Luke.
Abel Chan
"[MSFT]" wrote:
> Hello Alel,
>
> To set an app.config for COM+ application:
>
> If you are using Windows 2000, and your COM+ app is a server one, your
> app.config should be called dllhost.exe.config and must be in the same
> directory as dllhost.exe (which is %SystemRoot%\System32).
>
> If you are using Windows 2003, you can go to the Activation tab of the
> COM+app properties and set the Application Root Directory property to point
> to a location of your preference, and, in that directory, you must place a
> file called application.config (with your config settings) and another file
> caller application.manifest with the content shown bellow
>
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
> </assembly>
>
> Luke
>
>
.
- Follow-Ups:
- RE: Enterprise Library and Serviced Component (COM+)
- From: [MSFT]
- RE: Enterprise Library and Serviced Component (COM+)
- References:
- Enterprise Library and Serviced Component (COM+)
- From: Abel Chan
- RE: Enterprise Library and Serviced Component (COM+)
- From: [MSFT]
- Enterprise Library and Serviced Component (COM+)
- Prev by Date: RE: Check for installed program and building shortcuts.
- Next by Date: deployment problems with mshtml
- Previous by thread: RE: Enterprise Library and Serviced Component (COM+)
- Next by thread: RE: Enterprise Library and Serviced Component (COM+)
- Index(es):
Relevant Pages
|