When i startup vs.net IDE after install Whidbey ,i had gotten a error message ,”Dte.olb could not be loaded.Please re-run setup and repair your installation”.
Then I searched the “DTE.olb” file in local disk,I found it located in “X:\Program Files\Common Files\Microsoft Shared\MSEnv”
Reference to MSDN the dte.olb is the COM Object model of EnvDTE namespace .So if it hadn't registered successfully, the VS.net IDE would can't work well.
As the file is a COM Object ,so i registered it with regsvr32 function.such as:
regsvr32 c:\Program Files\Common Files\Microsoft Shared\MSEnv\dte.olb
Commonly it can resolve the “Dte.olb could not be loaded“ error when starup the VS.net IDE
MSDN Article:
Correlative samples of DTE Download:
Posted
Apr 27 2004, 08:29 AM
by
ch21st