CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ajax and Design (http://www.codingforums.com/forumdisplay.php?f=55)
-   -   Element not found error (http://www.codingforums.com/showthread.php?t=285995)

EsiWendy 01-18-2013 08:14 AM

Element not found error
 
Hi All,

Can you please help I'm trying to help a user cause she's getting this error:

Element not found
Common2_3_6_9.js
Code: 0
Line: 3582
Char: 1

And here's the possible solution I found on fixing this:

1. open regedit
2. navigate to HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32
3. click on the "Default" and see the value. If it is "shdocvw.dll", then change it to ieframe.dll with full path
4. restart IE 7 and try EBS R12

SIMILAR WITH THIS ONE

You can use regedit (Start Menu->Run->Type "regedit") to modify the following key:
HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32
and change the current value:
C:\WINDOWS\system32\shdocvw.dll
to this:
C:\WINDOWS\system32\ieframe.dll

But now on the user's machine I couldn't find such root file to fix.

Please Help

Thanks,
Wendy

felgall 01-18-2013 08:51 AM

Where are they getting that error?

If it is a JavaScript error then it shouldn't have anything to do with the registry.

EsiWendy 01-22-2013 08:26 AM

Please find the attached:

abduraooft 01-22-2013 09:03 AM

Quote:

Originally Posted by EsiWendy (Post 1307921)
Please find the attached:

Where is it?

EsiWendy 01-23-2013 05:31 AM

1 Attachment(s)
There we go


All times are GMT +1. The time now is 12:47 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.