CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Exclamation VS C# ActiveX license error

    Hi guys... I have a problem in my C# project. Normally it was running but now my project has a license error. when I ran main form, telling me "you must have a license to use ActiveX control"
    I dont make anything upgrade/improving or else, this error suddenly occured
    Although my research did not find a solution

    Below error list
    AxHost.CreateInstance()
    AxHost.GetOcxCreate()
    AxHost.TransitionVpTo()
    AxHost.CreateHandle()
    AxHost.EndInit()

    now What should I do for it
    I waiting for your answers, thanks in advance....
    Last edited by mushack; December 24th, 2012 at 04:46 AM.

  2. #2
    Join Date
    Feb 2011
    Location
    DeLand, FL
    Posts
    41

    Re: VS C# ActiveX license error

    Did you run a registry cleaner of some kind? Sounds like the registration of the component has gotten scrogged.

    Why are you using an ActiveX control in a C# project anyway?

    -Max

Tags for this Thread

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