In ASP, I didn't write this program, but the error is on line 120 and the line is:
set util = Server.CreateObject("MSSearch.util")
Which DLL is the MSSearch.util object pulled from?
We are getting a:
Server object error 'ASP 0177 : 80029c4a'
Server.CreateObject Failed
/search/SearchRight.asp, line 120
Error loading type library/DLL.
That line is from 120. It looks like a bad or missing DLL. But what is the name of the DLL that is having the problem? Anyone know?