Deploying a Windows Form client application but assemblies are missing

I am trying to complete a small module from a reporting application using external DLLs. I put the files in the bin folder, but when I deploy the application using ClickOnce and the installation completes, I see that all external DLLs are missing. For example, Microsoft.SqlServer.Types version 10.0.0.0

missing.

Is there a way to install these assemblies automatically in the client GAC?

0


source to share


1 answer


Solution: When using click once go to the project properties, then on the Deploy tab and in the required files select “included” for any assembly you have already referenced in your project or Fx



0


source







All Articles