Set Upload = Server.CreateObject("CrazyBeavers.Upload") ' Create object
Upload.ValidTypes = "jpg.gif.txt" ' Set valid file extension. Seperate
with .
Upload.MaxSize = 2*1024*1024 ' Set max filesize for uploaded files (2.0mb)
Next block begins a for loop through the results. The Set statement is where
it is blowing out because of the com issues.
"Ray Costanzo [MVP]" wrote:
> Please show the first five lines of your code.
>
> Ray at work
>
> "Bill" <> wrote in message
> news
AD8DB65-1B9F-4805-9F52-...
> >
> >
> > "Ray Costanzo [MVP]" wrote:
> >
> >> What's on line 3? Probably "set something =
> >> CreateObject("some.component"),
> >> but you do not have that component installed on your machine.
> >>
> >> Ray at work
> >>
> >
> > Thanks for the response Ray.
> >
> > The component is properly installed and registered. I get no errors using
> > create.object in VBS. I believe this is a XP com security error, but none
> > of
> > the solutions in the MS knowledge base or found on Google groups helps.
> >
> > The everyone group has proper read permissions in the registry and IUSR
> > has
> > proper NTFS permissions, dependency walker shows no problems.
> >
> > I tried assigning IUSR to the administrato group and it did not help. I am
> > just lost trying to figure out what component permission needs to be
> > changed
> > and where.
> >
> > Thanks,
>
>
>