B
Brent
I have strong named an assembly and installed it into the GAC. I have
copied the same assembly to a local folder and made reference to it
and set 'Copy Local' to false in the VS IDE, so that my code compiles.
Then I put the @assembly directive in the html code like this:
<%@ Assembly Name="MPCommon"%>
When I try to run the page, I get a parser error saying:
"File or assembly name MPCommon, or one of its dependencies, was not
found."
Why is this occurring and how can this be fixed?
copied the same assembly to a local folder and made reference to it
and set 'Copy Local' to false in the VS IDE, so that my code compiles.
Then I put the @assembly directive in the html code like this:
<%@ Assembly Name="MPCommon"%>
When I try to run the page, I get a parser error saying:
"File or assembly name MPCommon, or one of its dependencies, was not
found."
Why is this occurring and how can this be fixed?