Reputation: 837
this is a headache for me to complete my project. I had done my project in Silverlight5 with entity framework. If i run my project in localhost means it worked fine.. but after published my project in server means initial page will run but if i select the next page the Silverlight Plugin gets crashed.. What is the problem here..? Anybody can help me....?
Upvotes: 0
Views: 150
Reputation: 3043
Several advices:
Where do you publish? Check the target and ensure that it has any pre-requisite to run your website
Publish in a debug mode, and display (or at least log) any unmanaged error in the app.xaml.cs
Use your browser debug tool (F12 with ie) especially the console output to see any weird message
Upvotes: 1
Reputation: 837
I put messagebox to check whether the execution is going correctly and fix the error....
Upvotes: 0