Hi
We've just deployed our system into production and are getting an exception when handling messages from nginn.
I've attached the error log, the gist of it is : "System.Data.ProviderIncompatibleException: The provider did not return a ProviderManifestToken string. ---> System.Transactions.TransactionException: The operation is not valid for the state of the transaction."
In our setup we have our own database and nginn queues in separate databases on the same sql server.
We access our database using Entity Framework.
The handler app is a windows service on a different server to the database.
It runs as an AD User which has permissions to access both databases on the sql box.
The exception is thrown at the point that we write to our application database.
We have the MSDTC windows service running on both machines.
If I move the windows service to run on the same machine on which the database is deployed the problem goes away.
Any Ideas?
Brett