When was I talking about an Component? I'm creating a Class in my code, like
this
<script language="vbs">
Class CMyClass
public m_nVar
.....
End Class
</script>
"Jim McSorley" <jim@m...> wrote in message
news:65888@i..._programming...
>
> My guess is that the component that supports the object you are trying to
> create is not registered on your system.
>
> Component registration is accomplished using the RegSvr32 command line
> utility. Bring up a command prompt and type 'RegSvr32' to prompt a
> message box that describes how to use the utility.... or search at
> microsoft using 'RegSvr32' as a keyword.
>
> The behavior that you're describing would not occur if the component is
> registered and your are using the correct syntax to create an object from
> that component.
>
> Regards,
> jim@m...
>
>
> > When I create a Class in a ASP-page, source outline window doesn't
> > shows it and its members. More, the auto complete doesn't shows the
> > member - variables and member - functions. How can I solve that ( I fear
>
>