Code Monkey home page Code Monkey logo

Comments (10)

Danielku15 avatar Danielku15 commented on September 25, 2024 3

New Version 1.15 is published to the marketplace and should be compatible again with all VS versions.

from betterstartpage.

SirViver avatar SirViver commented on September 25, 2024 1

Seems like they've changed quite a bit of the start page internals, causing loads of binding errors:

System.Windows.Data Error: 40 : BindingExpression path error: 'CodeContainers' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=CodeContainers; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'CategorizedMruListBox' (Name=''); target property is 'DataContext' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsExpanded' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=IsExpanded; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Expander' (Name=''); target property is 'IsExpanded' (type 'Boolean')
System.Windows.Data Error: 40 : BindingExpression path error: 'HideCommand' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=HideCommand; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Command' (type 'ICommand')
System.Windows.Data Error: 45 : BindingExpression with XPath cannot bind to non-XML object.; XPath='/items/discovercommands/command' BindingExpression:Path=; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ListBox' (Name=''); target property is 'ItemsSource' (type 'IEnumerable') PolicyBasedDataSource:'Microsoft.Internal.VisualStudio.PlatformUI.PolicyBasedDataSource'
System.Windows.Data Error: 40 : BindingExpression path error: 'GetStartedItemsDataSource' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=GetStartedItemsDataSource.Links.Content; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ListBox' (Name='Discover_ListView'); target property is 'DataContext' (type 'Object')
System.Windows.Data Error: 45 : BindingExpression with XPath cannot bind to non-XML object.; XPath='/items/discovercommands/command' BindingExpression:Path=; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ListBox' (Name='Discover_ListView'); target property is 'ItemsSource' (type 'IEnumerable') PolicyBasedDataSource:'Microsoft.Internal.VisualStudio.PlatformUI.PolicyBasedDataSource'
System.Windows.Data Error: 40 : BindingExpression path error: 'HasProviders' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=HasProviders; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'CodeContainerProvidersListView' (Name='CodeContainerProviderListView'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Providers' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=Providers; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ItemsControl' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'LocalProviders' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=LocalProviders; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ItemsControl' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'HasSearchResults' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=HasSearchResults; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'NewProjectsListView' (Name='NewProjectsListView'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'SearchResultsTemplates' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=SearchResultsTemplates; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ItemsControl' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesCommand' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesCommand; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Command' (type 'ICommand')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesText' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesText; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'HasSearchResults' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=HasSearchResults; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'NewProjectsListView' (Name='NewProjectsListView'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesCommand' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesCommand; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Command' (type 'ICommand')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesText' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesText; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'HasRecentTemplates' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=HasRecentTemplates; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'NewProjectsListView' (Name='NewProjectsListView'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'RecentTemplates' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=RecentTemplates; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ItemsControl' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesCommand' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesCommand; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Command' (type 'ICommand')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesText' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesText; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'Button' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'MoreTemplatesText' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=MoreTemplatesText; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsExpanded' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=IsExpanded; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'ToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsVisible' property not found on 'object' ''PolicyBasedDataSource' (HashCode=55023063)'. BindingExpression:Path=IsVisible; DataItem='PolicyBasedDataSource' (HashCode=55023063); target element is 'GetStartedView' (Name='GettingStartedControl'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 1 : Cannot create default converter to perform 'one-way' conversions between types 'System.Windows.Media.Brush' and 'System.Windows.Media.Color'. Consider using Converter property of Binding. BindingExpression:Path=Background; DataItem='StackPanel' (Name='TaskStatusStackPanel'); target element is 'StackPanel' (Name='TaskStatusStackPanel'); target property is 'ImageBackgroundColor' (type 'Color')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='#00FFFFFF' BindingExpression:Path=Background; DataItem='StackPanel' (Name='TaskStatusStackPanel'); target element is 'StackPanel' (Name='TaskStatusStackPanel'); target property is 'ImageBackgroundColor' (type 'Color')
System.Windows.Data Error: 40 : BindingExpression path error: 'isPopupOpen' property not found on 'object' ''TaskStatusCenterCompartmentViewModel' (HashCode=5160142)'. BindingExpression:Path=DataContext.isPopupOpen; DataItem='TaskStatusCenterCompartment' (Name='TaskStatusCenter'); target element is 'TaskStatusCenterCompartment' (Name='TaskStatusCenter'); target property is 'IsPopupOpen' (type 'Boolean')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='0' MultiBindingExpression:target element is 'GlobalSearchPopup' (Name='Popup'); target property is 'Height' (type 'Double')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='0' MultiBindingExpression:target element is 'GlobalSearchPopup' (Name='Popup'); target property is 'Width' (type 'Double')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='0' MultiBindingExpression:target element is 'GlobalSearchPopup' (Name='Popup'); target property is 'Width' (type 'Double')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='0' MultiBindingExpression:target element is 'GlobalSearchPopup' (Name='Popup'); target property is 'Height' (type 'Double')
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SearchItemResultTemplate'
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' MultiBindingExpression:target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' MultiBindingExpression:target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Warning: 40 : BindingExpression path error: 'Icon' property not found on 'object' ''GlobalSearchCategoryProviderDataSource' (HashCode=46680953)'. BindingExpression:Path=Icon; DataItem='GlobalSearchCategoryProviderDataSource' (HashCode=46680953); target element is 'Image' (Name='ItemIcon'); target property is 'Source' (type 'ImageSource')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'HorizontalContentAlignment' (type 'HorizontalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=VerticalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'VerticalContentAlignment' (type 'VerticalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'HorizontalContentAlignment' (type 'HorizontalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=VerticalContentAlignment; DataItem=null; target element is 'ListBoxItem' (Name=''); target property is 'VerticalContentAlignment' (type 'VerticalAlignment')

As usual any documentation on how to properly create custom start pages is non-existent or at least woefully out of date, so this will probably require some trial & error :(

from betterstartpage.

Danielku15 avatar Danielku15 commented on September 25, 2024 1

I will try to fix the problem these days. I am currently quite busy but will do my best to get it done. The structure of the new startpage is quite a nightmare when it comes to injecting custom controls there.

Update1:

I have a fix ready, but first I'll need to test if the plugin still works on all VS versions which might take a bit longer.

from betterstartpage.

yannduran avatar yannduran commented on September 25, 2024

Same here

from betterstartpage.

stephanemathis avatar stephanemathis commented on September 25, 2024

Same for me, too bad.

from betterstartpage.

BladeMF avatar BladeMF commented on September 25, 2024

Same here, but started 15.5.1.

from betterstartpage.

SocSoftSpb avatar SocSoftSpb commented on September 25, 2024

Same here. Have plan to fix it?

from betterstartpage.

rwjdk avatar rwjdk commented on September 25, 2024

Just install and work as intended... Thank you so much for fast bug-fix and in general for an awesome extension :-)

from betterstartpage.

IngbertPalm avatar IngbertPalm commented on September 25, 2024

Same here. Works with version 15.5.

Unfortunately doesn't work with the latest VS preview (15.6 Preview 1.0).
The risk is high that with the next update there will be again a breaking change from MS :-(

Thank you for this great extension :-)

from betterstartpage.

yannduran avatar yannduran commented on September 25, 2024

It's working for me again too. I love this extension!

Thanks so much Daniel!

from betterstartpage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.