Unable to debug Silverlight Project -
Unable to debug Silverlight Project -
in sharepoint project(solution file) having silverlight project(project a) , class library(project b).in class library have referred silverlight project(project a) in project b. here code in project b
<object id="sample_id" data="data:application/x-silverlight-2," type="application/x-silverlight-2" > <param name="source" value="/_layouts/clientbin/sample.xap"> <param name="onerror" value="onsilverlighterror"> <param name="background" value="transparent"> <param name="initparams" value="name=sample"> <param name="iswindowless" value="true"> <param name="minruntimeversion" value="4.0.50826.0"> <param name="autoupgrade" value="true"> <a href="http://go.microsoft.com/fwlink/?linkid=149156&v=4.0.50826.0" style="text-decoration:none"> <img src="http://go.microsoft.com/fwlink/?linkid=161376" alt="get microsoft silverlight" style="border-style:none"> </object>
i unable debug silverlight project. have gone through next links didn't help me http://msdn.microsoft.com/en-us/library/cc838267(v=vs.95).aspx http://www.codeproject.com/tips/68127/unable-to-debug-silverlight-project http://social.technet.microsoft.com/forums/en-us/sharepoint2010programming/thread/bb6dd346-a3c6-4ab2-95fd-3e6c76280e17/
could provide solution issue ?
ensure haven't enabled javascript debugging, in turn disables silverlight debugging.
in solution explorer, locate web project (in case, project b?), right click , select properties. go web tab, in details panel scroll downwards can see debuggers section @ bottom. ensure asp.net
, silverlight
options checked.
silverlight silverlight-4.0 silverlight-3.0
Comments
Post a Comment