server端就一个空的  remote data module
client端采用Dcom时很好用,能把 server调起来但采用http协议时,当程序中设置 WebConnection的connected属性为true时却说
Access violation at address 0048db7f in module 'MyClientTest.exe'. read ofaddress 00000000是不是borland的这个有bug呀用socket 协议也很好使另外出现的问题是:如果先用 socket把服务端程序调起来,这时用 http协议就不会出异常
迷惑ing系统中保证有httpsrvr.dll,并且在IE中能匿名连接本机的www服务

解决方案 »

  1.   

    会不会没有在系统中注册httpsrvr.dll,
    试试regsvr32 httpsrvr.dll
      

  2.   

    今天发现有时在object inspector里设置 webconnection的server那么时竟然还出错
    access violation at address 40b97963 in module dsnapcon70.bpl, read of address 00000000.感觉好象是这个delphi的程序包出问题了
      

  3.   

    注册不上呀
    报告为
    httpsrvr.dll was loaded, but the DllRegisterServer entry was not found
    DllRegisterServer may not be exported, or a corrupt version of httpsrvr.dll may be in memory. consider using pview to detect and remove it.用pview又看不到 httpsrvr这个进程,怪怪
      

  4.   

    其实 httpsrvr.dll不用注册吧, www服务起来后,它就被装载到系统中了