hi all, i currently developing a client server application. i have IServer interface which will be used by the client to communicate with the server and ICLient for the server to talk back to the client, both in the same type library which is shared between client and server application. the client have no problem communicating with the server. but when the server try to call methods in client through IClient interface, i get this strange error "The application called an interface that was marshalled for a different thread". can anyone help me on this problem. i use the Apartment Model.
sorry for my english. thanks

