This question is locked. New answers and comments are not allowed.
Hi all,
I am creating a class library to display charts using telerik dlls, which can be used in multiple apps.
so I created a class library , added all the required files and folders (like "Chart","Core"... folders ) in a folder named "Lib" and accessing the dlls from that folder and it successfully builds.
Now when I refer this class library dll in a metro app , it gives errors like
"Payload file 'C:\Desktop\TelerikChartdll\TelerikChartdll\bin\Debug\Telerik.UI.Xaml.Chart\Themes\Generic.xaml' does not exist."
I set the build action for all the files to "Embedded Resource".
Previously there were errors for all the files including dlls in that Lib folder. Now after changing the build action, error raises for xaml files.
How to solve this issue???
I am creating a class library to display charts using telerik dlls, which can be used in multiple apps.
so I created a class library , added all the required files and folders (like "Chart","Core"... folders ) in a folder named "Lib" and accessing the dlls from that folder and it successfully builds.
Now when I refer this class library dll in a metro app , it gives errors like
"Payload file 'C:\Desktop\TelerikChartdll\TelerikChartdll\bin\Debug\Telerik.UI.Xaml.Chart\Themes\Generic.xaml' does not exist."
I set the build action for all the files to "Embedded Resource".
Previously there were errors for all the files including dlls in that Lib folder. Now after changing the build action, error raises for xaml files.
How to solve this issue???