in
Innovasys Logo

Extensibility Model and VS 2005

Last post 07-24-2008 9:53 PM by ReginaldShoe. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-24-2008 9:53 PM

    Extensibility Model and VS 2005

    Hi,

    I'm attempting to automate the production of topics from an application. Initially I was parsing/modifying the xml but then I looked into the extensibility model which seemed perfect.

    Problem is I can't get the com object to work within VS 2005

    This is what I did:

     

    VB 6

    1. Created a project

    2. Added a reference to HS3Objects.dll

    3. Everything worked perfect (could open a HS3 project and count the number of topics)

     

    VS 2005

    1. Create a VB.Net project

    2. Added a reference to HS3Objects.dll

    3. This added another 10 or so references, I assume dependencies, so no issue.

    4. The HS3Objects.dll reference get a little yellow exclamation mark next to it and says Resolved = false in the properties box.

     5. Couldn't  create a HSProject object

    Any ideas/help/pointers on what I'm doing wrong?

     

    Kind regards,

    Reggie 

Page 1 of 1 (1 items)