Compile Error when migrated From VS2003 TO VS2005

GaneshParam

New member
Joined
Jul 4, 2005
Messages
4
Programming Experience
5-10
I migrated a windows application developed in VS2003 (Visual Basic) and migrated to VS2005. The code compiled properly except for the following error.
Error 313 The item "obj\Debug\Pulse.Windows.UI.Common.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. PulseAppn

I found that the error appears due to reference to class libraries dll's that I had created. But I cannot identify why the error occurs.
 
Back
Top