We're evaluating the telerik datagrid and have put some time into making it work.
We're now trying to create an app package, however VS2015 throws the following error:
ErrorFor file "C:\Users\MYUSERNAME\Documents\Visual Studio 2015\Projects\CompanyApp\CompanyAppClient10\obj\x64\Debug\PackageLayout\Telerik.UI.Xaml.Grid.UWP\Assets\FilterFlyout\ic_arrow_down_white.scale-140.png" - 0x80070003 - The system cannot find the path specified.CompanyAppClient10C:\Users\MYUSERNAME\Documents\Visual Studio 2015\Projects\CompanyApp\CompanyAppClient10\MakeAppx
What c
5 Answers, 1 is accepted
Apparently it has something to do with the installation. The app bundle could be created from source code on another workstation.
We'll reinstall VS and Telerik to see if it makes a difference.
This issue still exists after completely reinstalling both visual studio 2015 and telerik universal windows platform.
Please advise what steps to take to solve this issue.
Some more info, on both workstations app package creation did not work with the "telerik for windows universal platform" references.
If i use the "telerik for windows universal " reference it does create the app package.
Indeed, there was a problem when using SDK references with version 2016.2.504. It is caused by an issue in our SDK configuration for Universal Windows Platform. We have released a fix -- you can download the latest bits from your account, you need version 2016.2.520.
Alternatively, you can use the following workaround -- copy the entire folder
C:\Program Files (x86)\Telerik\UI for Universal Windows Platform Q2 2016\Binaries\Telerik.UI.Xaml.Grid.UWP\Assets\FilterFlyout
into
C:\Program Files (x86)\Telerik\UI for Universal Windows Platform Q2 2016\SDKs\Telerik UI for Universal Windows Platform\Redist\CommonConfiguration\neutral\Telerik.UI.Xaml.Grid.UWP\Assets
The result being that there are two folders in the Assets folder -- FilterFlyout and Reorder.
Please, accept our apologies for the inconvenience caused.
Best regards,
Ves
Telerik