Hello
I was trying to convert my windows application to a web application.
All things done , I have left with the single error while is like this.

Error 1 The ValueSerializer 'RoutedEventValueSerializer' cannot convert
from 'System.String'.

This error comes in the XAML file on the line :

<EventTrigger RoutedEvent="MouseLeave">

Any idea how can I eliminate this... This application works perfectly
fine as windows application.

I am using JAN CTP.