Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BrowserType error

Status
Not open for further replies.

jpittawa

Programmer
Oct 2, 2002
51
US
I am learning WEBClasses in order to support an existing, mission critical, application on my employer's Intranet. In working through the example in Chapter 20, "Internet Information Server Applications", in "Programming Microsoft Visual Basic 6.0" by Francesco Balena, the "If" clause of the following code snippet gets an error:

If BrowserType.VBScript Then
Send &quot; <INPUT type=button value=&quot;&quot;Clear fields&quot;&quot; id=btnReset Name=btnReset style=&quot;&quot;HEIGHT: 25px; WIDTH: 90px&quot;&quot;>&quot;
End If

The message in the error dialog box is:

&quot;Run-Time error '9005':
Active Server Pages BrowserType object is not installed correctly&quot;

I entered the following line in the debug window and got the response that follows:

?err.Source & &quot; Error: &quot; & err.Number & &quot;(0x&quot; & hex(err.Number) & &quot;), &quot; & err.Description
WebClass Runtime Error: 9005(0x232D), Active Server Pages BrowserType object is not installed correctly

Can anybody tell me what to do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top