Hello I am trying to use the User Login control available through the Silverlight Business Application Template. I have worked on an application for which I used a Standard ESRI silverlight template. I am getting an error at the following references in the xaml code. I copied the usercontrol folder and also actions folder from my ESRI silverlight template to the Business application template folder. and I added references to ESRI.ArcGIS.Client and also toolkit references to the project. Error at the following line:
xmlns:userControls="clr-namespace:ESRI.ArcGIS.SilverlightMapApp"
xmlns:actions="clr-namespace:ESRI.ArcGIS.SilverlightMapApp.Actions"
Shouldn't I be copying the folders directly?Can some please help me fix this. Thank you