Hello
can any one help me to create .tlb file of a project solution in .net 3.5..?
i need to create this file for using in a project.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 10, 2011, 6:24 AM
Click on Start--> Programs-->Microsoft Visual Studio
go to your directory where the DLL file exist and type the following:
tlbexp mydllfile.dll
I did try this on my machine and it generates the .tlb file.
Please do not forget to mark "Accepted Answer".
Javeed M ShaikhPosted Oct 10, 2011, 10:47 AM
good to know that you were finally able to solve the problem, you can post your problems/issues here and the C# Corner team will try their best to solve the problem. I can be reached by email/chat on javeed.shaikhs[at]gmail[dot][com]
Ankit ShivnakrPosted Oct 10, 2011, 7:05 AM
Ankit ShivnakrPosted Oct 10, 2011, 7:03 AM
Ankit ShivnakrPosted Oct 10, 2011, 6:59 AM
Javeed M ShaikhPosted Oct 10, 2011, 6:42 AM
Let me know what is the error message you are getting?
Please do not forget to mark "Accepted Answer".
Prabhu RajaPosted Oct 10, 2011, 6:39 AM
I doesn't have experience about it. but i suggest you to read this Article. Hope it will help you.
Click Here
Example
Ankit ShivnakrPosted Oct 10, 2011, 5:20 AM
Javeed M ShaikhPosted Oct 10, 2011, 4:41 AM
Please try the following:
tlbexp mydll.dll
Please do not forget to mark "Accepted Answer"