I published my .net application using ClickOnce, and all my users get the following error message on trying to open the program:
\"Unable to install or run the appli
In my case, the problem caused this error message was of incorrect library publishing configurations.
When i set my library property CopyLocal = false, and then in project publish application files set Publish Status to Include, all works fine after project rebuilding and next publishing.
Thus we tell to ClickOnce compiler, not to publish this library with application by default, and by changing Publish State from Prerequisites to Include tells ClickOnce, not to search this library in GAC.