Use Depends.exe to find out what dll's it uses and see if anything is missing ( depends.exe is installed with c++ i think in VS)
The other thing that it can be, is that the first entry in the registry for the dll points to a empty place, ie someone registred the dll then deleted it without unregistering. you can try getting an old copy of RegClean.exe and removing any old references, or if your using XP with idiot mode on, you have to remove every reference to the existing dll and it's parent keys from the registry. but back it up first. Dave, On 26/10/05, Mike Andrews <[EMAIL PROTECTED]> wrote: > > Guys, > I'm having a lot of trouble creating a COM component in an > ASP.NET <http://ASP.NET><http://ASP.NET>Web application. The COM object > was created > with VB6. And the only exception > I get is that the ActiveX component can't be created, but with no other > help > as to the root cause. I tried (just for testing) adding the ASPNET machine > account to the administrators group to see if that made any difference, > but > to no avail (unless I need to reboot my machine to get it work). > Is it possible to turn on some kind of auditing to find out what exactly > is > causing the failure? > I'm just having a hard time with this one. None of these COM components > can > be rewritten, so I'm stuck with trying to call them. > The odd thing is that I can create a webservice (which ultimately is what > will call the COM component) and that works when I run it from the test > harness that VS provides. However, when I call the webservice from the > ASP.NET <http://ASP.NET> <http://ASP.NET> Web application, it fails. > I'm at a loss here. > Any help would be appreciated. > Thanks, > Mike > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > -- Dave Jones [EMAIL PROTECTED] [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com