R
raniz
Hello
My problem is with being able to reference some common assemblies from
several different WEB SERVICE projects WITHOUT registering these assemblies
in the GAC.
The problem stems from the fact that a web service project demands
Assemblies referenced by it to be copied into its directory - usually the
"bin" directory under the iis application. and that requires me to duplicate
these common assemblies in each project, which raises the problem of keeping
them updated (as opposed to winform application that allows referencing
without local copy.
Consideration for this architecture are:
1. I would like to split the services between several dlls in order to gain
better survivability for the services.
2. I would like to avoid using the GAC because of deployment (and team
development) difficulties, and enjoy x-copy capabilities.
3. The common assemblies are to be used not only by the web services but
also by other winforms applications that add their path in compilation
(therefore have no "WS style" problems).
Does anyone have a suggestion? is it possible at all?
Tnx Rani
My problem is with being able to reference some common assemblies from
several different WEB SERVICE projects WITHOUT registering these assemblies
in the GAC.
The problem stems from the fact that a web service project demands
Assemblies referenced by it to be copied into its directory - usually the
"bin" directory under the iis application. and that requires me to duplicate
these common assemblies in each project, which raises the problem of keeping
them updated (as opposed to winform application that allows referencing
without local copy.
Consideration for this architecture are:
1. I would like to split the services between several dlls in order to gain
better survivability for the services.
2. I would like to avoid using the GAC because of deployment (and team
development) difficulties, and enjoy x-copy capabilities.
3. The common assemblies are to be used not only by the web services but
also by other winforms applications that add their path in compilation
(therefore have no "WS style" problems).
Does anyone have a suggestion? is it possible at all?
Tnx Rani