I am hoping to use WebGui for a PublicSafety app...looks Great! I have successfully installed Visual WebGui 5.82.9 on a Win XP machine with IIS 5 and Visual Studio 2005.
The Catalog app runs but displays the following upon opening the project:
Warning 1 Exception has been thrown by the target of an invocation. 0 0
Warning 18 The designer must create an instance of type 'Gizmox.WebGUI.Forms.Catalog.BaseForm' but it cannot because the type is declared as abstract. 0 0
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)
Rebuild is successful but then displays 18 Warnings.
And I cannot display the design of either MainForm.cs or MdiMainForm.cs
Kind Regards!