Problem: When declaring a variable inside a using directive in C# (C-Sharp) you might get an error that says, "A local or parameter named 'Dm' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter".
Please Login to see the rest of the answer