I am using c# in v2003.
created cominterop. running on the development computer, no problem to
access it via COM.
when trying to install it on a w2k server:
1. regasm /codebase .tlb: , OK.
2. gacutil /i. OK.
3. Oleview displays it. bur create instance fails with 'can not find file".
What can be wrong?
What are the right steps to install it?
What are the debugging tools?
Comment