473,796 Members | 2,585 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

GAC install problem

Getting the following message when doing a ClickOnce install at a deployment
PC: "Unable to install or run the application. The application requires
that assembly Microsoft.Offic e.Interop.Acces s Version 11.0.0.0 be installed
in the Global Assembly Cache (GAC) first. Please contact your system
administrator."

Development PC: Windows 2000, Visual Studio 2005. Application runs reports
from an Access.adp, and has a reference to Access 11.0 Object Library within
the WinForm project and is in the GAC on the Development PC.

Deployment PC: Windows XP with Framework 2.0 installed, Office 2003
installed. I would presume that the GAC would get Access Version 11.0.0.0
installed into C:\Windows\asse mbly when installing Office 2003?

If this message saying that the Deployment PC does not have Access Version
11.0.0.0 in C:\Windows\asse mbly folder, what should be done?

Thanks,
Dean S
Jan 9 '07 #1
2 10930
On Mon, 8 Jan 2007 21:59:09 -0600, "Dean Slindee" <sl*****@charte r.netwrote:

¤ Getting the following message when doing a ClickOnce install at a deployment
¤ PC: "Unable to install or run the application. The application requires
¤ that assembly Microsoft.Offic e.Interop.Acces s Version 11.0.0.0 be installed
¤ in the Global Assembly Cache (GAC) first. Please contact your system
¤ administrator."
¤
¤ Development PC: Windows 2000, Visual Studio 2005. Application runs reports
¤ from an Access.adp, and has a reference to Access 11.0 Object Library within
¤ the WinForm project and is in the GAC on the Development PC.
¤
¤ Deployment PC: Windows XP with Framework 2.0 installed, Office 2003
¤ installed. I would presume that the GAC would get Access Version 11.0.0.0
¤ installed into C:\Windows\asse mbly when installing Office 2003?
¤
¤ If this message saying that the Deployment PC does not have Access Version
¤ 11.0.0.0 in C:\Windows\asse mbly folder, what should be done?

Yes, the message indicates that you're missing the Access PIA (Primary Interop Assembly). You should
be able to use the Gacutil utility to install this interop assembly into the GAC (Global Assembly
Cache).
Paul
~~~~
Microsoft MVP (Visual Basic)
Jan 9 '07 #2
Dean,
If this message saying that the Deployment PC does not have Access Version
11.0.0.0 in C:\Windows\asse mbly folder, what should be done?
As Paul suggests, this is telling you don't have the Access PIAs installed,
Access itself should be installed to your Programs Files folder...

I would suggest you ensure Access & its PIAs are installed first, the
"easiest" way to do this would be to use the Access/Office setup program and
ensure the ".NET Programmability Support" component is selected.

Alternatively you can download & install the PIAs from Microsoft's web site.

For details (on both) see:

http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx

--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Dean Slindee" <sl*****@charte r.netwrote in message
news:Ap******** ******@newsfe05 .lga...
Getting the following message when doing a ClickOnce install at a
deployment PC: "Unable to install or run the application. The application
requires that assembly Microsoft.Offic e.Interop.Acces s Version 11.0.0.0 be
installed in the Global Assembly Cache (GAC) first. Please contact your
system administrator."

Development PC: Windows 2000, Visual Studio 2005. Application runs
reports from an Access.adp, and has a reference to Access 11.0 Object
Library within the WinForm project and is in the GAC on the Development
PC.

Deployment PC: Windows XP with Framework 2.0 installed, Office 2003
installed. I would presume that the GAC would get Access Version 11.0.0.0
installed into C:\Windows\asse mbly when installing Office 2003?

If this message saying that the Deployment PC does not have Access Version
11.0.0.0 in C:\Windows\asse mbly folder, what should be done?

Thanks,
Dean S
Jan 10 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
2768
by: Richard Hanson | last post by:
Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story <wink>). Subsequently, I DL'ed the newest Python alpha (2.4a2), and when trying to install it, I immediately got this error: This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
2
5911
by: René Beumer | last post by:
I am trying to install a windows service written in .net 2003 on my Windows 2000 computer. I have followed the walkthru given in msdn but the service fails to install with 'requested registry access is not allowed' (using both InstallUtil or by creating an installer). I have tracked the registry access failure using RegMon and found that it fails on
3
646
by: Chuck Arney | last post by:
After installing Office 2003 PRO and attempting to run SETUP to install the Visual Studio Tools for Office version 2003, I get the error message "Your computer must have Microsoft Office Professional Edition 2003 installed before you can install Microsoft Visual Studio Tools for the Microsoft Office System.". SETUP terminates after clicking OK. I have VS Ent Arch 2003 installed on the machine. In fact, I previously had the beta...
2
6167
by: Roland | last post by:
I am having trouble installing dotnetfx on a machine. Here is the dotnetfx.log file Any Ideas how to fix the machine so it will install will be helpful. What does ReturnCode=995 mean? I also tried dotnetfx /q:a /c:"install /q" gives the same log file Log file
13
6371
by: cab0san | last post by:
I downloaded the DB2 runtime client, but the Client Base support and the TCP protocol do not install. I re-run the setup select them to run from disk, and they still show as not installed. What am I missing? Running Windows XP SP1
7
5027
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
3
7280
by: Eric | last post by:
Using VS.Net 2003 .Net framework 1.1 SP1 Our installation project calls a Custom Action dll to perform post install actions. It fails if the .msi file is launch from a directory that contains spaces, such as: My Install Folder\SetupDir The exception thrown is:
5
7713
by: Ajith Menon | last post by:
I have to install .NET framework 3.0. I already have .NET Framework 1.1 installed on my machine. I don't want to remove framework 1.1 since some of the critical applications are using it. While installing .NET framework 3.0 I got the error: "Microsoft .NET Framework 3.0 x86 has encountered a problem during setup. Setup did not complete correctly." Error Signature:
1
20408
by: =?Utf-8?B?Qi5BaGxzdGVkdA==?= | last post by:
Hi all, This is something that I have been toying with for about a week now. What I want to achieve is Install a Service with Customised parameters (using InstallUtil.exe) for User Name. Example (C#); public class MyServiceInstaller : System.Configuration.Install.Installer { private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller;
3
11374
by: Jean-Marc Blaise | last post by:
Hi, I've been trying for 2 hours to install in silent mode a DB2 9 runtime client. Why didn't you make this process as simple as for the CLIENT install ? It is not the same setup command, you can download a setup from the support site, but unfortunately, the setup does not allow you to create a response file. Neither the db2rspgn utility, after the graphical setup has been done. Very disapointing ... maybe can someone highlight the...
0
9525
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10452
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10221
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9050
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5569
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.