Hi,
I would like to use the type library import exe tlbimp.exe without
actually having the .NET framework setup on the machine. Is there any
way, like installing some minimal dlls, so that I can use tlbimp?
Currently, when I run the tlbimp.exe, I get an error saying " To run
this application, you must install one of the following versions on the
.NET Framework: v2.0.50727".
Can anyone suggest something?
Regards,
AA
Mattias Sjögren - 05 Jan 2007 13:03 GMT
> I would like to use the type library import exe tlbimp.exe without
>actually having the .NET framework setup on the machine. Is there any
>way, like installing some minimal dlls, so that I can use tlbimp?
No, Tlbimp is a managed application and mostly a thin wrapper around
framework classes.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.