Add .xaml file from Silverlight Application Project VS 2010
I see Workflow that created using the workflow designer has the extension .xaml. When I create the Silverlight application project using visual studio 2010, it will produce a file with extension .Xaml too. But when I try to add it through geocortex essentials rest manager , it has an error message stating that the file is invalid.
Does anyone know what was wrong with this?
-
The files created through Workflow Designer are server-side workflows, which should be added through the Workflow panel in REST manager.
When you make a new Silverlight application in VS2010, it probably includes App.xaml and MainPage.xaml. These are client-side widgets, not workflows. You should be able to build the Silverlight project into a .xap file, which will get added to the Silverlight viewer as a custom module. The Quickstart guide should help show you how to add a custom module to the viewer.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar