M
Manuel Lopez
Hello,
I have a Web Project (UserControls.dll) with some user controls that
is shared by many asp.net web applicattions.
What we do is copy UserControls.dll to all the applications bin
folders an this works correctly.
We want to have this shared code in the GAC.
Wit other non-web projects we create a snk file, add it to the project
and compile. Later we register this dll manually in the GAC.
I have been trying to do this with a web project , and all the time I
get an error saying that it cannot read the snk file.
Is it possible to strong name the generated dll of a web project?
Thanks in Advance.
Manuel
I have a Web Project (UserControls.dll) with some user controls that
is shared by many asp.net web applicattions.
What we do is copy UserControls.dll to all the applications bin
folders an this works correctly.
We want to have this shared code in the GAC.
Wit other non-web projects we create a snk file, add it to the project
and compile. Later we register this dll manually in the GAC.
I have been trying to do this with a web project , and all the time I
get an error saying that it cannot read the snk file.
Is it possible to strong name the generated dll of a web project?
Thanks in Advance.
Manuel