>Is there a way to insert both cs & vb files in a dotnet 1.1 vbproj or
>csproj file?
You can't make them both compile to the same executable, no.
>I guess I could compile them into lib files and then interlink?
Yes you can compile each project to a separate module and include in
the same assembly.
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.