Prev: comp.lang.basic.visual.misc charter
Next: Non-programmer - trying to get VB 6.0 installed on a Vista machine
From: Geoff on 24 May 2008 17:12 <sparnar(a)gmail.com> wrote in message news:5a420918-c5ff-44dd-a284-1d38e89b10ea(a)k13g2000hse.googlegroups.com... On May 16, 7:05 am, spar...(a)gmail.com wrote: > On May 15, 3:37 pm, "Ralph" <nt_consultin...(a)yahoo.com> wrote: > > > > > > > <spar...(a)gmail.com> wrote in message > > >news:dc94f475-4748-4af3-a3db-5c6f1df8a3dd(a)r66g2000hsg.googlegroups.com... > > > > i have an asp solution running on IIS 6.0 that calls vb6 dll's. i can > > > take one of the dll's out of com plus, and run it through visual > > > studio 6.0 so i can step through the code. when i do this with another > > > of the dll's, i get the following error: > > > > Server object error 'ASP 0177 : 80030070' > > > > Server.CreateObject Failed > > > > When this same dll is registered in com plus, the object is created > > > without any problems. > > > > i need to be able to debug this dll. > > > > help!! > > > Take a look at this... > > "Error occurs when you debug a COM+ component in the Visual Basic IDE with > > an ASP client"http://support.microsoft.com/kb/259725/EN-US/ > > > In extreme cases you might even move vb6debug.dll into IIS space. > > Permissions are the major obstacle when debugging ASP/IIS applications - ie, > > don't try this with a "live" site. <g> > > > -ralph > > thanks for the link, but this did not solve my problem. on one pc i am > still getting the above error, while on another i get a similar error > description with error number 80030019.- Hide quoted text - > > - Show quoted text - i got the hotfix referred to in this KB article 936296, and it solved the problem. I like it I hate running out of fixes |