Avoid Ambiguous invocation for extension methods
I m using ASP.NET MVC. And work with my view, where I have the View
It gives me the exception
The call is ambiguous between the following methods or properties: 'GMP.MvcWebSite.StringExtensions.TrimOrEmpty(string)' and 'System.StringHelper.TrimOrEmpty(string)'
So i just rebuild my view as