c# - Visual studio export: An item with the same key has been added -


i'm having problem exporting project in visual studio. i'm quite new visual studio bear me. making project university assignment , everytime try export error appears:

" zip file generation failed following reason: item same key has been added "

as can see picture

error message

any other project create or have created doesn't show errors exporting them . have visual studio 2013 , 2015 , tried in both, have searched thoroughly , nothing i've found has worked. project written in c# , has lot of different items, cs file, web site , images , css files. don't know should share code runs correctly , doesn't show errors.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -