Details
-
Task
-
Resolution: Done
-
Blocker - P1
-
None
-
1.10.1
-
OS: Windows 8
Visual Studio 2015
.NET API - 1.10.1.73
Mongo:
{
"version" : "3.0.7",
"gitVersion" : "6ce7cbe8c6b899552dadd907604559806aa2e9bd",
"targetMinOS" : "Windows 7/Windows Server 2008 R2",
"OpenSSLVersion" : "OpenSSL 1.0.1p-fips 9 Jul 2015",
"sysInfo" : "windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49",
"versionArray" : [
3,
0,
7,
0
],
"loaderFlags" : "",
"compilerFlags" : "/TP /nologo /EHsc /W3 /wd4355 /wd4800 /wd4267 /wd4244 /wd4290 /wd4068 /wd4351 /we4099 /we4930 /Z7 /errorReport:none /MD /O2 /Oy- /Gw /Gy /Zc:inline",
"allocator" : "tcmalloc",
"javascriptEngine" : "V8",
"bits" : 64,
"debug" : false,
"maxBsonObjectSize" : 1.67772e+007,
"ok" : 1.0000000000000000
}OS: Windows 8 Visual Studio 2015 .NET API - 1.10.1.73 Mongo: { "version" : "3.0.7", "gitVersion" : "6ce7cbe8c6b899552dadd907604559806aa2e9bd", "targetMinOS" : "Windows 7/Windows Server 2008 R2", "OpenSSLVersion" : "OpenSSL 1.0.1p-fips 9 Jul 2015", "sysInfo" : "windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49", "versionArray" : [ 3, 0, 7, 0 ], "loaderFlags" : "", "compilerFlags" : "/TP /nologo /EHsc /W3 /wd4355 /wd4800 /wd4267 /wd4244 /wd4290 /wd4068 /wd4351 /we4099 /we4930 /Z7 /errorReport:none /MD /O2 /Oy- /Gw /Gy /Zc:inline", "allocator" : "tcmalloc", "javascriptEngine" : "V8", "bits" : 64, "debug" : false, "maxBsonObjectSize" : 1.67772e+007, "ok" : 1.0000000000000000 }
Description
I am running following command in C# using mongo .NET AP.
var client = new MongoClient();
|
var database = client.GetServer().GetDatabase("MarketData");
|
var command = new CommandDocument
|
{
|
{ "find", "equity"}
|
};
|
CommandResult result = database.RunCommand(command);
|
And Error I see is:
MongoCommandException was unhandled.
Command 'find' failed: find command not yet implemented (response:
)
Attachments
Issue Links
- is duplicated by
-
CSHARP-1513 How to run query specified below using c# driver
-
- Closed
-