Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compatibility between VS 2003 and VS 2005
Message
De
20/12/2005 13:10:09
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Compatibility between VS 2003 and VS 2005
Divers
Thread ID:
01079649
Message ID:
01079649
Vues:
55
When I migrated existing VS 2003 projects into VS 2005, I was able to continue to use inheritance of my Framework.Form class in the form I create. So, basically, all my forms contain a line to inherit from Framework.Form. Here is an example:
Public Class XMLConstructor
    Inherits Framework.Form
End Class
But, if I create a new project in VS 2005 and try to do the same, I obtain:

Base class 'Framework.Form' specified for class 'XMLConstructor' cannot be different from the base class 'System.Windows.Forms.Form' of one of its other partial types.

I see a new project created in VS 2005 has designer files under each form but those designer files do not appear for a migrated project. This seems to be related. Anyone knows what I have to fix here to be able to inherit from Framework.Form?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform