Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error subclassing a mmException form
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Error subclassing a mmException form
Divers
Thread ID:
00919197
Message ID:
00919197
Vues:
38
I want the exception form, but i want to add or change some things on it.
So i created a new Inherited form. I select the Mere Mortals Windows Framework DLL, and selected mmException form.

Now when i go to the designer i get the following error. Any Ideas Why?
An exception occurred while trying to create an instance of OakLeaf.MM.Main.Windows.Forms.mmExceptionForm. The exception was "Constructor on type OakLeaf.MM.Main.Windows.Forms.mmExceptionForm not found.".
Here is the code for the form.
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace A4U.Internal.Timetracker
{
	public class exception : OakLeaf.MM.Main.Windows.Forms.mmExceptionForm
	{
		private System.ComponentModel.IContainer components = null;

		public exception()
		{
			// This call is required by the Windows Form Designer.
			InitializeComponent();

			// TODO: Add any initialization after the InitializeComponent call
		}

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

        Desginer Generated Code......

	}
}
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform