Tagged Questions

2
votes
1answer
163 views

COM Interface question - .NET

Hi Recently I was reading about interop marshalling but I still don't understand one thing. To make .NET assembly visible to COM I need to use tlbexp tool and/or regasm tool. To make COM visible to …
2
votes
2answers
274 views

Lots of build warnings when COM objects ActiveDs or MSXML2 are referenced

After moving a project from .NET 1.1 to .NET 2.0, MsBuild emits lots of warnings for some COM objects. Sample code for test (actual code doesn't matter, just used to create the warnings): using …
1
vote
1answer
76 views

Convert TLB file to assembly with custom assembly information

I am using tlbimp.exe to generate an assembly from a TLB file. I know that I can use the "asmversion" command line switch to set a custom version number, but how do I set the other information? I …
1
vote
1answer
79 views

How to use tlbimp.exe’s /keycontainer switch?

Anybody have an example of how to use tlbimp.exe's /keycontainer command line switch? The googles...they don't help. It's always /publickey, or /keyfile. No example of using /keycontainer.
1
vote
1answer
351 views

Where is the Wrapper Assembly Key File setting in VS 2008?

I'm trying to build an application that is strongly named. It is referencing a COM interop library that I add via the Add References dialog. It's been a while, but I seem to recall that in older …
1
vote
1answer
166 views

Referencing a COM assembly in Visual Studio vs converting a COM assembly via tlbimp.exe

When I import a COM assembly (dll) in to a Visual Studio project by adding it as a reference I can use the generated equivalent common language runtime assembly without issue. However if I try and …
0
votes
2answers
19 views

Getting COM Exception 80040154 on different machine

Hi All, I am getting following problem, can someone help please? I used Tlbimp utility and converted VB6 COM DLL into RCW DLL. From my Visual Studio 2008, I used "Add Reference" and used that DLL in …
0
votes
1answer
47 views

How do i use TLBIMP.EXE ?

I've found it in my visual studio folder, but when i open it it simply loads and closes instantly. is that the right way to reach to it's functionalities ?
0
votes
1answer
17 views

The type library importer encountered an error during type verification

I am writing a C# application which has several COM references. When I attempt to build it I get the following error for some of them: …
0
votes
2answers
143 views

using classes inside a COM exe from .Net

I have a .exe file I've been given which has COM classes inside it -- these are from C++, not .net ComVisible types I'd like to use those classes inside my .net project, but I can't add a reference …
0
votes
2answers
393 views

TLBIMP.EXE - Error TI0000 - *.dll is not a valid type library

Hello! While building our project on the Build Server, the compilation fails with the error message: TlbImp: error TI0000 : The input file 'C:\*.dll' is not a valid type library. We tried to …
0
votes
2answers
142 views

Suppress tlbimp warnings in visual studio

In a visual studio C# project, it is possible to add references to COM libraries. Visual Studio will then use tlbimp.exe to generate the interop assembly when building the project. The reference looks …
0
votes
1answer
285 views

How can I get tlbimp to not automatically generate assemblies for referenced types?

I want to create an interop assembly from a type library using the tlbimp.exe tool that is included in the .NET SDK. My problem is that the source type library is referencing a type in another …
0
votes
1answer
233 views

Compiler Error when adding dll reference to managed c++ project

Hello, I am using VS 2008 and get compiler errors sporadically when adding a dll reference to a managed c++ file in my C++ project. I am trying to add a reference to the dll so as to be able to use …
0
votes
3answers
346 views

Tool to import Type Libraries as C# code

Is there a tool to import/convert COM type libraries into C# code rather than generating an assembly? The TLBIMP tool and the TypeLibaryConverter class only generate assemblies. I've had some success …

1 2 next
15 30 50 per page