Enterprise Service Deployment
From: ParkashC (anonymous_at_discussions.microsoft.com)
Date: 01/17/05
- Previous message: Klaus H. Probst: "Re: .NET REMOTING OR WEB SERVICE"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 08:45:32 -0800
We have developed a 3 Tier application using .Net. The
Business Logic Layer is a Serviced Component and has been
deployed in a COM+ package. This has been exported as an
Application Proxy and installed on a client machine.
Unfortunately, upon attempting to run the client
application, it complains about dlls not being present -
these dlls are dependencies for the Business Logic Layer.
We would prefer not to have these dlls reside on the
client's box.
I have confirmed that these dlls are not actually invoked
on the client - they are most definitely invoked on the
server. I'm not sure why these are required on the
client, perhaps the .Net framework requires it for some
behind the scenes processing.
I have tried the solution mentioned in the following
article which suggests using a type library for the
deployment procedure, but this did not work either:
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;Q308940
I have seen similar messages posted on other bulletin
boards, but these remain unanswered.
Any help would be much appreciated.
- Previous message: Klaus H. Probst: "Re: .NET REMOTING OR WEB SERVICE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|