When I build UWP packages on C # in Visual Studio 2017, I get the error Error CS1061 "MainPage" does not contain a definition for "ToFar", and I could not find an available extension method "ToFar" that takes the type "MainPage" as the first argument ( , omitted using directive or assembly reference). Before that, I successfully created application packages. Now I have made an update and I want to collect new packages, but this error does not allow to do this. In the new update, I replaced RadioButton called ToFar with ComboBox. At normal start without creating packages, the error does not pop up. What should I do?

  • Run a search on the project on "ToFar" somewhere you still have ads of this name. - Bulson pm
  • I already searched, not found - WinWins

0