Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from 3.5.1.198 #441

Closed
PeterForstmeier opened this issue Jun 4, 2017 · 16 comments
Closed

Update from 3.5.1.198 #441

PeterForstmeier opened this issue Jun 4, 2017 · 16 comments
Assignees
Labels
Question ❓ Not an issue but a question instead. Waiting for user response 😕 Waiting for the reporter to respond to questions made by maintainer.

Comments

@PeterForstmeier
Copy link

PeterForstmeier commented Jun 4, 2017

Hi,
i tr< to update my solutuion from 3.5.1.198 to5.0.5.10
After running NuGet i get the following error at Startup.

<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary x:Name="gen" Source="pack://application:,,,/Erp_Dach.Base.Resource.Themes;component/Generic.xaml"/>
<ResourceDictionary x:Name="winres" Source="pack://application:,,,/Erp_Dach.Base.Resource.Themes;component/WindowRegionResource.xaml"/>
<ResourceDictionary Source="pack://application:,,,/Fluent;Component/Themes/Office2013/Generic.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>

IOException -> Source="pack://application:,,,/Fluent;Component/Themes/Office2013/Generic.xaml" />

Environment

-- Theme ? (not needed in version 5.0 and upwards)

  • Windows 10
  • .NET Framework 4.5

Thanks in advance
Peter

@batzen
Copy link
Member

batzen commented Jun 4, 2017

Hi,
there is a list of breaking changes in the changelog which contains all the information you need.
Fluent.Ribbon is versioned according to semver which means that every major version increase contains breaking changes.
So if you upgrade from version 3 to version 5 there are two versions (4 and 5) which contain breaking changes.
Have a look at
https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Changelog.md#400 for breaking changes which occured in version 4 and https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Changelog.md#500 for breaking changes which occured in version 5.

The specific breaking change you are encountering now was announced in version 4 and done in version 5.

To make it simple:
There are no office version specific themes anymore and "Themes/Office2013/Generic.xaml" got moved to "Themes/Generic.xaml". You now have to replace pack://application:,,,/Fluent;Component/Themes/Office2013/Generic.xaml with pack://application:,,,/Fluent;Component/Themes/Generic.xaml
For details on why this was done see #282

@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jun 4, 2017 via email

@batzen batzen added the Question ❓ Not an issue but a question instead. label Jun 4, 2017
@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jun 4, 2017 via email

@batzen
Copy link
Member

batzen commented Jun 4, 2017

Thats caused by a version mistake i made. You have to update the ControlzEx package to the latest version. Will fix this issue today or tomorrow by releasing an updated version. Sorry for that.

@batzen
Copy link
Member

batzen commented Jun 6, 2017

Released a fixed version 5.0.2 yesterday.

@batzen
Copy link
Member

batzen commented Jun 6, 2017

Do you have more issues you encountered while updating?

@batzen batzen self-assigned this Jun 6, 2017
@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jun 7, 2017 via email

@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jun 7, 2017 via email

@batzen
Copy link
Member

batzen commented Jun 7, 2017

I never used prism.
Can't help you there without a repro.

@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jun 8, 2017 via email

@batzen batzen changed the title Update form 3.5.1.198 Update from 3.5.1.198 Jul 14, 2017
@batzen
Copy link
Member

batzen commented Jul 14, 2017

@PeterForstmeier ping

@batzen batzen added the Waiting for user response 😕 Waiting for the reporter to respond to questions made by maintainer. label Jul 14, 2017
@PeterForstmeier
Copy link
Author

PeterForstmeier commented Jul 14, 2017 via email

@batzen
Copy link
Member

batzen commented Aug 2, 2017

@PeterForstmeier ping

3 similar comments
@batzen
Copy link
Member

batzen commented Oct 14, 2017

@PeterForstmeier ping

@batzen
Copy link
Member

batzen commented Oct 27, 2017

@PeterForstmeier ping

@batzen
Copy link
Member

batzen commented Jan 3, 2018

@PeterForstmeier ping

@batzen batzen closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question ❓ Not an issue but a question instead. Waiting for user response 😕 Waiting for the reporter to respond to questions made by maintainer.
Projects
None yet
Development

No branches or pull requests

2 participants