--- title: "Unable to perform the manual activation of license" slug: "unable-to-perform-the-manual-activation-of-license" updated: 2025-02-03T04:27:32Z published: 2025-02-03T04:27:32Z canonical: "docs.biztalk360.com/unable-to-perform-the-manual-activation-of-license" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # Unable to perform the manual activation of license This issue mainly happens on a 64-bit machine. When you accept the EULA displayed by MBV, it writes the acceptance setting in the 64 bit registry hive. ```plaintext [HKEY_LOCAL_MACHINE\SOFTWARE\MBVConsole\EULA] "EULAAccepted"="YES" ``` But BizTalk360 is 32-bit, due to restrictions imposed by dependency objects like ExplorerOM. Hence, it always looks at the 32-bit hive (WoW64 in a 64 bit machine). To fix this issue, please create following entry in the registry. ```plaintext [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MBVConsole\EULA] "EULAAccepted"="YES" ``` You can either create the above Key's manually by opening regedit.exe ("Run as Administrator") or download the attached .reg file and then [click here](https://biztalk360devblob.blob.core.windows.net/sharedfiles/BHM_EULA.reg) to import.