I have a solution for SharePoint 2010 in Visual Studio 2013. Each time I close and reopen Visual Studio, a new function with one list inside it is added to the solution. The list has been removed from another function in which it should be. This is always the same list. As soon as I open the solution, it pops up in the "Exit" window before I do anything ...
A new feature Feature2 has been added to the project Solution
C:\Code\Solution\Package\Package.package (0,0): Added Feature2 to Package
What causes this?
I tried the following:
- Solution restored and all files copied - No change
- Checked the display of the package and project. - Everything looks fine.
- Loads a project in many ways, including the unload and reload command. - Without changes
- Recreated a list that he likes to isolate in his own function - No change
- The function in which the list should be located has been restored, but it continues to move to this new function - No change
- Added a new list and placed it after the list of problems in this function - VS created 3 new functions! 3 lists came out of my function and put one of them into their own functions. I think I got angry.
visual-studio visual-studio-2013 sharepoint sharepoint-2010
Jonathan eckman
source share