We are using on a C# COM component to link our asp classic app to SQL Server.
Since the windows update KB4338819
, when I run the app we get the ASP exception:
Microsoft JScript runtime error '800a01ad'
Automation server can't create object
executing ASP line:
var foo = Server.CreateObject("MyComComponent");
If I uninstall the update it works.
The application pool is set to allow 32 bit applications (value: true
) (even without the update, if this is set to false
we get the same error)
Ideas? Is there a better place to ask such question?
Thanks!
UPDATE:
Microsoft acknowledges the issue but they are still working on a solution. Meanwhile they suggest some workarounds here: