Disable 64bit .NET

From TCAdmin 2.0 Documentation

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"