G
Guest
Hi,
I have some code in the global.asax which needs to use a dll in the GAC.
I've included the page directive <%@ Assembly Name="myDll" %> in the
global.asax but I get the following error:
"Could not load file or assembly 'myDll' or one of its dependencies. The
system cannot find the file specified."
When I switch on the fusion assembly logging I can see that the GAC is not
even being searched for the dll.
Does anyone know how I can force the GAC to be checked? (This only seems to
be a problem with global.asax, all other pages can find the dll without a
problem.)
Thanks,
Nick
I have some code in the global.asax which needs to use a dll in the GAC.
I've included the page directive <%@ Assembly Name="myDll" %> in the
global.asax but I get the following error:
"Could not load file or assembly 'myDll' or one of its dependencies. The
system cannot find the file specified."
When I switch on the fusion assembly logging I can see that the GAC is not
even being searched for the dll.
Does anyone know how I can force the GAC to be checked? (This only seems to
be a problem with global.asax, all other pages can find the dll without a
problem.)
Thanks,
Nick