A new PC with XP PRO and Office 2003 preloaded along with Framework 1.1.

We since loaded the Framework 2.0 on the machine and attempted to load a
ClickOnce application and the following error shows up.

"Unable to install or run the application. The application requires that the
assembly office Version 11.0.0.0 be installed in the Global Assembly Cache
(GAC) first."

How do I do this???

RE: How to install office version 11 in GAC by NoSpamMgbworld

NoSpamMgbworld
Wed Feb 22 13:41:38 CST 2006

Rather than knee jerk and put everything in the GAC, determine the root cause
of the problem. One possibility, for example, is assemblies set up as a COM+
application. Why does it need it in the GAC, since not every ClickOnce
application requires this?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"Darrell Wesley" wrote:

> A new PC with XP PRO and Office 2003 preloaded along with Framework 1.1.
>
> We since loaded the Framework 2.0 on the machine and attempted to load a
> ClickOnce application and the following error shows up.
>
> "Unable to install or run the application. The application requires that the
> assembly office Version 11.0.0.0 be installed in the Global Assembly Cache
> (GAC) first."
>
> How do I do this???

RE: How to install office version 11 in GAC by DarrellWesley

DarrellWesley
Wed Feb 22 14:11:30 CST 2006

"Why does it need it in the GAC" -- because it says it does.
The program has one routine in it that builds a Excel spread sheet.

I did see on the PC that I normally use that it is in the GAC but how did it
get there and if it's not there what do you do?


"Cowboy (Gregory A. Beamer) - MVP" wrote:

> Rather than knee jerk and put everything in the GAC, determine the root cause
> of the problem. One possibility, for example, is assemblies set up as a COM+
> application. Why does it need it in the GAC, since not every ClickOnce
> application requires this?
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
>
> "Darrell Wesley" wrote:
>
> > A new PC with XP PRO and Office 2003 preloaded along with Framework 1.1.
> >
> > We since loaded the Framework 2.0 on the machine and attempted to load a
> > ClickOnce application and the following error shows up.
> >
> > "Unable to install or run the application. The application requires that the
> > assembly office Version 11.0.0.0 be installed in the Global Assembly Cache
> > (GAC) first."
> >
> > How do I do this???