We are developing a C# application using .Net AsyncCallback delegates. The application currently executes, as expected,
using these asynchronous methods. Once this application is converted to a COM+ component (i.e. a .NET serviced component) the program ceases to execute properly and 'hangs' without invoking the CallBack method.
Any help with .Net asynchronous programming under COM+ would be grealty appreciated.
using these asynchronous methods. Once this application is converted to a COM+ component (i.e. a .NET serviced component) the program ceases to execute properly and 'hangs' without invoking the CallBack method.
Any help with .Net asynchronous programming under COM+ would be grealty appreciated.