Results 1 to 3 of 3

Thread: Deploying VB Component

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Hyderabad
    Posts
    2

    Question Deploying VB Component

    Hai everybody,

    This below error is giving me some problem

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /cf45/sampleasp/wroxcomp1/list.asp, line 14

    Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.


    Is there any problem if there is no VB installed in Production server where by there is no VB installed. or is there is other alternative where by i dont need to install VB and make my component work. One morething is My component which i am liking to deploy is doing a database related stuff.Some body in forum suggest to use package wizard for registering my dll file.
    As i am new to vb can you suggest my any link where by i can have that info.

    Any help is really appreciated.

    With Regards
    Nagaraj

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    There is a package & Deployment wizard option you can use under the visual basic / visual studio submenu of the start menu.

    This packages your control in a setup with all the files it needs to run (including the MDAC library of files to connect to databases).

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    New Member
    Join Date
    Nov 2001
    Location
    Hyd, India
    Posts
    2
    Hi Nagraj

    Package and deployment vizard can be used for distributing DLLs.
    While creating an object of ur DLL , please user the correct dllname and the class name.
    Try with <object> tag by giving the classid and check if ur dll can be instantiated.


    Ganesh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width