How to Import arguments with namespace

I am trying to Import the arguments from main file into another xaml file, but getting the error. can anyone please advice the solution.

Two strategies can be applied

  • Change any variable Name conflicting with class names e.g path
  • Use Filly qualifiier on Statements e.g System.io.path

IT IS suggested to start with the first

@nilesh.mahajan

better to use system.io.path

Also avoid any variable already exists with the same name

Hope this helps

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.