[Mono-bugs] [Bug 79207][Nor] Changed - Recent changes in AppDomain loading affect mono-service

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 30 12:19:03 EDT 2006


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 brian at fluggo.com.

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 informatique.internet at fiducial.fr  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 brian at fluggo.com  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.


More information about the mono-bugs mailing list