Skip to main content
Home Forums Silverlight Programming Programming with .NET - General asp:silverlight the server tag is not well formed
2 replies. Latest Post by philip.beadle on October 12, 2008.
(0)
lpmo
Member
8 points
42 Posts
10-12-2008 5:19 PM |
I am starting my first Web Site project with Silverlight 2.0 beta 2 and at this point:
the server tag is not well formed
So, what can i do? i haver read everythng i have found, but I do not find any good unswer for it.
Thanks a lot!
Lina
rsmith2
16 points
3 Posts
10-12-2008 8:13 PM |
You could be missing a closing tag somewhere else in you code.
The code that you posted is correct, except for the MinimunVersion. It should be MinimumVersion="2.0.30523".
philip.b...
500 points
104 Posts
10-12-2008 8:50 PM |
Make sure you have a ScriptManager on teh page before the Silverlight control.