I have reflected all the namespaces and now getting error: Error: Unhandled Error in Silverlight Application Code: 2103
-
I have shorted out this issue. – Bikram Panjikar Nov 20 '13 at 16:57
2 Answers
There are three thing to short out this issue for sure:
(1) Check the Startup Object in the properties is correct. Right Click on Client Poject > Properties > Startup Object
(2) Be sure to explicitly add your Silverlight project as a dependent project for your web project, this is not done by default. :Right click on Solution (not on the individual project) > Properties > Project Dependencies > Select Web Project under Project & Check Silverlight Client Project under Depends on. > Apply > Ok.
(3) Re-add your Silverlight project under the Silverlight Applications in the web project's properties.. :Right Click on Web Project > Properties > Silverlight Applications > Click on Add & Select Silverlight Client Project Under Project.

- 93
- 1
- 7
After moving to a new Windows 8.1 and VS 2013 setup, I had the same problem.
The solution in my case was to enable "Static Content" within Windows Features. (Source: dundas.com)
It is found in the "IIS | WWW | Common HTTP Features" section:

- 503
- 4
- 15