Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79207 --- shadow/79207 2006-08-30 05:39:55.000000000 -0400 +++ shadow/79207.tmp.18134 2006-08-30 12:19:03.000000000 -0400 @@ -136,6 +136,27 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-08-30 05:39 ------- Created an attachment (id=17555) mono-service.exe (with a strong name) (in order to insert it into the gac) + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-30 12:19 ------- +Potential alternate solution: + +According to the assembly-loading rules, it should be possible to just +strong-name the assembly, but leave it where it is instead of +installing it to the GAC. All you'd have to do is insert a: + +<configuration> + <runtime> + <assemblyBinding + xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v1.0.3705"> + <dependentAssembly> + <assemblyIdentity name="mono-service.exe" ... /> + <codeBase href="file:///usr..." ... /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration> + +...into machine.config. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
