Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0b3
Issue ID
907956
Regression
No
TypeLoadException thrown when initializing DocumentClient object
Steps to reproduce:
1. Launch Microsoft DocumentDB Emulator
2. Open attached project
3. Open "Test" scene
4. Enter play mode
Expected result: DocumentClient is successfully initialized
Actual result: "TypeLoadException: Could not resolve type with token 010000ef" exception is thrown
Reproducible with: 2017.1.0b1, 2017.1.0b4
Full error: TypeLoadException: Could not resolve type with token 010000ef
Microsoft.Azure.Documents.Client.DocumentClient.Initialize (System.Uri serviceEndpoint, Microsoft.Azure.Documents.Client.ConnectionPolicy connectionPolicy, System.Nullable`1[T] desiredConsistencyLevel) (at <b9b982171e474c22901ba295dc40b815>:0)
Microsoft.Azure.Documents.Client.DocumentClient..ctor (System.Uri serviceEndpoint, System.String authKeyOrResourceToken, Microsoft.Azure.Documents.Client.ConnectionPolicy connectionPolicy, System.Nullable`1[T] desiredConsistencyLevel) (at <b9b982171e474c22901ba295dc40b815>:0)
DocDb.DbConnection.Awake () (at Assets/Plugins/DocDb/DbConnection.cs:16)
Update: We've filed an issue upstream with Xamarin for this https://github.com/mono/mono/issues/7410
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
Add comment