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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment