View Single Post
  #1 (permalink)  
Old June 16th, 2003, 03:42 PM
SubaruWagon SubaruWagon is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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