Marshaling a Byte array to a C# structure
Marshaling a Byte array to a C# structure
I’m working on a C# project for reading FAT32 Boot Sector and BPB, The problem is that I’m using a marshaling mechanism to convert a byte array to a Custom FAT32 data structure. I get a message error saying : Could not load type ‘FAT32Management.Fat32BootSector’ from assembly ‘FAT32Management, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ because it contains an object field at offset 3…
View On WordPress










