I want to create / build a interop dll from the existing UIAutomationClient.dll Version 4.0.. I tried to use the TlbImp.exe with the following command:
TlbImp.exe path\UIAutomationClient.dll out:Interop.UIAutomationClient.dll
But i'm getting the following error message:
Microsoft (R) .NET Framework Type Library to Assembly Converter 4.0.4013 Copyright (C) Microsoft Corporation. All rights reserved.
TlbImp : error TI0000 : The input file 'C:\Users\patrick\Desktop\UIAutomationCli ent.dll' is not a valid type library.
Is there another way to create the interop dll or a solution to this error ?