tags:

views:

70

answers:

1

Hi there please help me i finish a little module from a reporting app, so im using externals .dlls i put in bin folder but when i deploy the app with click once, and install finish, i get that all externals dlls are missing for example Microsoft.SqlServer.Types version 10.0.0.0 is missing

is there a way to install automatically these assemblyes in the client gac? thanks in advance

A: 

Solution : when using click once, go to project propertyes, then to Deploy tab and in requireds files select "included" for any assembly that you have already referenced in your project or Fx

Angel Escobedo