asp.net mvc - Silverlight rises an exception when hosted in MVC web page -


i have silverlight project works when run independently (i.e. run instance), when run mvc website rises exception says

unhandled error in silverlight 2 application object reference not set instance of object.    @ takingmypicture.mainpage..ctor()    @ takingmypicture.app.application_startup(object sender, startupeventargs e)    @ ms.internal.coreinvokehandler.invokeeventhandler(uint32 typeindex, delegate handlerdelegate, object sender, object args)    @ ms.internal.jolthelper.fireevent(intptr unmanagedobj, intptr unmanagedobjargs, int32 argstypeindex, int32 actualargstypeindex, string eventname, uint32 flags) 


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -