Dear All,

I have just started to learn WPF, and the very first exercise, a simple one with a button and textbox, generates the following error:

Option Strict On disallows implicit conversions from 'System.Windows.Application' to 'WpfApplication1.Application'

And this is before I have actually added any controls!

What do I do now?

Regards,

John