Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: Power TCP in production server
sathya76

From: Lubbock, TX USA
Posts: 13
Member Since: 06/24/02
posted July 25, 2002 10:09 AM

I have developed an application using powerTCP FTP tool and have it working just fine in my development server. I am using ASP.NET for my application.

Now When I try to move my application to Production server, it says

Public withevents FTPSess as new DartFtp.FtpClass()

It shows error in the above line, and says DartFtp Class not defined.

I have installed the DARTFtp in the computer in which I am running the development server, but I dont have it installed in the production server.

So Should I install dartFtp in production server or is it some other problem that I am missing...

Thanks for looking at this,
Sathya

Jon Belanger



From: Rome, NY USA
Posts: 310
Member Since: 06/10/02
posted July 25, 2002 4:52 PM

You have to register the DartFTP.dll and DartSock.dll on the production server. You can test this behaviour but using the regsvr32 command.

Do this on your development machine

cd \
cd winnt
cd system32
regsvr32 /u dartftp.dll

then try to load up the ASP .NET page in a browser, it should fail

then do this...

regsvr32 dartftp.dll

hit refresh, it should work now. Hope that helps.
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX