Lost contact with 3. part COM object after 3.part update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rca
    New Member
    • Nov 2007
    • 2

    Lost contact with 3. part COM object after 3.part update

    Hi

    I have a problem with a 3. part component. The problem is that sometimes when this component is upgraded, I loose connection to the component. In my development enviroment i can solve this by remove the reference to the component and add it to my project again. But for my customers who are using my program can't do that. In earlier version of my program which where programed in MS Access, we removed and added the reference in the startup.

    So my question is; Can I remove and add references by during runtime in vb.NET?

    Or is there other solutions to the problem?

    Thanks
  • nmsreddi
    Contributor
    • Jul 2006
    • 366

    #2
    Hi

    Is this a web application or windows application ,in case of a web application it will be updated automatically ,in windows application you have update the complete execute file then only the changes will be affected .

    i dint get how your component is updated .are you adding the new version of it .

    just let know the details for better solution.


    Regards
    nmsreddi

    Comment

    • rca
      New Member
      • Nov 2007
      • 2

      #3
      Hi

      This is a Windows applic who is using a API COM object to a ERP system and the this component is often updated.

      But I found the problem for loosing the contact with the component. In some situations I haven't closed the object in my code properly. So when I contacted the component the next time, I didn't have access to it.

      Thanks for your help

      Comment

      Working...