Here are lines 30-40 of the ASP page:
if request.querystring("Gemreg")="Gemreg" then
for intLoop = 1 to 5
set objDataset = Server.CreateObject("ORV.DatasetGet")
lngRetval = objDataset.GetDataset("Gemreg",intLoop)
if lngRetval > 1 and mid(lngRetval,2,3) <> "361" then
response.write "Error " & lngRetval & " occured, please try again."
exit for
elseif mid(lngRetval,2,3) <> "361" then
call BuildGemReg(intLoop)
end if
set objDataset = nothing
next
end if
"Brad Combs" wrote:
> Jonathan,
>
> Can we have line 35 and a few before and after (or anything that seems
> pertinent)?
>
> Brad
>
> "Jonathan Ernst" <Jonathan (E-Mail Removed)> wrote in message
> news:45FE563B-52FC-4B2D-9B3E-(E-Mail Removed)...
> >I have a webpage that is hosted on the XP Embedded machine using IIS. This
> > webpage uses an ASP page to access an external device. I am currently
> > using
> > IIS version 5.1 and ASP V1.1.4322. When I attempt to call the ASP page I
> > receive the error below. It seems that the ORV.dll file cannot find the
> > rubylink.dll file. I have checked all of the DLL files and they are all
> > registered and in the correct locations.
> >
> > I have a second XP Embedded system with the same build and with the same
> > version of IIS and ASP running. On this system the webpage works just
> > fine.
> > I have been unable to find any settings in this machine that vary from my
> > new
> > XPe System. This webpage also works perfectly on a WIN2000 system every
> > time. It may also be of note that I am running my XPe under the system
> > directory of C:\winnt instead of c:\windows on both of my XPe systems.
> >
> > ERROR:
> >
> > The page cannot be displayed
> >
> > There is a problem with the page you are trying to reach and it cannot be
> > displayed.
> >
> > Please try the following:
> >
> > · Click the Refresh button, or try again later.
> >
> > · Open the localhost:8080 home page, and then look for links to the
> > information you want.
> >
> > HTTP 500.100 - Internal Server Error - ASP error
> > Internet Information Services
> >
> > Technical Information (for support personnel)
> >
> > · Error Type:
> > ORV (0x800A0030)
> > File not found: Rubylink.dll
> > /Rubyview.asp, line 35
> >
> > · Browser Type:
> > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
> >
> > · Page:
> > GET /Rubyview.asp
> >
> > · Time:
> > Monday, June 27, 2005, 8:37:33 PM
> >
> > · More information:
> > Microsoft Support
> >
>
>
>