I am trying to develop a client side console application which automates Communicator 2007 R2 using Communicator Automation API.
I created a console application project using .Net Framework 3.5 as the target framework.
When I add Microsoft Office 2007 Communicator 2007 API Type Library to my project and build it, VS creates a DLL Interop.CommunicatorAPI with a size of 8KB. I can't even reference "Messenger" class with this DLL.
If I make the same steps with a .Net Framework 4, VS creates the DLL which I need, size of 52KB and includes all documented Communicator Automation API members.
This problem does not occur with Visual Studio 2008.
What do you think about this problem? How can I use Communicator Automation API with VS 2010 and .Net Framework 3.5?
Thanks in advance.