ASP.NET E-Commerce Programming
Hi,
I'm working on setting up my own site that is using the same infrastructure as the GadgetWarehouse. I'm having a problem with the SharedAssemblyInfo.cs file. I keep getting:
Duplicate 'AssemblyKeyName' attribute
And so on for all the other attributes. Can someone help me out with this configuration issue? I've created the .SNK file and am referencing it like so:
[assembly: AssemblyKeyFile(@"..\\..\\TheDesignQueen.snk")]
Any help or guidance is appreciated!
--Ron
|