** THIS SITE IS AN ARCHIVE ** - New Content is at:
Written by: Michael Washington 11/24/2012 7:15 AM
When you upgrade a LightSwitch project that uses WCF RIA Services to the format used in HTML Client Preview 2, you may get the error:
ApplicationData.cs could not be found
To fix this, remove the missing link reference.
Right-click on the WCF RIA Service project and select Add then Existing Item.
Navigate to the LightSwitch project, then Server, then GeneratedArtifacts, then ApplicationDataObjectContext.cs and select Add As Link.
The application will now build and work correctly.
0 comment(s) so far...