Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem opening Windows form
Message
De
30/11/2006 19:05:40
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Problem opening Windows form
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01173945
Message ID:
01173945
Vues:
52
I'm having a problem opening a form in a Windows application. Here's what's happening:

1. Existing MainForm created by new MM Windows form application

2. Add a new mmBusinessForm to UI project. When creating I get a warning dialog: Project Template Wizard
The assembly reference "Mere Mortals Framework Automation 2005, version 2.0.0.0, Culture=neutral, PublicKeyToken=94f006eaef8568c" could not be added to the project. The wizard will continue to run, but the resulting project may not build properly.

3. I manually add the offending reference.

4. Add a tool bar event to call new form:
        private void BusinessFormNewPad_Click(object sender, EventArgs e)
        {
            mmAppDesktop.FormMgr.Show(new BusinessForm1(), this);
        }
5. Build and run the application, select the menu item to launch the new form: No form is rendered and now errors are raised. Stepping through with the debugger raises a dialog "Find Source: mmUltraTabControls.cs"
While I am using Infragistics 2006 Vol 2, the form being called has no controls.

I'm stumped. Is it a problem with the MM implementation of Infragistics 2006 Vol 2? The same code was converted and runs fine with Vol 3 and my code used to run with Vol 2. Anyone have any insight here?

Mike Vincent
MVA Software
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform