Installation error .NET application (GAC)

0

I have an application that is published on a server and that checks against that server if there is a new version to install it, until now the updates have worked perfectly but this time, after adding a .dll library to generate excel files, it fails me when Try updating with the following message:

I would appreciate someone telling me what I have to do to publish it correctly and that users when updating do not receive this error. The version of Visual Studio is those of 2005 Thanks.

    
asked by U. Busto 03.05.2017 в 09:09
source

1 answer

0

Finally the solution is as simple as that in project properties - > Application Files must be set as Include and (Required)

    
answered by 03.05.2017 / 09:52
source