[quoted text, click to view] ""Will Buffington [MS 414076]"" wrote:
> Hello,
>
> Try re-registering DTE.OLB by going to START, RUN and type "Regsvr32
> <path>\DTE.OLB" (without the quotes)
>
> Will Buffington
> Microsoft Developer Support
>
>
"without the quotes" is misleading to novices like me. The <path> typically
includes things like Program Files and/or Common Files, which require quotes
of course.
Once I entered
regsvr32 "<path>\dte.olb"
and
regsvr32 "<path>\dte80a.olb"
VSBasic worked fine.
We need an Internet standard for displaying quoted strings. The only way I
have seen that seems to be reasonably clear is to _always_ put the entire
line with the string on a separate line, exactly as it is to be typed.
BTW, there appears to be a glitch in the VB .NET 2003 install. This was done
as a clean install on a Program Files folder with VB .NET 2003 uninstalled
and all subfolders deleted. I assume there is a Registry update problem.
Thanks for the info.