Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an exploratory application that I am working on where the service has been reading messages from its client of a queue (using MSMQ). I have expanded this to include a contract on the client side and an associated queue which would allow the service to respond to the client still using MSMQ.

When I compiled this latest addition up, the service no longer fires the method in its contract - the writelines are no longer appearing in the console window - but the messages are being popped off the queue as normal.

Any hints as I begin my bug hunt?
Posted

1 solution

Pilot error in the app.config....................
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900