G
Guest
Hi, I just added a new form with Crystl report viewer but one of my other
form suddently starts giving me an error message when I rebuild the code.
The error is complainig about the class name. Can someone tell me how to
correct this?
Thanks, Alpha
C:\Progs\VMS\MaintDued.cs(14): The namespace 'VMS' already contains a
definition for 'MaintDued'
namespace VMS
{
/// <summary>
/// Summary description for MaintDued.
/// </summary>
public class MaintDued : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtpLastService;
private System.Windows.Forms.TextBox txtLastOdometer;
private System.Windows.Forms.DataGrid dgMaintDued;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.MainMenu mainM
form suddently starts giving me an error message when I rebuild the code.
The error is complainig about the class name. Can someone tell me how to
correct this?
Thanks, Alpha
C:\Progs\VMS\MaintDued.cs(14): The namespace 'VMS' already contains a
definition for 'MaintDued'
namespace VMS
{
/// <summary>
/// Summary description for MaintDued.
/// </summary>
public class MaintDued : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtpLastService;
private System.Windows.Forms.TextBox txtLastOdometer;
private System.Windows.Forms.DataGrid dgMaintDued;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.MainMenu mainM