by Christof
25. June 2010 21:11
Maybe you want to get to know the new Windows Server Code Name “Vail” Preview SDK a little better.
There are a lot of good examples in the API Reference.
Here are some "Chat" example directions for the Provider Framework.

- The template-file ProviderObjectModel.zip is zipped in the wrong way and will not be
recognized by Visual Studio. The Folder structure ProviderObjectModel.zip should be the
same as in other template-files.
- Do not forget to change the ProviderID in the ObjectModelImplementation File:
m_connector = ConnectorFactory.GetConnector<IProvider>("chat",this);
You can also Download these two Visual Studio Solutions for better understanding
ChatObjectModel.zip (482,21 kb)
ChatClient.zip (285,64 kb)