Showing posts with label Silverlight. Show all posts
Showing posts with label Silverlight. Show all posts
Tuesday, March 4, 2014
Debugging Resource strings are unavailable
is normal silverlight behavior
Friday, October 11, 2013
The remote server returned an error: NotFound
use fiddler
Thursday, August 8, 2013
Fiddler is a lifesaver with silverlight problems
The imported project "C:\Program Files\MSBuild\Microsoft\Silverlight\v5.0\Microsoft.Silverlight.CSharp.targets" was not found
download Microsoft Silverlight 5 Tools and SDK
Autosizing in Silverlight
use textblock not label
Wednesday, August 29, 2012
reduce size xap issue
I made a dll reference to local copy = false and the published xap file still had the dll
I had to clean the project for this to work
I had to clean the project for this to work
Thursday, July 26, 2012
Publish Issue
I had to compile before publishing to get my latest changes in the XAML file
Wednesday, July 25, 2012
Cannot find a Resource with the Name/Key blah
Fascinating point - if the resource is included in a different xap file there wont be an error
Monday, July 23, 2012
Silverlight debugging in VS
A few things you may have to do:
- clear cache
- on the web tab of project click silverlight debugger
- when attaching to process click select->debug these code types->silverlight
Labels:
.NET,
asp.net,
IE,
Silverlight,
Visual Studio
Subscribe to:
Comments (Atom)