Hi,
Did you change the start form name?
Check that the web config key which maps application entry points is correctly configured and is pointing the right
Form object:
<Applications>
<Application Code="MainForm" Type="Gizmox.WebGUI.Forms.Catalog.MainForm, Gizmox.WebGUI.Forms.Catalog"/>
</Applications>
Type should contain the fully qualified name of the start form: "<full form name - including namespaces path>, <assembly name>" and in case it is strongly names you can add public token.
Regards,
Itzik Spitzen
|
|