Ambiguous References in DefaultWsdlHelpGenerator.aspx
Posted by: Rick Strahls WebLog,
on 03 Nov 2009 |
View original | Bookmarked: 0 time(s)
Heres a little oddball issue I ran into today that hosed during a demo of course all the existing ASMX Web Services text pages in one of my applications. The error that occurred resulted in a yellow screen of death when accessing the ASMX service directly (http://localhost/wwstore/services/WebStoreConsumerService.asmx): CS0104: 'DataBinder' is an ambiguous reference between 'Westwind.Web.Controls.DataBinder' and 'System.Web.UI.DataBinder' The issue here is caused by the fact that I have ...