Could not export doors.tlb to get DOORSCOMLib.dll

Hi, 
Can somebody help me with an error.

I would like to export file to csv file from doors and after modifying uploaded back.
I am using VS2015 and doors 9.3, but I am getting an error while exporting doors.tlb.

I am running command (under cmd) below. I have tried to choose different TlbExp.exe, but unsuccessfully. 



C:\>"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\TlbExp.exe" "C:\Program Files (x86)\IBM\Rational\DOORS\9.3\bin\doors.tlb"
Microsoft (R) .NET Framework Assembly to Type Library Converter 4.0.30319.33440
Copyright (C) Microsoft Corporation. All rights reserved.

Error:
TlbExp : error TX0000 : Could not load file or assembly 'file:///C:\Program Files <x86\IBM\Rational\DOORS\9.3\bin\doors.tlb' or one of its dependencies. The module was expected to contain an assembly manifest.


Mira Petrzelka - Mon Nov 13 07:36:54 EST 2017

Re: Could not export doors.tlb to get DOORSCOMLib.dll
Mathias Mamsch - Wed Nov 15 05:08:02 EST 2017

Instead of using static binding, maybe you should simply use dynamic binding here, as the DOORS COM interface only has about 2 Methods and 1 property. Apart from that I would always use batch mode for interfacing with DOORS rather than COM. Regards, Mathias