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
- SSAO renders with banding when "Accurate G-buffer Normals" is enabled in URP Deferred Rendering
- Graph Toolkit Blackboard groups get expanded/collapsed until scrolled when navigating with left/right arrow keys
- Streaming AudioClip loaded from AssetBundle goes silent when the application is suspended and resumed
- Multiplayer Play Mode is showing the Player as Active when the Player was force shutdown and “No” is selected on the restart Player popup
- Shadergraph Category folder doesn't expand/collapse when using arrow keys to navigate
Add comment