Search Issue Tracker
Fixed
Votes
0
Found in
5.3.5p5
Issue ID
809014
Regression
No
[WSA] SerializationBinder missing from mscorlib
Unable to build Universal 10 with .NET scripting backend, "SerializationBinder" missing from mscorlib.
Repro steps:
1. open project "HttpTest.zip".
2. build to WSA Universal 10 with .NET backend.
3. observe errors in the console for the following errors:
error CS7069: Reference to type 'SerializationBinder' claims it is defined in 'mscorlib', but it could not be found.
---
By design:
WSA doesn't use Mono, it uses .NET for UWP.
Here's a list of available classes - https://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx
SerializationBinder is not available in .NET for UWP.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment