CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    India
    Posts
    15

    Error in Activex registering

    I am using VB6 when I install my application on WIN 95 or NT It gives follwing error
    "Activex Component can't create Object".

    What is the problem and how to rectify it.when I use ActiveX or other Controls should I register new version

    With the existing version of OCX. Will there be any problems later on.




  2. #2
    Guest

    Re: Error in Activex registering

    some of your activex control maybe need another supporting activex to be registered.. eg.. some activex that is made using vb5 require vb5 runtime file to execute it... check your activex again if it require any supporting activex.


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

Featured