A
Alan Kosmonov
hello,
in win2000 or XP
i have written a dll application with vb.net.It produced a dll and a tlb
file.I cannot register the dll and tlb files with regsvr32.I couldnt
register the dll to the COM+ services but I could register the tlb file.Do i
have to register the tlb file to the COM+ services?
My object calling asp contains the code;
set obj= Server.CreateObject("mypackage.myclass")
I need to run this code also in win95 and win98.What shoul i do?How should i
register my tlb file?
Help please.
Regards,
Alan
in win2000 or XP
i have written a dll application with vb.net.It produced a dll and a tlb
file.I cannot register the dll and tlb files with regsvr32.I couldnt
register the dll to the COM+ services but I could register the tlb file.Do i
have to register the tlb file to the COM+ services?
My object calling asp contains the code;
set obj= Server.CreateObject("mypackage.myclass")
I need to run this code also in win95 and win98.What shoul i do?How should i
register my tlb file?
Help please.
Regards,
Alan