Difference between revisions of "Disable 64bit .NET"

(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...")
 
(No difference)

Latest revision as of 21:02, 19 October 2012

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"