Message
From
30/11/2006 19:05:40
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Problem opening Windows form
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01173945
Message ID:
01173945
Views:
54
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
Next
Reply
Map
View