ActiveX Control

G

Guest

I downloaded the TSWeb demo for my 2K3 server and it works like a champ! I published it to our web and it still works great but only for me. Other users that try to log in have the "connect" button disabled and an error on the page

Line: 46
Char:
Error: TypeMismatch: 'OnControlLoad
Code:

Line 464 starts

<OBJECT language="vbscript" ID="MsRdpClient
onerror="OnControlLoadError
onreadystatechange="OnControlLoad
CLASSID="CLSID:7584c670-2274-4efb-b00b-d6aaba6d3850
CODEBASE="../../../../../../InetPub/wwwroot/TSWeb/msrdp.cab#version=5,2,3790,0
WIDTH=<% resWidth = Request.QueryString("rW"

I assume (that gets me into a lot of trouble) that the error is in the "codebase". Other users don't have the cab in that directory. I have tried different locations in the codebase section with no luck. I have installed the cab file in the same directory on the site as the login page. Any hints about getting this working for everybody

Thanks all!
 
R

Ron Oglesby [MVP]

sounds like they cant see the web client to install it. Are all of your
permissions correct for that in the web directories? also the clients can
isntall active controls right? no IE policies blocking that?

--
Ron Oglesby
Microsoft MVP - Terminal Services

RobbyRash said:
I downloaded the TSWeb demo for my 2K3 server and it works like a champ!
I published it to our web and it still works great but only for me. Other
users that try to log in have the "connect" button disabled and an error on
the page:
Line: 464
Char:1
Error: TypeMismatch: 'OnControlLoad'
Code: 0

Line 464 starts:

<OBJECT language="vbscript" ID="MsRdpClient"
onerror="OnControlLoadError"
onreadystatechange="OnControlLoad"
CLASSID="CLSID:7584c670-2274-4efb-b00b-d6aaba6d3850"
CODEBASE="../../../../../../InetPub/wwwroot/TSWeb/msrdp.cab#version=5,2,3790
,0"
WIDTH=<% resWidth = Request.QueryString("rW")

I assume (that gets me into a lot of trouble) that the error is in the
"codebase". Other users don't have the cab in that directory. I have tried
different locations in the codebase section with no luck. I have installed
the cab file in the same directory on the site as the login page. Any hints
about getting this working for everybody?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Activex not loadig in IE. 0

Top