Disable 64bit .NET

Revision as of 21:02, 19 October 2012 by TCAWiki (talk | contribs) (Created page with "== Disable 64bit mode for .NET applications == * Go to Start > Run and execute: regedit.exe * Browse to HKLM\Software\Microsoft\.NETFramework. Add/edit a DWORD (32 bit) value na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disable 64bit mode for .NET applications

  • Go to Start > Run and execute:
regedit.exe
  • Browse to HKLM\Software\Microsoft\.NETFramework. Add/edit a DWORD (32 bit) value named Enable64Bit. Set the value to 0.
  • Restart the server.

Enable 64bit mode for .NET applications

  • Go to Start > Run and execute:
regedit.exe
  • Browse to HKLM\Software\Microsoft\.NETFramework. Add/edit a DWORD (32 bit) value named Enable64Bit. Set the value to 1.
  • Restart the server.
Retrieved from "https://help.tcadmin.com/index.php?title=Disable_64bit_.NET&oldid=898"