Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > XP SP2 Ebooks res://shdoclc/syntax.htm#e-book://

Reply
Thread Tools Display Modes

XP SP2 Ebooks res://shdoclc/syntax.htm#e-book://

 
 
Harley Mom
Guest
Posts: n/a

 
      09-19-2004
I am unable to read ebooks that are created with
EBookPaper (and I understand other ebooks are also a
problem) after installing SP2. The ebook opens, but will
not go beyond the first page, and the error received is
res://shdoclc/syntax.htm#e-book://
 
Reply With Quote
 
 
 
 
Marco_LOC
Guest
Posts: n/a

 
      09-28-2004
Good day,

We were faced with the same issue you guys are faced with. We are
delphi programmers and we use IE as a GUI. The moment we installed
SP2 our software
would not work anymore. In the component that we use for IE, we have
the onNavigateBefore2 event, where we would catch the url. After
debugging this we realize that the "URL" parameter that is passed to
this event did change after the install of SP2. It had a prefix of
"res://shdoclc/syntax.htm". Thereby our string compare did not work
anymore.

So we contacted ms and we got some good support back.

Their answer was the following...

Create a key in your registry..

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Security\Adv
AddrBar Spoof Detection

You may need to create the "Adv AddrBar Spoof Detection" KEY under the
Security key. And then add the value field (DWord):

Name : Enable
Value : 0(zero)

This fixed the issue right away for us, we only restarted the app...we
didn't reboot.

The mentioned to us that this is a security issue and that we should
adjust our code for the future releases.

Hope this helps

Marco
LocSoftare




"Harley Mom" <> wrote in message news:<1b4501c49ea0$03c2a3a0$>...
> I am unable to read ebooks that are created with
> EBookPaper (and I understand other ebooks are also a
> problem) after installing SP2. The ebook opens, but will
> not go beyond the first page, and the error received is
> res://shdoclc/syntax.htm#e-book://

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"invalid STORE command syntax invalid message set syntax" Catullus Nacakus Windows Vista Mail 6 01-26-2008 10:46 PM
need syntax carmine934 Windows Vista Hardware 0 06-02-2007 05:03 PM
eBooks, MS Reader and a 360. General question. Jon Windows Vista General Discussion 0 10-27-2006 01:41 AM
DOS SYNTAX to control WMP JohnNews Windows Media Player 2 10-13-2004 03:22 PM
chapter 9 sample error - book: The Windows 2000 Device Driver Book, A Guide for Programmers, Second Edition Edgard Lima Windows Vista Drivers 3 07-10-2004 08:35 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59