upgrade problem...

Add-in Express™ Support Service
That's what is more important than anything else

upgrade problem...
 
grchen168


Guest


Hello,
For upgraing v8.3.5068 to v9.2.6124, firstly, remove the v8 successfully, and then, install v9 and activated, also successfully.

But, then, open my existing project using VS2008, the warning message like the following show up:

Package Load Failure!
Package 'Add-in Express for Internet Explorer and .NET' has failed
to load properly (GUID={5553163E-0342-415F-BB96-6068F4F44CA7}).
Please contact package vendor for assistance. Application restart is
recommended, due to possible environment corruption.

And I had also tried 'devenv /resetskippkgs' with local admin priviledge, but no veil.

What else should be adjusted?
Posted 26 Dec, 2014 19:16:23 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Chen,

Please try to uninstall v9.2.6124 completely via 'Programs and Features' dialog and then install it again.
Let me know if the issue persists.
Posted 27 Dec, 2014 07:54:21 Top
grchen168


Guest


Hi, Sergey,
I had tried what you suggest, but, again, no veil. The same message still pop up.
What will be other possible ways to resolve it?
Posted 28 Dec, 2014 02:08:56 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Chen,

Please send me a screenshot with the content of the 'C:\Program Files (x86)\Add-in Express\Add-in Express .NET for Internet Explorer\Bin\Package\VS2005' folder opened in Windows Explorer. Please use the support e-mail to send the screenshot.
Posted 30 Dec, 2014 07:42:51 Top
grchen168


Guest


Had already sent the screenshot of the specified folder to the support email.
FYI
Posted 30 Dec, 2014 19:41:18 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Chen,

Thank you, all files look good. Could you please use the Fusion Log to diagnose the issue?

http://www.hanselman.com/blog/BackToBasicsUsingFusionLogViewerToDebugObscureLoaderErrors.aspx
Posted 05 Jan, 2015 03:50:17 Top
grchen168


Guest


Using Fusion log, it seems that the following error appeared:
What will be the steps to resolve it?

===============================================================================
*** Assembly Binder Log Entry (2015/1/20 @ 下午 12:07:48) ***

The operation failed.
Bind result: hr = 0x80070002. Cannot find specified file。

Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = CWin7Ultimate\kjchen
LOG: DisplayName = AddinExpress.IE.Design.resources, Version=9.2.6124.0, Culture=en-US, PublicKeyToken=4416dd98f0861965
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe.Config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: AddinExpress.IE.Design.resources, Version=9.2.6124.0, Culture=en-US, PublicKeyToken=4416dd98f0861965
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
ERR: Unrecoverable error occurred during pre-download check (hr = 0x80070002).
Posted 19 Jan, 2015 22:22:40 Top
grchen168


Guest


BTW, I had found another related fusion log error:

====================================================================
*** Assembly Binder Log Entry (2015/1/20 @ 下午 01:25:50) ***

The operation failed.
Bind result: hr = 0x80070002. Cannot find specified file。

Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = CWin7Ultimate\kjchen
LOG: DisplayName = AddinExpress.IE, Version=9.2.6124.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: Start binding of native image AddinExpress.IE, Version=9.2.6124.0, Culture=neutral, PublicKeyToken=4416dd98f0861965.
WRN: No matching native image found.
Posted 19 Jan, 2015 23:37:20 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Chen,

Please check if 'AddinExpress.IE.dll' and 'AddinExpress.IE.Design.dll' files installed into the GAC folder.
Do you have all the latest updates/SPs for Visual Studio and Windows installed on your PC?
Posted 20 Jan, 2015 04:17:00 Top
grchen168


Guest


I have double checked that the following are already installed under GAC: (all marked with version no.: 9.2.6124.0)
AddinExpress.Deployment
AddinExpress.IE
AddinExpress.Broker
AddinExpress.Design
AddinExpress.VisualDesigner

And, I had all the latest updates and SPs for VS and WinOS installed.
Posted 27 Jan, 2015 17:05:00 Top