I'm running a Windows 2003 server with IIS6 and VFP7. Some of the regulars here may recall that I have a VFP7 COM-based web application running in this environment. The application is installed as a COM+ component--primarily for security purposes.
With increasing frequency, I am getting a "COM Surrogate Error" notice when I log into the server. I'm given the option to send the information to Microsoft or ignore it.
The error doesn't seem to affect my web sites. I'm assuming that IIS simply restarts DLLHost the next time it receives a request for one of our web sites. But, I've had a couple of situations lately where IIS seems to have shut down. I truly don't know whether these problems are related, but it seems like a good idea to eliminate this problem in hopes of addressing the other.
Checking the event log, I get the following application error entry repeatedly:
This is certainly out of my area of expertise. Doing the usual internet search hasn't turned up anything useful. Can anyone here point me in the right direction for understanding this problem?
Thanks in advance,
Ron
With increasing frequency, I am getting a "COM Surrogate Error" notice when I log into the server. I'm given the option to send the information to Microsoft or ignore it.
The error doesn't seem to affect my web sites. I'm assuming that IIS simply restarts DLLHost the next time it receives a request for one of our web sites. But, I've had a couple of situations lately where IIS seems to have shut down. I truly don't know whether these problems are related, but it seems like a good idea to eliminate this problem in hopes of addressing the other.
Checking the event log, I get the following application error entry repeatedly:
Code:
Event Type: Information
Event Source: Application Error
Event Category: (100)
Event ID: 1004
Date: 11/7/2014
Time: 7:12:58 AM
User: N/A
Computer: WINSERVER
Description:
Reporting queued error: faulting application dllhost.exe, version 5.2.3790.3959, faulting module vfp7t.dll, version 7.0.0.9465, fault address 0x0011cb3f.
For more information, see Help and Support Center at [URL unfurl="true"]http://go.microsoft.com/fwlink/events.asp.[/URL]
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 64 6c 6c ure dll
0018: 68 6f 73 74 2e 65 78 65 host.exe
0020: 20 35 2e 32 2e 33 37 39 5.2.379
0028: 30 2e 33 39 35 39 20 69 0.3959 i
0030: 6e 20 76 66 70 37 74 2e n vfp7t.
0038: 64 6c 6c 20 37 2e 30 2e dll 7.0.
0040: 30 2e 39 34 36 35 20 61 0.9465 a
0048: 74 20 6f 66 66 73 65 74 t offset
0050: 20 30 30 31 31 63 62 33 0011cb3
0058: 66 f
This is certainly out of my area of expertise. Doing the usual internet search hasn't turned up anything useful. Can anyone here point me in the right direction for understanding this problem?
Thanks in advance,
Ron