Re: [WiX-users] Problem adding assembly to GAC

2007-07-19 Thread Mike Menaker
07 12:34 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem adding assembly to GAC Make sure that the internal name of the assembly matches the file name. If you renamed the assembly externally but its internal identity is the original name it won't install. As a check, i

Re: [WiX-users] Problem adding assembly to GAC

2007-07-18 Thread Mike Menaker
: [WiX-users] Problem adding assembly to GAC Make sure that the internal name of the assembly matches the file name. If you renamed the assembly externally but its internal identity is the original name it won't install. As a check, if you try to install it to the GAC with a Visual Studio

Re: [WiX-users] Problem adding assembly to GAC

2007-07-18 Thread Wilson, Phil
Make sure that the internal name of the assembly matches the file name. If you renamed the assembly externally but its internal identity is the original name it won't install. As a check, if you try to install it to the GAC with a Visual Studio setup project the symptom of this is a build error "ER