Hi,
I created a silverlight business application on VS2010 in my Win7 virtual PC. I only added a button to home.xaml..rest everything else is untouched in the template's code.
I deployed the application on IIS 7 and when I try access it on win XP machine..I get an error "Unhandled Error in Silverlight Application" code: 2105
After a bit of googling I found that accessing the application through html page instead of aspx works well..and It did.
however we need windows authentication in our silverlight application, so I need aspx to work well!
how can I fix this?