Home - Forums-.NET - FlyTreeView (ASP.NET) - Ambiguous class Global

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Ambiguous class Global
Link Posted: 11-Feb-2006 18:10
Hello,
I have the following problem after installing the demo version of FlyTreeview, which I am evaluating: by referencing the .dll from an .aspx file, I get an exception, that the reference to the class "Global" is ambiguous, because it already exists and it conflicts with the private class "global" of FlyTreeview.

I have myself a public global class exported once through app_code/global.asax.vb and a top file "global.asax" which inherits from the previous one. This is the schema created by the VS2005 converter, after importing a 2003 project. My point is that I dont want to rename mine and change all references.

Could you please consider not exporting the private global class of your component? Is there some strong reason why this happens at all?

Thank you for your attention.

Regards,
Lefteris
Link Posted: 15-Feb-2006 01:08
The issue was fixed