What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?
Asked
Active
Viewed 1.3k times
1 Answers
27
Silverlight called your constructor, and your constructor threw an exception.
You can find the original exception from your constructor in the InnerException
.

SLaks
- 868,454
- 176
- 1,908
- 1,964