Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Installation fails after upgrading to Office 2007
 

Installation fails after upgrading to Office 2007

Post problem, the machine had Office 2003 and say version 1 of the ClickOnce application.

After upgrading to Office 2007, version 1 of the application continues to work fine.

After deploying version 2 of the application, the following error message is received:

"Unable to install or run the application. The application requires that assembly ADODB version 7.0.3300.0 be installed in the GAC first."

There have been no dependency changes between version 1 and 2 (happens even if just resigning and deploying).

* VS 2008 project.
* Target framework: 2.0

Project Prerequisites:
* .NET Framework 2.0
* Microsoft Visual Studio 2008 Report Viewer.
freshnup  Wednesday, October 01, 2008 9:07 AM

Hi bertie365

Base on my experience, this problem is caused by the ADODB assembly missing in C:\WINDOWS\assembly\

Please turn to that folder to see if ADODB assembly is there, and check its version. If you cannot find it, you can try to copy this assembly to that folder.

If you have any more question, please tell me.

Related topic

Global Assembly Cache

Could not load file or assembly ADODB, Version=7.0.3300.0

Sincerely,

Kira Qian

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Kira Qian  Friday, October 03, 2008 3:07 AM

Hi bertie365

Base on my experience, this problem is caused by the ADODB assembly missing in C:\WINDOWS\assembly\

Please turn to that folder to see if ADODB assembly is there, and check its version. If you cannot find it, you can try to copy this assembly to that folder.

If you have any more question, please tell me.

Related topic

Global Assembly Cache

Could not load file or assembly ADODB, Version=7.0.3300.0

Sincerely,

Kira Qian

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Kira Qian  Friday, October 03, 2008 3:07 AM

You can use google to search for other answers

Custom Search

More Threads

• Where should I post a question about VS setup and deployment projects?
• Multiple installations of the nearly-the-same ClickOnce application
• Deploying to Machines Without Visual Studio
• Cannot install WSUS (Microsoft SQL Server 2000 Desktop Engine fails to install)
• Open clickonce app from another .net app
• Create Trial Version Installer
• Help: Hosting .net form controls in IE
• Forcing a bootstrap prerequisite executable to prompt for elevation (C#)
• String Publishing Error
• PublicKey token warning building .NET 3.5 SP1 Installer Project?