Am a newcomer to Visual Studio 2005 but have managed to develop a simple application in VB using it. I want to deploy it.
Have tried using ClickOnce which generates the webpage ok. I can install the application on my computer and also one one other computer by clicking the Install button. However, on another computer I get the error:
(firstly) Cannot download the application. The application is missing required files.
(then) Unable to install or run the application. The application requires the assembly office version 11.0.0.0 to be installed in the GAC.
Would be most grateful if anyone can suggest how I can solve this.
Have tried using ClickOnce which generates the webpage ok. I can install the application on my computer and also one one other computer by clicking the Install button. However, on another computer I get the error:
(firstly) Cannot download the application. The application is missing required files.
(then) Unable to install or run the application. The application requires the assembly office version 11.0.0.0 to be installed in the GAC.
Would be most grateful if anyone can suggest how I can solve this.
Comment