Hello Amit Kanase (akanase),
Thank you for posting in Q&A forum.
This error, "Object doesn't support this property or method," often occurs when the JScript engine encounters an object or method that is no longer supported or has been altered in the new environment.
Here is something you could try:
- Review the Windows 11 24H2 release notes to identify any deprecated features or changes in the JScript engine that might be causing the issue.
- Ensure your JScript code is up-to-date and compatible with the latest standards. Look for any deprecated methods or properties and replace them with their modern equivalents.
- Run your application in compatibility mode for an earlier version of Windows. Right-click on the application executable, go to Properties > Compatibility, and select an earlier version of Windows.
- Use debugging tools to pinpoint the exact lines of code causing the error. Tools like the Developer Tools in browsers (F12) or dedicated JScript debuggers can help identify problematic code.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.