Where can I download Objecto?
Objecto can be downloaded from the products page
http://www.crainiate.net/products/objecto/default.htmHow do I use Objecto in my project?
Add a reference to Crainiate.Data.Persistence. This should be available in the list of registered assemblies, otherwise browse to the installation folder (e.g. c:\program files\crainiate\Objecto Framework\) and select the Crainiate.Date.Persistence.dll
What is a Context and why do I get an exception when running an example?When running an example, a message such as
"The object could not be updated. Set the Context before attempting to update this object." may be displayed. Each persisted object requires the Context property be set. This can be thought of as a "smart" database connection - the context tells the object where to persist itself to or retrieve information from. For best performance, you should try use the same context object.
When using the RemotingProvider, why do I get a RemotingProviderException saying I do not have a valid license?
When usingthe RemotingProvider to access an object via .NET remoting, the following exception may be thrown:
"A valid licence was not found. A license is required to use the RemotingProvider."This is because a software license is required to use the enterprise features of the Objecto Framework. An Enterprise license can be purchased from our website at
http://www.crainiate.net