送你100分!大富翁高手請進。(100分)

  • 主题发起人 主题发起人 Richard3000
  • 开始时间 开始时间
R

Richard3000

Unregistered / Unconfirmed
GUEST, unregistred user!
我用WebSnap開發的程序在本機(Win2000+Sp2)的IIS上運行正常。
拿到客戶的機器(Win2000 Advanced Server+IIS)上不能運行。提示:
Internal Application Error
Object factory for class TWebResponseWrapper missing
我該怎麼辦?
 
用ActiveForm发布的?

帮助提前!
 
是不是ie版本的问题/
 
你是不是用了组件,如果是的话,可能是你没在客户机器上注册该组件
 
1.组件注册问题。
2.WINDOWS是否都升级了.
3.IE版本.
 
8. WebSnap Application Deployment
===========================================================
If you created your application as a Web App Debugger
executable, you will fist have to convert it to an
ISAPI DLL, CGI executable, or Apache Shared Module. To
deploy your DLL or EXE to a web server, you will have to
place your application in a directory that has executable
rights. With Internet Information Services (IIS) this is
typically C:/Inetpub/Scripts. For each WebModule in your
application, you must copy the associated HTML file to the
same directory as your EXE/DLL. By default, the associated
HTML file is simply the WebModule unit's name with .html
as the extension.

Additionaly, you must register both WebBrokerScript.tlb
and stdvcl40.dll on the web server. TLB files cannot be
registerd with the Microsoft regsvr32 program, but must
be registerd with tregsvr, located in the Delphi bin
directory. You can copy tregsvr to the web server, and
register the files with:
tregsvr WebBrokerScript.tlb
and
tregsvr stdvcl40.dll

Finally, WebSnap applications require the Microsoft Active
Scripting Engine in order to work. It is included with
Internet Explorer 5, and is installed by default on Windows
2000 machines. To download the Scripting Engine, visit:
http://msdn.microsoft.com/scripting/
 
謝謝.lumberer
我在Borland的論壇上也提了此問題.別人做了同樣的回答.
 
謝謝.lumberer
我在Borland的論壇上也提了此問題.別人做了同樣的回答.
 
后退
顶部