Faulting application excel.exe

C

citrixint

I currently have a problem with excel GPF'ing frequently.

Faulting application excel.exe, version 11.0.8307.0, stamp 49ee85df,
faulting module user32.dll, version 5.2.3790.4033, stamp 45e7c676, debug? 0,
fault address 0x0001c29d.

Excel is hosted on a Windows 2003 Service Pack 2 server with Terminal
Services and Citrix installed and is available to a number of users. Any
ideas? I have tried googling for an answer without success
 
J

joel

I did a google search for user32.dll and 0x0001c29d

found this webpage

'Kathirvel | Genetic Programming C#: Exported Functions List For
User32.dll' (http://tinyurl.com/yalkn45)

The error is associated with "SetWindowLongA"

You may want to try microsoft fixes for user32.dll

'How to correct common User32.dll file errors'
(http://support.microsoft.com/kb/142676)

I usually find with dll errors the versoin of the dll is not compatible
with the version of software that is calling the dll. either the
program has to be updates or the dll needs to be updates. I would try
to install allupdates from microsoft on you computer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top