installation - C# can't find properties file, how do I repair this? -
i had properties file called recentfilelist
within visual studio 2012 project , removed it. believe .settings
file. when run setup project, trying copy files shouldn't care , it's bombing out result. 3 errors (-1007 -6271 , -6103), related same missing file.
-6103: not find file "c:\users\charles\documents\visual studio 2012\projects\rallycourses\rallycoursedesigner\bin\debug\properties\recentfilelist.designer.cs
what file need edit rid of reference file? tried searching recentfilelist.designer.cs
, can't find it.
the offending files in situation trying installed installer, had removed them main project. within setup project, there section specify application data -> files
. found files in properties section there, removed them, , things working now...
Comments
Post a Comment