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