[CSHARP-777] System.Threading.ReaderWriterLockSlim Created: 15/Jul/13 Updated: 20/Mar/14 Resolved: 17/Jul/13 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | None |
| Affects Version/s: | 1.8.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Pawel | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Unity3D 4.1.5f, Windows 8 |
||
| Description |
|
I try to use method collection.Insert( ) and I have this problem: NotImplementedException: recursionPolicy != NoRecursion not currently implemented |
| Comments |
| Comment by Pawel [ 16/Jul/13 ] |
|
Ok, Thanks for your help and interest |
| Comment by Craig Wilson [ 16/Jul/13 ] |
|
I'm sorry Pawel. I'm not going to be able to help you out here. This seems to be very specific to Unity3D and we have no expertise with this. Might I suggest posting your question to StackOverflow or to the Unity3D support forums? |
| Comment by Pawel [ 16/Jul/13 ] |
|
I add reference MongoDB.Bson.dll and MongoDB.Driver.dll but MongoDB.Driver.dll have reference to MongoDB.Bson and this reference can't load |
| Comment by Craig Wilson [ 16/Jul/13 ] |
|
I'm sorry Pawel. I don't know Unity3D. It seems like you need to add a reference to Unity3D to include the MongoDB.Bson.dll. Is that not possible? |
| Comment by Pawel [ 16/Jul/13 ] |
|
Yes, the server will listen, and the server can connect to when the program is running with VS2010, the problem is Unity3D. Thanks for your interest. public class Entity public string Name { get; set; } } var entity = new Entity { Name = "Tom" }; collection.Insert(entity); I found the problem but I can not fix it. In MongoDB.Driver.dll in references MonoDevelop says Can not Load: MongoDB.Bson!!!!! |
| Comment by Craig Wilson [ 15/Jul/13 ] |
|
Could you include the code that got you to this point. It appears as though your server at localhost:27017 isn't listening. Are you sure the server was started. This exception is definitely a little odd. We'll fix that. |