4
Answers

Exported typelib not getting updated C# project

Rahul M

Rahul M

13y
2.9k
1
I am exporting DLL to a typelib(.tlb) using

"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe" $(TargetDir)Project.dll /tlb:com.Project.tlb /codebase

It is getting registered succesfully.I look in typelib using liewiewer,all method declaration was proper.

But if I add any new method in DLL project and rebuild/clean .tlb file seems to be not getting updated with newely added methods.

Please let me know what I am missing?
Answers (4)
0
hemu kumar  shriwastaw

hemu kumar shriwastaw

NA 51 2.3k 7y
In my previous post i have mention it.just i want to view the excel sheet in browser and i will also perform the adding,delete and update option in excel sheet through browser
0
Sundar

Sundar

NA 9.6k 94.5k 7y
Share me the issue, let me try to solve. 
0
hemu kumar  shriwastaw

hemu kumar shriwastaw

NA 51 2.3k 7y
Thanks Sunder for providing the link.
but i am not sucessful.
0
Sundar

Sundar

NA 9.6k 94.5k 7y
https://support.microsoft.com/en-us/help/306572/how-to-query-and-display-excel-data-by-using-asp-net--ado-net--and-vis
 
https://stackoverflow.com/questions/33101538/is-it-possible-to-open-and-edit-an-excel-file-on-web-browser 
 
Follow these links, this may help