Jump to content

Attribute Cannot be Applied Multiple Times

- - - - -

  • Please log in to reply
No replies to this topic

#1
AWS

AWS

    Administrator

  • Administrators
  • 54,030 posts
  • LocationJoliet, IL U.S.A.

I keep on getting errors for every line in the code below that tell me that the attributes cannot be applied multiple times. What does this mean and how can I fix it without changing what the code does?

Imports System.Reflection
Imports System.Runtime.CompilerServices

<Assembly: AssemblyTitle("")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyConfiguration("")> 
<Assembly: AssemblyCompany("")> 
<Assembly: AssemblyProduct("")> 
<Assembly: AssemblyCopyright("")> 
<Assembly: AssemblyTrademark("")> 
<Assembly: AssemblyCulture("")> 
<Assembly: AssemblyVersion("1.0.*")> 
<Assembly: AssemblyDelaySign(False)> 
<Assembly: AssemblyKeyFile("")> 
<Assembly: AssemblyKeyName("")> 


Bgeo99


View the full article




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users