Groups | Blog | Home
all groups > visual studio .net setup > august 2004 >

visual studio .net setup : application startup failed


cyberincome
8/16/2004 9:33:03 PM
:Hi, I have downloaded VB studio .net but the application fails to start with
error message- "the type library for DTE (DTE80a.olb) could not be loaded."
willbu NO[at]SPAM online.com (
8/17/2004 4:55:36 PM
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
Sergey Radkevich
8/24/2004 9:45:01 PM
[quoted text, click to view]

I have the same problem.
I re-register both dte.olb and dte80.olb.
It doesn't help me. The path was
C:\Program Files\Common Files\Microsoft Shared\MSEnv

kayha0831
10/12/2004 4:17:02 AM


[quoted text, click to view]
kayha
10/12/2004 4:21:03 AM
I am having the same problem and have tried the "Regsvr32
[quoted text, click to view]
ray
3/15/2005 5:45:03 AM
I have the same problem, any advice would be greatly appreciated. After
downloading and installing Service Pack to for Windows the pc would not
start. Had to re-install Windows, after which I can't start Visual Studio due
to this DTE.olb error. Tried re-insalling VStudio and also registering
DTE.OLB, but neither worked. Thanks in advance for your help

[quoted text, click to view]
DaveJZook
3/20/2005 1:05:02 PM


[quoted text, click to view]

"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.
AddThis Social Bookmark Button