You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Could not load type 'ReadRequest' from assembly 'BlazorInputFile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' because it contains an object field at offset 4 that is incorrectly aligned or overlapped by a non-object field.'
version 0.2.0.
this comes from.
[StructLayout(LayoutKind.Explicit)]
struct ReadRequest
{
[FieldOffset(0)] public string InputFileElementReferenceId;
[FieldOffset(4)] public int FileId;
[FieldOffset(8)] public long SourceOffset;
[FieldOffset(16)] public byte[] Destination;
[FieldOffset(20)] public int DestinationOffset;
[FieldOffset(24)] public int MaxBytes;
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Could not load type 'ReadRequest' from assembly 'BlazorInputFile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' because it contains an object field at offset 4 that is incorrectly aligned or overlapped by a non-object field.'
version 0.2.0.
this comes from.
The text was updated successfully, but these errors were encountered: