[Mono-devel-list] how does xsp load assemblies from the gac?

Gustav Schauwecker gustav-w-s at online.de
Thu Apr 7 06:34:54 EDT 2005


Hi,

I'm using a register-statement like this:
<%@ Register TagPrefix="example" Namespace="Example.Web" Assembly="Example, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=95bc06375859a286" %>

xsp can only load the Example-Assembly if i have a symlink to it 
in /usr/lib/mono/1.0/. And xsp just ignores the requested version. I can 
create a symlink to for instance version 1.1.0.0 and the webpage still loads 
without an error. Is this the correct behavior?
The reason i stumbled upon this is that I have two different versions of an 
assembly, and i want some pages to use the version 1.0.0.0 and some other 
pages to use the version 1.1.0.0. Is this possible?

mono 1.1.6
xsp 1.0.6

Gustl

-- 
ICQ#: 49043936



More information about the Mono-devel-list mailing list