Skip to main content
Home Forums Silverlight Design Designing with Silverlight Text Blocks throw up errors
3 replies. Latest Post by SmallWhiteBear on May 20, 2008.
(0)
vaishalim
Member
0 points
6 Posts
05-06-2008 1:36 AM |
1) A lot of times while animating Text Blocks, Blend throws throws up an error like “Invalid XAML” which is really difficult to debug. Does anybody know the cause and the solution?
codebased
Participant
806 points
360 Posts
05-07-2008 1:39 AM |
check if you have attached any event handler that has not been declared. also check the name of the controls are not duplicating...
SteveWong
Contributor
6343 points
1,281 Posts
05-15-2008 12:08 PM |
Maybe you can post it here. So that we can help you.
Maybe some namespace are not declared well, too.
There are so many reason to cause such a problem.
SmallWhi...
95 points
26 Posts
05-20-2008 11:47 PM |
Dear vaishalimYou can try to view and modify the Xaml code in Visual Studio 2008.It can provide another Xaml viewer to help you debug.By the way, in my past experience, some attributes which supported by Visual Studio 2008 do'nt get support in Blend 2.5.You may take care of it.