D
dimagofman
Hi,
I have an asp.net application and a number of assemblies in GAC. These
assemblies have to be in GAC because they are used by other services.
I figured out how to get ASP.NET to reference them in web.config using
<system.web><compilation><assemblies>
How can I reference assemblies without version number? Basically I
want ASP.Net to use the latest version unless I specify a specific
version to use. According to msdn documentation the everything except
the assembly name is optional in <add> but removing the "Version" part
of the attribute "assembly" of element "add" doesn't seem to do it.
Additionally is it possible to add assemblies with a wildcard? The set
of assemblies I have are all named:
CFA.FormatConverter.something
CFA.DB.something
CFA.xxx.something
and the names represent namespaces in those assemblies.
so is it also possible to add "CFA.*" in web.config? the obvious ".*"
doesn't work
Regards
Dima
I have an asp.net application and a number of assemblies in GAC. These
assemblies have to be in GAC because they are used by other services.
I figured out how to get ASP.NET to reference them in web.config using
<system.web><compilation><assemblies>
How can I reference assemblies without version number? Basically I
want ASP.Net to use the latest version unless I specify a specific
version to use. According to msdn documentation the everything except
the assembly name is optional in <add> but removing the "Version" part
of the attribute "assembly" of element "add" doesn't seem to do it.
Additionally is it possible to add assemblies with a wildcard? The set
of assemblies I have are all named:
CFA.FormatConverter.something
CFA.DB.something
CFA.xxx.something
and the names represent namespaces in those assemblies.
so is it also possible to add "CFA.*" in web.config? the obvious ".*"
doesn't work
Regards
Dima