views:

191

answers:

1

Hi

I'm new to creating installers using Visual Studio, and was wondering about the Global Assembly Cache folder. In the case where a other version of a dll (same version number) is already existing in Gac, will it override or ignore the old dll?

Is there any method to set this in the setup project?

A: 

This post seems to describe the same problem and possible workarounds.

Darin Dimitrov