Message 1 of 2
Can't create new inventor in standalone

Not applicable
06-28-2007
08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using VB 6 to create a stand alone application.
The following lines generates error 429
ActiveX component can't create object
Dim oDoc As Document
Set oDoc = ThisApplication.Documents.Add(kPartDocumentObject)
The following lines generates error 429
ActiveX component can't create object
Dim oDoc As Document
Set oDoc = ThisApplication.Documents.Add(kPartDocumentObject)