> Alternatively, you may also copy the webservices2.dll to the bin folder of
> your application if you don't want to install the runtime. However, if you
> have more than one app using WSE 2, it's better to install the runtime.
It is *always* better to install the runtime, you should never copy the
WSE2 assembly to a bin directory. Why? Installing the runtime on a
machine registers that the product is installed and means that it can be
detected and upgraded or patched; if you copy the assembly to each web
bin directory, there's no way to simply detect the product and update it.

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.
Mike - 01 Oct 2004 11:48 GMT
Makes good sense! Thanks, I did install the runtime....
> > Alternatively, you may also copy the webservices2.dll to the bin folder of
> > your application if you don't want to install the runtime. However, if you
[quoted text clipped - 5 lines]
> detected and upgraded or patched; if you copy the assembly to each web
> bin directory, there's no way to simply detect the product and update it.