Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on VS2008 windows application.I published my application through File system.It published successfully,but while installing the application it shows a message box like
"Unable to install or run the application.The application requires that assembly office Version 12.0.0.0 be installed in the Global Assembly Cache(GAC) first.please contact your system adminstrator "
when i click the OK button the set quit.
what it mean any one help me please.How to i get that assembly office version 12.0.0.0

Advanced thanks,
govind
Posted

1 solution

While deploying with ClickOnce you need to provide all the reference and update application manifest (applicationname.exe.manifest). Office 12.0.0.0 is referred from GAC of your development machine, so it will not be updated. You can use mage.exe or mageui.exe to manually deploy do the ClickOnce deployment.

One thing you can do, check if you really need Office 12.0.0.0 reference. If no, you can remove it and you are all set.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900