Getting error as Automation server can't create object
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022
06:04 AM
10-06-2022
06:04 AM
Getting error as Automation server can't create object
below is my code:
var obd = new ActiveXObject("OpenBridgeDesigner.Application");
Getting error as Automation server can't create object .
Can somebody help me how to solve this.
Labels:
- Labels:
-
Desktop Testing
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022
07:03 AM
10-06-2022
07:03 AM
See Differences Between JavaScript and JScript. Note, "The new ActiveXObject() statement is not supported in JavaScript.". Try using getActiveXObject function.
