Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
reference error!
posted

Any ideas on this one?

'UltraWebGridExcelExporter' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid.ExcelExport'.

 

I trying to use the excel exporter.

 

Thanks!

  • 45049
    Suggested Answer
    posted

    Take a look in the References folder in Solution Explorer, if you're using a web application project instead of a website.  Also look at the Register tags on your pages, user controls, master pages, and skin files.  Next, include all the Register tags and assembly reference tags in the web.config file. 

    Most likely, you're referring to two different versions of the WebGridExcelExporter assembly, among all of these places.

    You should also look at your licenses.licx file.  If there are any NetAdvantage for .NET control references there, you can remove them - Visual Studio will re-add them if and when it sees fit.  Be sure to not delete the file itself, even if it's empty.