When user opens the publish URL
\\ourLanServer\appdir\someApp\publish.htm
and then clicks the Run button on the Microsoft-ge开发者_JAVA百科nerated HTML page, an error is displayed that the DevExpress NavBar v10.1 must be copied to the GAC.
The app was published to a LAN server as FullTrust OneClick-enabled.
The CopyLocal property set to True for the DevExpress NavBar v10.1.How to get beyond this error?
You should include DevExpress assemblies to the list of published assemblies as it is explained in the ClickOnce deployment of an application with Developer Express .NET Windows Forms components
精彩评论