Search found 10 matches

by GSus42
Wed Jul 20, 2016 12:19 pm
Forum: Specific Development
Topic: [TS6] Reading the references and IProperties of an Assembly. BOM?
Replies: 3
Views: 7078

Re: [TS6] Reading the references and IProperties of an Assembly. BOM?

Ok, it seems like I found something. The GetAllStructure-Method of the IBOM-Interface "returns"(it does actually modify 6 Parameters-Objects and insert the values into them) some Lists of IDs(Integer) and Strings. I still can't fully make sense of it yet, but at least the Designations and ...
by GSus42
Tue Jul 19, 2016 1:11 pm
Forum: Specific Development
Topic: [TS6] Reading the references and IProperties of an Assembly. BOM?
Replies: 3
Views: 7078

[TS6] Reading the references and IProperties of an Assembly. BOM?

Hello, I would like to iterate through a TS6-document(*.top especially, *.dft would also be nice) and print out all sub-references to any sub-assemblies/-parts, and to each sub-part/-assembly I would like to read the IProperties. I thought that is, what a BOM is. But it seems the BOM is constructed ...
by GSus42
Thu Jul 07, 2016 5:41 pm
Forum: Specific Development
Topic: Any experience on .NET-Version-Requirements?
Replies: 4
Views: 3743

Re: Any experience on .NET-Version-Requirements?

Thank you. It seems you are right in using .NET 4.5 I just tried using 4.0. At first it seemed ok, but as I tried the first build, VISTUDIO2012 says something along the lines of: "The primary reference to" TopSolid.Cad.Design.Automating , TopSolid.Cad.Drafting.Automating and TopSolid.Kerne...
by GSus42
Thu Jul 07, 2016 4:52 pm
Forum: Specific Development
Topic: Any experience on .NET-Version-Requirements?
Replies: 4
Views: 3743

Any experience on .NET-Version-Requirements?

Update: it seems for 7.10 API-Libraries, .NET 4.5 is the requirement. Hi, I try to develop a prototype for using the API of TopSolid 7.10 with VisualStudio 2012. In the TopSolid'Design Automation Guide no concrete .NET-Version is recommended. Does anyone have experience with different .NET-Framewor...
by GSus42
Thu Jul 07, 2016 4:30 pm
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5646

Re: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

Thank you so much.

Now I feel pretty stupid.
Maybe Missler can turn around the horrible picture I got the last few days after all.
by GSus42
Thu Jul 07, 2016 4:15 pm
Forum: Suggestions and Enhancements
Topic: HTTPS for the forum and main-webpage
Replies: 1
Views: 18983

HTTPS for the forum and main-webpage

We have 2016. This is not only sad but dangerously insecure and unfair to any customer (especially to unsuspecting ones that reuse passwords. But i hope I don't have to repeat all arguments for HTTPS) In 2005 we already knew that HTTP and only using unsalted md5-hashes for transmitting/saving passwo...
by GSus42
Thu Jul 07, 2016 3:57 pm
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5646

Re: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

Ok, it seems the 6.16 Type Library was the remnant of an old installation on our CAD-Machine. Also, it seems the whole Syntax changed from 6.16 to 7.10. And it seems API-Documentation for 7.x is only available if we buy a maintenance contract?! I don't find anything similar to the TopSolidAPI.chm we...
by GSus42
Thu Jul 07, 2016 3:21 pm
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5646

Re: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

The TopSolid.Kernel.Automating.dll is in my 7.10-Bin-Folder But if I use it instead of the TypeLibrary of 6.16 VISTUDIO doesn't know the classes TopSolid.Application, TopSolid.DocumentDesign or any other TopSolid-Class of the API any more. And another thing: if the 6.16 Type Library isn't the correc...
by GSus42
Thu Jul 07, 2016 2:58 pm
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5646

Re: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

Hi, you are right, that seems odd. I supposed I have 7.10 installed. Didn't install it. Admin-Staff did that. On my Desktop shows a shortcut to TopSolid 7.10. But in VisualStudio 2012 (do I maybe need VisualSpydio2015?) it only shows "TopSolid 6.16 Type Library" and "TopSolid'Viewer O...
by GSus42
Thu Jul 07, 2016 9:53 am
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5646

Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

Hello, I am trying to implement a Test-Interface between TopSolid and our PDM-Solution. I use TopSolid 7.10 and VisualStudio 2012 with VB.NET. (I chose .NET-Framework 3.5 since I read somewhere that this is the recommended Version for accessing the TopSolid-API. But don't know where anymore.) I foll...