本人用VB 编写的MTS应用程序, 导出客户端访问代理,但代理只能在WIN2000下创建对象, 在WIN98下安装代理包后却不能创建ACTIVEX对象,何故?请各位高人指点 , 不胜感激。  大大送分

解决方案 »

  1.   

    first , ask you a question, have you test it in 2k?
    if not, commonly , it's not client problem, it's server. you need modify securty for iis.second, use depends to view your proxy dll(in 98). does it use any function not supported in 98?third, if there is not special reason(reserved for future change), you need not write proxy... ms have default proxy.
      

  2.   

    代理包在Win2000/winMe下安装后均是可以用的, 但在WIN98下出错dim oTmp as New <对象名> 前期绑定
    或者
    dim oTmp as object
    set oTmp=CreateObject(<对象名>)后期绑定均提示Active对象无法创建
      

  3.   

    另外, 单独的DLL(不是代理安装)在Win98下一切OK,因此问题不在DLL本身