Unmanaged/Managed

Hi,
Im using dll written in maneged code (C#) in unmanaged (C++) progam. Trouble is that - on every compilation of managed dll - the .tlb file is generated. It is imported (#import) in C++ program. Alas, on every compilation of C# (new tlb) I have to rebuild (RebuildAll) C++ program. Otherwise CreateInstance returns error. My C++ project is very complex and rebuilding it takes looooots of time. Any ideas? Please help.
[425 byte] By [Mr. Tomaszek] at [2007-11-18 20:33:45]