Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overriding the navigation toolbar on a form
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Overriding the navigation toolbar on a form
Miscellaneous
Thread ID:
01108135
Message ID:
01108135
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform