You could skip XCC entirely and use simple HTTP calls from .NET to a MarkLogic HTTP server. This means writing a tiny bit of XQuery for each endpoint, but for simple search and CRUD that should be easy.
-- Mike On 20 Aug 2012, at 07:05 , Irvine, Joseph [USA] wrote: > Hello, > > Has anyone had success connecting to a MarkLogic database developing for > Windows 8 Metro Apps through Visual Studio 2012 and .NET Framework 4.5? > > When attempting to use the current MarkLogicXcc.dll with C# I receive an > error, since it apparently includes calls that are not supported in .NET > Framework 4.5 for Windows Store application development. I realize I am ahead > of the release curve slightly. Are there any more fundamental, basic methods > I can use to connect to a MarkLogic database from within .NET that I could > try, not requiring the need of MarkLogicXcc.dll? Perhaps raw code that > establishes the connection and performs the queries that I could use, or > modify as necessary to be compliant with the libraries supported for Metro > App development within Framework 4.5. > > Thank you, > Joseph Irvine > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
