Event Type: Information Event Source: Application Popup Event Category: None Event ID: 26 Date: 1/13/2003 Time: 1:02:12 PM User: N/A Computer: DEVELOPER Description: Application popup: wsm.exe - Unable To Locate Component : This application has failed to start because WINSTRM.dll was not found. Re-installing the application may fix this problem. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.After stopping ColdFusion services the popups stopped. I will work on this some more, but if you have gotten ColdFusion 5 to work on .NET server let me know. I also plan to try installing CFMX on it. I'll post the results when I do.
The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.
Comments
I followed Mike''s suggestion, and disabled CF Monitoring Service, which eliminated the error message. I looked into the problem, and found that the winstrm.dll file is missing from the C:\WINDOWS\system32 directory. I placed a copy of winstrm.dll (from my NT 4.0 server) in this directory, and restarted CF Monitoring Service. No error message, and the application appears to be working fine - thus far.
Yo! You really should go to MX anyway. It is much faster and reliable.
I know this is an old thread but maybe this will help any other weirdos who still need to install CF5 on Win2003/IIS6. :-) You need to add NETWORK SERVICES to the permissions list with read & execute permissions to the file c:\cfusion\bin\iscf.dll. It took me hours to figure that out!