Click to See Complete Forum and Search --> : Cannot deploy VB DHTML application


subhadeep_c
October 4th, 2001, 11:44 AM
I have created a VB DHTML application which uses listview & winsock controls.I have created dll file and the DHTML page works fine on my local machine.Now I tried to deploy the DHTML application to a Web Server.TheWeb Server has Posting Acceptor 2.0 installed on it.The default.html file has the entry :
<METAname="postinfo" content="/scripts/postinfo.asp"> in it.
I have also changed the required registry entries for deploying via the anonymous user & To allow unsigned CAB files to be deployed to the Web server.The client machine has Web Publishing Wizard version 1.53 on it.I created an Internet Package for my application without the "VB6 Runtime and OLE Automation files." Now I tried to deploy this package using PDW to the wweb server using HTTP POST method using "Unpack and install server-side cab" .In this case I get the error :
"Unexpected error number C0042116 has occurred: The Web server returned the
following error: Files specified in section RInstallApplicationFiles of INF file
mywebclass.INF are busy. Cannot install them unless allowed to do a REBOOT."
So I Created the internet Package again without including the .ocx controls in my cab file,instead I specified them in the .inf file to be downloaded from Microsoft Website.Now when I try to deploy the application to the Web server it hangs completely.I have to CTRL+ALT+DEL to close it.Could anyone please help.