SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Can't build 3.0 branch source for a while now...

Last post 09-01-2008 6:10 PM by Blue Ninja. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 08-31-2008 4:33 AM

    Can't build 3.0 branch source for a while now...

    For about a week or so, every attempt to build from the latest 3.0 branch checkout has failed. At first I thought it was just a broken build from a particular update. But since it's been consistent for this long, I figure maybe I'm overlooking something, or svn://sharpdevelop.net/sharpdevelop/branches/3.0/SharpDevelop isn't the correct repository location, or something. Since the build server seems to be working ok against that branch, I must be missing something...?

    The failed parts of the build log (shown in red) I've pasted below for reference:

    PropertyGrid\PropertyGrid.cs(19,17): error CS1502: The best overloaded method match for 'System.Collections.ObjectModel
    .ObservableCollection<ICSharpCode.WpfDesign.PropertyGrid.Category>.ObservableCollection(System.Collections.Generic.List
    <ICSharpCode.WpfDesign.PropertyGrid.Category>)' has some invalid arguments
    PropertyGrid\PropertyGrid.cs(19,52): error CS1503: Argument '1': cannot convert from 'ICSharpCode.WpfDesign.PropertyGri
    d.Category[' to 'System.Collections.Generic.List<ICSharpCode.WpfDesign.PropertyGrid.Category>'
    PropertyGrid\PropertyGrid.cs(81,5): error CS1502: The best overloaded method match for 'System.Windows.Threading.Dispat
    cher.BeginInvoke(System.Windows.Threading.DispatcherPriority, System.Delegate)' has some invalid arguments
    PropertyGrid\PropertyGrid.cs(81,46): error CS1503: Argument '1': cannot convert from 'System.Action' to 'System.Windows
    .Threading.DispatcherPriority'
    PropertyGrid\PropertyGrid.cs(85,9): error CS1503: Argument '2': cannot convert from 'System.Windows.Threading.Dispatche
    rPriority' to 'System.Delegate'
    Done Building Project "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Projec
    t\etc5ulov.tmp_proj" (_CompileTemporaryAssembly target(s)) -- FAILED.

    C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\Controls\ControlStyle
    s.xaml(36,12): error MC3050: Cannot find the type 'Controls:ZoomControl'. Note that type names are case sensitive. Line
     36 Position 12.
    C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\DesignSurface.xaml(9,
    10): error MC3074: The tag 'ZoomControl' does not exist in XML namespace 'clr-namespace:ICSharpCode.WpfDesign.Designer.
    Controls'. Line 9 Position 10.
    C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\PropertyGrid\Editors\
    NumberEditor.xaml(8,25): error MC3050: Cannot find the type 'DummyConverter'. Note that type names are case sensitive.
    Done Building Project "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Projec
    t\WpfDesign.Designer.csproj" (default targets) -- FAILED.

     

    "C:\Program Files\SharpDevelop\3.0\src\SharpDevelop.sln" (default target) (1) ->
    "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\WpfDesign.Designer.c
    sproj" (default target) (19) ->
    "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\etc5ulov.tmp_proj" (
    _CompileTemporaryAssembly target) (20) ->
    (CoreCompile target) ->
      PropertyGrid\PropertyGrid.cs(19,17): error CS1502: The best overloaded method match for 'System.Collections.ObjectMod
    el.ObservableCollection<ICSharpCode.WpfDesign.PropertyGrid.Category>.ObservableCollection(System.Collections.Generic.Li
    st<ICSharpCode.WpfDesign.PropertyGrid.Category>)' has some invalid arguments
      PropertyGrid\PropertyGrid.cs(19,52): error CS1503: Argument '1': cannot convert from 'ICSharpCode.WpfDesign.PropertyG
    rid.Category[' to 'System.Collections.Generic.List<ICSharpCode.WpfDesign.PropertyGrid.Category>'
      PropertyGrid\PropertyGrid.cs(81,5): error CS1502: The best overloaded method match for 'System.Windows.Threading.Disp
    atcher.BeginInvoke(System.Windows.Threading.DispatcherPriority, System.Delegate)' has some invalid arguments
      PropertyGrid\PropertyGrid.cs(81,46): error CS1503: Argument '1': cannot convert from 'System.Action' to 'System.Windo
    ws.Threading.DispatcherPriority'
      PropertyGrid\PropertyGrid.cs(85,9): error CS1503: Argument '2': cannot convert from 'System.Windows.Threading.Dispatc
    herPriority' to 'System.Delegate'


    "C:\Program Files\SharpDevelop\3.0\src\SharpDevelop.sln" (default target) (1) ->
    "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\WpfDesign.Designer.c
    sproj" (default target) (19) ->
    (MarkupCompilePass2 target) ->
      C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\Controls\ControlSty
    les.xaml(36,12): error MC3050: Cannot find the type 'Controls:ZoomControl'. Note that type names are case sensitive. Li
    ne 36 Position 12.
      C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\DesignSurface.xaml(
    9,10): error MC3074: The tag 'ZoomControl' does not exist in XML namespace 'clr-namespace:ICSharpCode.WpfDesign.Designe
    r.Controls'. Line 9 Position 10.
      C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\PropertyGrid\Editor
    s\NumberEditor.xaml(8,25): error MC3050: Cannot find the type 'DummyConverter'. Note that type names are case sensitive
    .

  • 08-31-2008 8:10 AM In reply to

    Re: Can't build 3.0 branch source for a while now...

     Looks like we're accidently using some methods which are new in .NET 3.5 SP1.

    Daniel Grunwald
  • 09-01-2008 12:33 PM In reply to

    Re: Can't build 3.0 branch source for a while now...

    Daniel already mentioned the cause of the problem you are seeing - we are going to take dependencies on 3.5 SP1, as this will be the "target platform" for SharpDevelop 3.0 final.

    Chris

  • 09-01-2008 6:10 PM In reply to

    Re: Can't build 3.0 branch source for a while now...

    Thank you both. I was apparently too un-caffeinated when I read Daniel's reply, and thought he was referring more to an RC1 than SP1, so I assumed you were using a deprecated method, and it would be "fixed". Now that I've had some coffee, I see what he really meant, and I've updated to SP1.

Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.