﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » "Ambiguous match found" error</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 07:24:50 GMT</lastBuildDate><ttl>20</ttl><item><title>"Ambiguous match found" error</title><link>http://forum.strataframe.net/FindPost8696.aspx</link><description>I'm working on a web form, trying to bind a control to a specific field in a table named "Site".&amp;nbsp; Whenever I click in the BindingField property in order to open up a list of available fields to bind to, I receive an error&amp;nbsp;dialog box indicating "Ambiguous Match Found" and the list does not appear.&amp;nbsp; However, I am able to type a field name into the property and successfully compile and bind the data.&lt;P&gt;In doing a web search, the references to this error that I could find seemed to indicate one of two problems.&amp;nbsp; Either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;there was a misspelling of a property (for example, siteID in one spot and SiteID with caps coded in another spot)&amp;nbsp; OR&lt;/LI&gt;&lt;LI&gt;A keyword was used that resulted in the "ambiguous match"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As far as I can tell, neither of these problems match in my case.&lt;/P&gt;&lt;P&gt;The odd thing is that this is the only table I have this problem with, my other tables seem to work ok.&amp;nbsp; So I am wondering if I am just missing something simple or if there is a problem with something being cached somewhere that is creating the problem.&amp;nbsp; I also noted that I have a number of fields that start with the same prefix (Roofxxxxxx and lIsxxxxxxxx), so I tried making them more unique to no avail.&amp;nbsp; &lt;/P&gt;&lt;P&gt;No answers here, only questions!&amp;nbsp; &lt;/P&gt;&lt;P&gt;Does this ring a bell for anyone?&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;The table structure is:&lt;/P&gt;&lt;P&gt;[uSiteID] [uniqueidentifier] &lt;FONT color=#0000ff&gt;ROWGUIDCOL&lt;/FONT&gt; &lt;FONT color=#808080&gt;NOT&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;CONSTRAINT&lt;/FONT&gt; [DF_Site_uSiteID] &lt;FONT color=#0000ff&gt;DEFAULT&lt;/FONT&gt; &lt;FONT color=#808080&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff&gt;newid&lt;/FONT&gt;&lt;FONT color=#808080&gt;()),&lt;BR&gt;&lt;/FONT&gt;[uLocationTypeID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uTimeZoneID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uAffiliationID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cSeatingCapacity] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;25&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cSiteName] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;75&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cOfficeHours] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;30&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cDirections] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff&gt;max&lt;/FONT&gt;&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cCountryCode] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;3&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cAreaCode] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;3&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cLocalNumber] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;15&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cExtension] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;25&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cWebURL] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;255&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cLongitude] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;20&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cLatitude] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;20&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uProjectionMethodNormalID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[iNormalNumberOfScreens] [tinyint] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uScreenConfigNormalID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uScreenAspectRatioNormalID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uSiteOperatingVoltageID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uRoofStyleID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uRoofMaterialID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cRoofHeight] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;15&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uRoofHeightUnitID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uRoofInternalApproachID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[uRoofAccessStyleID] [uniqueidentifier] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsAnalogComponentReady] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsSDIReady] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsHDReady] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsOffloadAssistanceAvailable] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsAntennaStorageAvailable] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsSatelliteClearView] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsCCN] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsScart] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsInternetAccess] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[lIsPhoneAccess] [bit] &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[cNotes] [varchar]&lt;FONT color=#808080&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff&gt;max&lt;/FONT&gt;&lt;FONT color=#808080&gt;)&lt;/FONT&gt; &lt;FONT color=#808080&gt;NULL,&lt;BR&gt;&lt;/FONT&gt;[dEntered] [datetime] &lt;FONT color=#808080&gt;NULL&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;CONSTRAINT&lt;/FONT&gt; [DF_Site_dEntered] &lt;FONT color=#0000ff&gt;DEFAULT&lt;/FONT&gt; &lt;FONT color=#808080&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff&gt;getdate&lt;/FONT&gt;&lt;FONT color=#808080&gt;()),&lt;BR&gt;&lt;/FONT&gt;[dModified] [datetime] &lt;FONT color=#808080&gt;NULL&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;CONSTRAINT&lt;/FONT&gt; [DF_Site_dModified] &lt;FONT color=#0000ff&gt;DEFAULT&lt;/FONT&gt; &lt;FONT color=#808080&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff&gt;getdate&lt;/FONT&gt;&lt;FONT color=#808080&gt;())&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 09 May 2007 09:21:09 GMT</pubDate><dc:creator>Mark Dowlearn</dc:creator></item><item><title>RE: "Ambiguous match found" error</title><link>http://forum.strataframe.net/FindPost8701.aspx</link><description>Yes, an IComponent object has a property called Site that returns an ISite object for the host of the container.&amp;nbsp; If you're programming in C#, you can just change the case of your property, but if you're programming in VB.NET, you'll have to change the name because it's case insensitive.</description><pubDate>Wed, 09 May 2007 09:21:09 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: "Ambiguous match found" error</title><link>http://forum.strataframe.net/FindPost8699.aspx</link><description>So after some further digging, here's the answer (I think).&lt;P&gt;Apparently there *is* a property for a textbox called "Site" -- it doesn't show up in the property box, but it does show up in the dropdown list of available values for the "BindingProperty" property.&amp;nbsp; And it shows up in intellisense also, as a type System.ComponentModel.ISite.Control.Site and a tooltip description of:&lt;/P&gt;&lt;P&gt;"Gets information about the container that hosts the current control when rendered on a design surface"&lt;/P&gt;&lt;P&gt;So I am assuming that since my table is named Site, this is causing the "ambiguous match".&lt;/P&gt;&lt;P&gt;The thing that threw me off was that this does not show up in the property list.&lt;/P&gt;&lt;P&gt;Looks like I will need to rename my table....&lt;/P&gt;&lt;P&gt;Mark</description><pubDate>Tue, 08 May 2007 22:18:35 GMT</pubDate><dc:creator>Mark Dowlearn</dc:creator></item></channel></rss>