Link to home
Start Free TrialLog in
Avatar of BlearyEye
BlearyEyeFlag for United States of America

asked on

c#: duplicate attributes

i'm using vs 2008 on vista.

i'm getting error messages like

Error      1      Duplicate 'AssemblyTitle' attribute      C:\Users\leal\Downloads\MFDeploy\MFDeploy\Application\Properties\AssemblyInfo.cs      8      12      MFDeploy
Error      2      Duplicate 'AssemblyTitle' attribute      C:\Users\leal\Downloads\MFDeploy\MFDeploy\Library\Properties\AssemblyInfo.cs      8      12      MFDeploy

... and several others.

there are 3 AssemblyInfo.cs files in the solution; but if i move a conflicting one out of the way, i get an error.

i've attached the solution. (one of the files, MFDeploy/Application/app.config, was rejected by EE.)

ideas? bill
ASKER CERTIFIED SOLUTION
Avatar of Nate Feinberg
Nate Feinberg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BlearyEye

ASKER

this is a solution that MS provided as part of the Micro Framework porting kit; i'm just trying to get it to work.

anyway, i did as you suggested and managed to get a clean compile. now i'm getting a runtime error, so will post a new question.