What is necessary to have an extension method honored when it exists in an imported assembly? I built one in a class library project but it is not recognized in my web proj
If the Extension method is callable when not using the Extension syntax, use the Format:
this.MyExtensionMethod()
That cleared up my problem of not finding the Extension method of a class in VS2010.