pearsonjohn / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED) EnvDTE #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
New install

1. Closed all instances of Visual Studio
2. Installed js-addin by creating an 'AddIns' folder in
C:\Documents and Settings\%USER%\My Documents\Visual Studio 2008

Copied files in as follows:
\JSparser.AddIn
\JSParser\JSparser.dll
\JSParser\JsParserCore.dll
\JSParser\Microsoft.JScript.Compiler.dll

2. Open VS 2008
3. Open existing project
4. .js already present in loaded tabs
5. New add in displayed and functioning correctly (js function hierarchy 
display and navigation)
6. Start project (web site)
7. Clicking in IDE whilst project is running results in ERROR modal dialog:
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED) EnvDTE

Clicking OK produces further instances of the dialog. Eventually IDE allows 
interaction after 3/4 dialog's have been dismissed

What is the expected output? What do you see instead?
n/a

What version of the product are you using? On what operating system?
JSParser_v3.1
VS 2008 PRO
Windows XP SP3
AnkhSVN - Subversion Support for Visual Studio 2.1.10019.14 
 * Ankh.Package 2.1.10019.14
 * Subversion 1.6.15 via SharpSvn 1.6015.1625.10417

Please provide any additional information below.
n/a

Original issue reported on code.google.com by vr6Steve@gmail.com on 25 Feb 2011 at 11:29