المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : msmq throws an exception when called the receive.



C# Programming
06-24-2011, 10:00 AM
i'm using a msmq for my application and i create a queue when the application is loading.And to receive the message i set the timespan for 10, in the debug mode it works fine and the messages received as expected, but when i deploy the application in the release mode it gives a "timeout exception" at the receive method.

i would really appreciate your ideas about this .

thanks in advance.