|
Tag Browser: namespace-csharp-visual-studio-error-ambiguous-reference
< 1 second(s)
-
Same problem with basic windows forms controls:
'GroupBox' is an ambiguous reference between 'System.Windows.Forms.GroupBox' and 'Aspose.Cells.GroupBox' C:\...\mysource.cs 64 17 mysource
You can either:
a) Remove the ''using Aspose.Cells;'' statement and fully qualify the Aspose object names (i.e. Aspose.Cells.GroupBox) ...
|