Hi Mark,
Thanks for the response. It partially helped. For all of my class library
project I am able see "Signing" tab within its property page. Where as for
the UI project which i have created as "Website" (HTTP mode). Can you throw
somelight on this?
Regards
Pradeep
"Mark" wrote:
> Hi Pradeep...
>
> The old way of strong-naming was to add a couple of attributes to
> AssemblyInfo.cs for your project- something along the lines of
> [assembly: AssemblyDelaySign(false)]
> [assembly: AssemblyKeyFile(@"..\..\Kitchen.snk")]
> and that would effect the signing on build.
>
> In VS 2005, thought, you can go to the Properties of your project and
> specify the snk file to use for signing there, and not keep it in the code.
>
> Thanks
> -mark
>
>
> "SqlBeginner" wrote:
>
> > Hi,
> >
> > 1. Using Visual Studio .NET 2005 I created a sample ASP.NET (C#) based
> > Website in my PC.
> > 2. Now using Sn.exe tool i created a .snk file and copied to my project
> > folder.
> > 3. Now based on an article which i read sometime back i need to refer this
> > .snk file within a "AssemblyInfo.cs" file. But in this newly created project
> > (via VS.NET 2005) I don't see an assemblyinfo file at all!!
> >
> > Am i missing something?
> >
> > Regards
> > Pradeep
|