Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem opening Windows form
Message
 
À
30/11/2006 19:05:40
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01173945
Message ID:
01173984
Vues:
14
Mike,

>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?

So, you're saying it works with Vol 3, but not Vol 2? There were no code changes between the two versions (Vol 2 and Vol 3) for MM .NET, it was just recompiled with the new Infragistics assemblies, so I'm not sure what's going on. If you'd like, I can get on your computer with GoToMeeting some time tomorrow (Friday) and take a look. Just shoot me a private e-mail.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform