SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.
Click on the video image to watch
I have a fairly complex app that uses the DateTimePicker control. This app works well inside a browser but if I try it as a Windows (client) app it fails in InitializeComponent with "The type initializer for '...Forms.DateTimePicker' threw an exception".
The inner exception message is "could not load ...'Gizmox.WebGUI.Common' or one of it's dependencies."
I have used this same 'client' code to load another VWG form (that doesn't use the DateTimePicker) so I suspect that this inner exception may be not be correct.
I'm using v6.0.3.
More...
More ...