BitsDownloaderProviderData
To make a .NET structure works on 64-bit machine, a refence-type field should has offset of multiples of 8 bytes ( as well as having 8 bytes' length), but the structure BG_BASIC_CREDENTIALS looks like: [StructLayout(LayoutKind.Explicit, Size = 8, Pack = 0)] internal struct BG_AUTH_CREDENTIALS_UNION { [FieldOffset(0)] public BG_BASIC_CREDENTIALS Basic; } [StructLayout(LayoutKind.Explicit, Size = ..
Trouble Shootings
2010. 9. 16. 15:37