Re: Help me Convert this WPF to Silverlight
Not everything in WPF will translate directly to Silverlight (like the synchronous Socket class methods, ugh.) What does the namespace "x" translate to? There should be an "xmlns:x=http://<...>" at the top of the XAML file. Chances are, the "x" namespace is pointing to an assembly that doesn't contain a definition for Type. If the XAML code was copied and pasted, it most likely points to the WPF assembly that contains Type, but Silverlight will probably be different.
R.I.P. 3.5" Floppy Drives
"I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein