I am going nuts over why a com dll does not get updated on a target server .
I had a DLL that worked before , now the code been updated and new functions been added.
( My dll is a .net v4 (x86) )
I did a regasm /codebase /register /tlb *.dll and a gacutil /i .
Per my client program the new functions become are visible but I get DISP_E_UNKNOWNNAME upon calling them .
So how this could be possible ? What am I to do ?
tx, Gabor