This is a migrated thread and some comments may be shown as answers.

NoXaml Xaml switcheroo

1 Answer 163 Views
Installer and Visual Studio Extensions
This is a migrated thread and some comments may be shown as answers.
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
David Ocasio asked on 23 Jun 2017, 09:09 AM

So you guys flag projects by XAML and no XAML so when an upgrade is done you know which files to use.

How can one switch a project from one to the other though so the upgrade extension is aware which one you are trying to do.

Specifically I have two projects that are flagged incorrectly.

the upgrade occurs and the reference to the theme  is removed.

I then have to manually find the themes folder and add a reference.

 

1 Answer, 1 is accepted

Sort by
0
Nikola
Telerik team
answered on 23 Jun 2017, 02:26 PM
Hello David,

The Upgrade Wizard detects the configuration by checking the Telerik.Windows.Controls.dll and upgrades all assemblies accordingly. When you use the offline installer (msi installer) two folders are created under the installation path e.g. %programfiles(x86)%\Telerik\UI for WPF R2 2017. One folder is Binaries and the other one is Binaries.NoXaml. Depending on where the Telerik.Windows.Controls.dll assembly is referenced in your project all other Telerik references are updated accordingly. 

So to "switch" project to Xaml/NoXaml the main assembly should be referenced from the correct folder. After that you could check if the projects use the correct assembly on the second page of the Upgrade Wizard where the detected projects are grouped by target framework and by configuration XAML/NoXAML.

In case you have any other questions or need further assistance, please get back to us. I'm looking forward to your reply.

Regards,
Nikola
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Installer and Visual Studio Extensions
Asked by
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Nikola
Telerik team
Share this question
or