[CLOSED] V2.1 (4395) compiler error ext.net project

  1. #1

    [CLOSED] V2.1 (4395) compiler error ext.net project

    Hi, i delete the old version from my pc and download the last version 4395, load the solution Ext.Net.sln (VS2010) clear and rebuild, but i retrive 145 warning

    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\LinkButtonBuilder.cs(51,30): warning CS0108: 'Ext.Net.LinkButton.Builder' hides inherited member 'Ext.Net.Button.Builder'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\ButtonBuilder.cs(82,30): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\AxisLabelBuilder.cs(107,34): warning CS0108: 'Ext.Net.AxisLabel.ToBuilder()' hides inherited member 'Ext.Net.SpriteAttributes.ToBuilder()'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\SpriteAttributesBuilder.cs(480,41): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\AxisLabelBuilder.cs(71,30): warning CS0108: 'Ext.Net.AxisLabel.Builder' hides inherited member 'Ext.Net.SpriteAttributes.Builder'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\SpriteAttributesBuilder.cs(444,30): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Events\DirectEvents\RemoteValidation.cs(349,23): warning CS0108: 'Ext.Net.RemoteValidationEventArgs.Name' hides inherited member 'Ext.Net.DirectEventArgs.Name'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Events\DirectEvents\ComponentDirectEvent.cs(386,23): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\RowNumbererColumnBuilder.cs(45,37): warning CS0114: 'Ext.Net.RowNumbererColumn.Builder<TRowNumbererColumn,TBuilder>.RowSpan(int)' hides inherited member 'Ext.Net.AbstractComponent.Builder<TRowNumbererColumn,TBuilder>.RowSpan(int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\AbstractComponentBuilder.cs(622,37): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Config\ToolConfig.cs(180,26): warning CS0114: 'Ext.Net.Tool.Config.ToolTip' hides inherited member 'Ext.Net.BaseControl.Config.ToolTip'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Config\Base\BaseControlConfig.cs(116,35): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\CheckboxSelectionModelBuilder.cs(132,47): warning CS0108: 'Ext.Net.CheckboxSelectionModel.ToBuilder()' hides inherited member 'Ext.Net.RowSelectionModel.ToBuilder()'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\RowSelectionModelBuilder.cs(176,42): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\CheckboxSelectionModelBuilder.cs(96,30): warning CS0108: 'Ext.Net.CheckboxSelectionModel.Builder' hides inherited member 'Ext.Net.RowSelectionModel.Builder'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Factory\Builder\RowSelectionModelBuilder.cs(140,30): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MvcResourceManager.cs(316,28): warning CS0108: 'Ext.Net.MVC.MvcResourceManager.RegisterLocale(string)' hides inherited member 'Ext.Net.ResourceManager.RegisterLocale(string)'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Core\ResourceManager\ResourceManager.cs(1068,21): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MvcResourceManager.cs(321,30): warning CS0114: 'Ext.Net.MVC.MvcResourceManager.GetThemeUrl(Ext.Net.Theme)' hides inherited member 'Ext.Net.ResourceManager.GetThemeUrl(Ext.Net.Theme)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Core\ResourceManager\ResourceManager_Globals.cs(669,31): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MvcResourceManager.cs(326,28): warning CS0108: 'Ext.Net.MVC.MvcResourceManager.SetTheme(Ext.Net.Theme)' hides inherited member 'Ext.Net.ResourceManager.SetTheme(Ext.Net.Theme)'. Use the new keyword if hiding was intended.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\Core\ResourceManager\ResourceManager_Globals.cs(694,21): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MvcResourceManager.cs(365,28): warning CS0114: 'Ext.Net.MVC.MvcResourceManager.IsMVC' hides inherited member 'Ext.Net.BaseControl.IsMVC'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\Ext\BaseControl.cs(31,29): (Related location)
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\DirectMethods\MvcDirectMethod.cs(64,38): warning CS0168: The variable 'e' is declared but never used
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MetadataAware\ExclusionValidationAttribute.cs(10,26): warning CS3015: 'Ext.Net.MVC.ExclusionValidationAttribute' has no accessible constructors which use only CLS-compliant types
    D:\Ext.Net\Premium\branches\2.1\Ext.Net\MVC\MetadataAware\InclusionValidationAttribute.cs(10,26): warning CS3015: 'Ext.Net.MVC.InclusionValidationAttribute' has no accessible constructors which use only CLS-compliant types
    
    Compile complete -- 0 errors, 145 warnings
      Ext.Net -> D:\Ext.Net\Premium\branches\2.1\Ext.Net\bin\Debug\Ext.Net.dll
    ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
    After compiler, add a new tab in the toolbox, select the new dll, but the component is not create in the toolbox. It create only one component: ResourcesRegistrator.

    Thanks
    Aurelio
    Last edited by Daniil; Oct 03, 2012 at 1:12 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi

    I have rebuilding the toolbox of VS2012 & VS2012, now the components appear...

    Mystery..... has always worked.

    Thanks..
    Aurelio
  3. #3
    Hi Aurelio,

    Thank you for the report and nice that it has been resolved.

    I tested on my side, it worked well. I don't know what was wrong. Maybe, one of common VS issues which happen sometimes.

    If the problem will appear again, please report.

Similar Threads

  1. [CLOSED] V2.1 (4395) Sample Web.config error
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 03, 2012, 12:00 PM
  2. Replies: 3
    Last Post: Jul 20, 2012, 3:19 PM
  3. Replies: 1
    Last Post: May 30, 2012, 10:32 AM
  4. [CLOSED] Error loading project after update SVN
    By edigital in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 31, 2010, 7:50 PM
  5. Replies: 3
    Last Post: Jun 25, 2010, 4:54 PM

Posting Permissions