If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Error Deploting Web Application

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-03, 20:13
aljubicic aljubicic is offline
Registered User
 
Join Date: Jan 2003
Location: Australia
Posts: 46
Question Error Deploting Web Application

Hi All,

I have finish writing an ActiveX Document.exe for use as an Intranet Application. It function is to Insert and Update Records in a MS SQL 7 Database. It is written in VB6. My Problem is when I go to make a deployment package ready for use. I roll it as a standard Package Setup. It then asks me that there is missing files which are...

AUTPRX32.dll
AUTMGR32.dll
RACMGR32.dll

I dont seem to have these installed on my PC and not sure whether they are needed, which I think they posssibly are. When it finishes deploting the package and I go to Install it to a network drive it just installs an exe file and a ST6UNST text file, which when I try to run the exe it doesn't do anything at all. So I believe these missing files could be the problem.

Can anyone help me with this one?? Am I deploying my web application properly and if not how do I do it?? or do I need these missing files and if so where can I get them from??

Thanks
Anthony
Reply With Quote
  #2 (permalink)  
Old 04-01-03, 10:22
Ixalmida Ixalmida is offline
Registered User
 
Join Date: Dec 2002
Posts: 11
Active X

Since .dll's are generally driver files, you may want to check that all the appropriate Active X drivers are installed. They may be part of the SQL installation or OS (most likely the former), so you may have to check that both are updated and complete.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On