tags:

views:

90

answers:

0

when I try to import PIA by tlbimp.exe, get the following error:

TlbImp : error TI0000 : System.ApplicationException - Referenced type library 'stdole' does not have a primary interop assembly registered.

My command is :

"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\tlbimp.exe" "C:..\craxdrt9.dll" /primary /keyfile:"C:..\keyfile.snk" /out:"C:..\MYCraxdrt9.dll"

Anybody has idea why?