My CS02 application allows customers to create orders (Baskets) in a store
location, which are then printed and paid for at a point-of-sale register
in
the store. The registers retrieve the order via TCP/IP from my Windows
service on the server. This has been working fine, since I was only using
the
OrderContext object to get the baskets, but now I need to run a pipeline.
My
service calls the same code used by the web app, but the
Basket.RunPipeline()
method always throws a null reference exception. I've copied over the
entire
configuration (alot!) from the web app and adjusted the values accordingly
(mainly the 'pipelines' config), but nothing changed.
I'm wondering if this is even possible, that perhaps CS02 runs in a Web
environment only. Since the context objects work, I assumed the pipelines
would too, but I may be wrong. Can anyone comment on this?


|