>I have referenced an dll my project. The dll has develop not .NET framework.
>How can i create an assembly for this dll.
I assume it's a COM library you're referencing from Visual Studio. If
so, VS has already created the interop assembly for you when you added
the reference.
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.
Erencan SAGIROGLU - 26 Sep 2006 11:57 GMT
I've solved it. Thanks for help Mattias.
> >I have referenced an dll my project. The dll has develop not .NET
> >framework.
[quoted text clipped - 5 lines]
>
> Mattias