John Kouraklis 94 Posted June 25, 2019 Hi, IDE adds an extra <ProjectExtensions> line at the end of the .dproj file. The IDE opens the project correctly but when I compile it using MSBuild it fails due to the duplication. Has anyone observed this before or knows why this is happening? The second entry does not always appear but I haven't figured out when it happens. Thanks Share this post Link to post
David Szkilnyk 0 Posted June 26, 2019 We got a similar corruption on upgrading a project 10.2.2 to 10.3.1 . It literally destroyed the .dproj but due to the IDE reapplying a number of settings it wasn't obvious. What we found though was certain options in Project Options windows just completely vanished and left us stumped as why we couldn't compile anymore. In the end we just re applied ever from 10.2.2 and it all worked again. The only thing we had done to prior this issue arising was we were adjusting our licensing information transfer keys. regards Dave. Share this post Link to post
John Kouraklis 94 Posted June 27, 2019 Hmmm.... I need to figure out when this happens. For now, I manually delete the duplicated line Share this post Link to post