Can someone point me to documentation for setting up the Broker API to use from a .Net app? I've reviewed the documentation on livecontent, but I don't see anything specific on setting up & configuring the broker API to be used from a .net project: The documentation is all related to the server.
I've tried to piece this together by checking out how the OData service is set up, but I keep getting the errors listed below. So I've missed a step, but what step? Do I need to update some of the CD_*_CONF.xml config files?
One more question. Is it me or is the Tridion documentation somewhat incomplete? Basic instructions for how to use one of the product's key API's seem like a reasonable request. I apologize ahead of time if this document exists but I missed it.
ERRORS I'M GETTING
Could not initialize class com.tridion.storage.StorageManagerFactory
or
ClassNotFoundException: com.tridion.broker.querying.Query
Link to "install" topic on Live Content
UPDATE
Thanks for the quick response. I looked at the "Installing a Server role as a .net..." article. It looks like I've followed the steps but my app can't find the JAR files. In this case the cd_broker.jar is in the root/bin/lib directory of my .net project
Java.Lang.ClassNotFoundException: com.tridion.broker.querying.Query
UPDATE 2
I'm using Tridion 2011 SP1.