Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Overriding the navigation toolbar on a form
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Overriding the navigation toolbar on a form
Divers
Thread ID:
01108135
Message ID:
01108135
Vues:
45
I just upgraded an application to VS 2005 and installed the latest version of the MM Framework (runtime version v2.0.50727). Now when I compile, I am getting the error:

"Cannot implicity convert type mmNavigationToolBar to mmNavigationToolStrip"

with the following code on a mmBusinessForm:

protected override void CreateNavToolBar()
{
this.NavToolBar = new aNavigationToolBar();
this.Controls.Add(this.NavToolBar);
}

This code worked fine in the previous version of the framework.

aNavigationToolBar is based on mmNavigationToolBar.

I tried to cast using (mmNavigationToolBar), but same error.

Any help is greatly appreciated.

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform