4

Since msscript.ocx MSScriptControl is 32 bit only, and Microsoft will be deprecating it, what is the alternative?

I am having an issue that MSScriptControl works perfectly so long as I run in a 32 bit application pool. But since it is a 32 bit control, I can never run in a 64 bit pool since it will crash.

Are there any replacements?

7wp
  • 12,505
  • 20
  • 77
  • 103
  • what kinds of javascript are you running? – Daniel A. White Sep 26 '11 at 17:20
  • Just some end user scrip-table calculations. – 7wp Sep 26 '11 at 17:30
  • Why do you even need to run it in a 64bit app pool? Just run it in 32 bit mode. – saille Sep 26 '11 at 19:54
  • @saille well, because we would like to keep the ability to address more than 4gb of memory. The website is heavy memory user due to caching a lot of data in RAM. I think i may have to go with a proxy solution. Have the part that does the javascript proecessing run in a separate website that runs in a 32 bit pool, and the main web app to run in a 64 bit application pool. – 7wp Oct 03 '11 at 15:54

0 Answers0