Sedikit Info Seputar
How to fix "INVALID METADATA VERSION" error in dll files
Terbaru 2017
- Hay gaes kali ini team Apk Games Free Download , kali ini akan membahas artikel dengan judul How to fix "INVALID METADATA VERSION" error in dll files , kami selaku Team Apk Games Free Download telah mempersiapkan artikel ini untuk sobat sobat yang menyukai Apk Games Free Download . semoga isi postingan tentang
Artikel android,
Artikel Assembly-Csharp.dll,
Artikel Unity3D, yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul:
Berbagi Info Seputar
How to fix "INVALID METADATA VERSION" error in dll files
Terbaru
link: How to fix "INVALID METADATA VERSION" error in dll files
Berbagi Artikel Tentang How to fix "INVALID METADATA VERSION" error in dll files Terbaru dan Terlengkap 2017
When this does happen, it means there's a missing or corrupt metadata version in the dll headers.
I'll be fast and simple. What we will do is replacing these headers using CFF Explorer and HxD (or your favourite HEX EDITOR.. even CFF Explorer if you do prefer) with some working metadata version headers.
If you don't have CFF Explorer installed yet, you can download it from here: CFF Explorer
Now, let's open CFF Explorer and move the affected dll into the left box:
Then, click on .NET Directory and a sub menu will appear. Just select MetaData Header and a table will show at the right.
What you need to do is to copy the offset relative to the VersionString which represent the Version of the Metadata:
As you can see, my Offset for the VersionString is: 00012118. I'll copy this offset.
Now, let's use the Address Converter in CFF Explorer, putting the offset into the "File Offset" field of this table and press Enter:
What you will need now is simple, but you will just need to reply to this Topic to see how to complete the fix for the "Invalid Metadata Version" error:
In my example, I'll need to replace
with
From CFF Explorer you can do this by selecting the 10 bytes, and then, with a right click, selecting "Fill With" you will be able to paste the bytes you want to replace.
If you're curious, the hex above, will replace every metadata version with "v2.0.50727" which is a common and accepted metadata version.
Now save and you're done!
I hope this tutorial will be useful for you and if you do have anything to share with us, do not hesitate to reply below!
Regards,
Sbenny