Start a free Windows Update support incident request:
https://support.microsoft.com/oas/de...spx?gprid=6527
Support for Windows Update:
http://support.microsoft.com/gp/wusupport
For home users, no-charge support is available by calling 1-866-PCSAFETY in
the United States and in Canada or by contacting your local Microsoft
subsidiary. There is no-charge for support calls that are associated with
security updates. When you call, clearly state that your problem is related
to a Security Update and cite the update's KB number (e.g., KB950759).
If your problem relates to a Cumulative Security Update for IE, call the
above number and ask to be transferred to the Consumer IE7 queue (which is
47830).
For more information about how to contact your local Microsoft subsidiary
for security update support issues, visit the International Support Web
site:
http://support.microsoft.com/common/international.aspx
For enterprise customers, support for security updates is available through
your usual support contacts.
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.net
anjanadeven@gmail.com wrote:
> May be this forum can help me.
>
> I had a perfectly running ActiveX DLL file on my Windows 2003 IE 7 ASP
> application. The DLL is executed from Server.CreateObject command.
> Just ater the Microsoft Security Patch push, I started getting
> 'Automation error Call was rejected by callee' error via browser.
>
> The DLL executes and performs all the functions except the last
> statements in the DLL which are myWorkbook.Close and
> myPresentation.Close
>
> My log file keeps track of each process and thats how I could see the
> DLL is doing all it should except closing the invisible POWERPOINT and
> EXCEL application that I opened to create the PPT and XLS files on the
> fly. PPT and XLS files were also successfully saved (on the fly) in a
> dynamic folder on the server.
>
> One of the security patch file was KB950759, which is related to IE7
> that modified the way that Internet Explorer handles calls to HTML
> objects and validates data.
>
> Does any one know how to workaround this fix. I tried to not to
> execute the obj.Close in my DLL which worked for the first time and
> then from 2nd time I got some 'Obj Variable and with block variable
> not set' error due the the previous files that were still open
> invisbly in the server.
>
> EXPERTS PLEASE HELP