ahmed khairy
unread,Aug 29, 2005, 9:17:04 AM8/29/05You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
i've developed a user control using C# and turned it into a dll so that i can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i try
to register it using regsvr32 it comes up with the error, that the file was
loaded but the dllRegisterServer entry point was not found. and on client pcs
the cab file is downloaded but is not registered with error message: class
not registered hr = 80040154.
any suggestions?