Where did you find this? Looks like an out of date sample; the "type" attribute has been removed from the schema.
-James
James Osborne - MSFT wrote:
Where did you find this? Looks like an out of date sample; the "type" attribute has been removed from the schema.
-James
I found it at http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032291421&EventCategory=3&culture=en-US&CountryCode=US
I was looking for an update because it seems that more than the "type" attribute has changed.
Kevin
That is really out of date. I wouldn't use that virtual lab. I would try browsing through these samples:
http://msdn2.microsoft.com/en-us/library/ms751514.aspx
A reliable session sample is here:
http://msdn2.microsoft.com/en-us/library/ms751509.aspx
and a transactions sample is here:
http://msdn2.microsoft.com/en-us/library/ms752261.aspx
After looking at those, it should be straightforward to create a binding to enable reliable messaging and transactions.
-James