Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmUltraWebTab problems
Message
De
28/08/2004 20:24:53
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MmUltraWebTab problems
Divers
Thread ID:
00937340
Message ID:
00937340
Vues:
57
Hello All,

I have installed my version of Infragistics and Mere Mortals 1.2.1. I am currently attempting to create a new web form that has a simple webtab control on it. I am using the Infragistics help file to guide me through the steps of creating this object. Unfortunately, I can't get through too many steps to make this object work on it's own, before adding a user control.

1. Create a new form.
2. Change the form's class to derive from the OakLeaf.MM.Main.Web.UI.mmBusinessWebPage
3. Add the references to the Mere Mortals Business and Data classes in the form
4. Even added the reference to the Infragistics Shared and UltraWebTab in the form.
5. Add the mmUltraWebTab to the form.
6. Click on the Tab Ellipse to create two new tabs.
7. Run the form.

Error:
Server Error in '/Wait Net Web Application' Application.
--------------------------------------------------------------------------------

Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Infragistics.WebUI.UltraWebTab.Tabs must have items of type 'Infragistics.WebUI.UltraWebTab.TabItem'. 'Infragistics.WebUI.UltraWebTab.Tab' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.

Source Error: 


Line 16: 				runat="server">
Line 17: 				<Tabs>
Line 18: 					<Infragistics.WebUI.UltraWebTab.Tab Text="Client Demographics"></Infragistics.WebUI.UltraWebTab.Tab>
Line 19: 					<Infragistics.WebUI.UltraWebTab.Tab Text="Tab2"></Infragistics.WebUI.UltraWebTab.Tab>
Line 20: 				</Tabs>
 

Source File: c:\inetpub\wwwroot\Wait Net Web Application\WaitEdit2.aspx    Line: 18 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 
I have attempted to change the ...UltraWebTab.Tab to ...UltraWebTab.TabItem which ends up with this error:
Server Error in '/Wait Net Web Application' Application.
--------------------------------------------------------------------------------

Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Infragistics.WebUI.UltraWebTab.Tabs must have items of type 'Infragistics.WebUI.UltraWebTab.TabItem'. 'Infragistics.WebUI.UltraWebTab.TabItem' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.

Source Error: 


Line 16: 				runat="server">
Line 17: 				<Tabs>
Line 18: 					<Infragistics.WebUI.UltraWebTab.TabItem Text="Client Demographics"></Infragistics.WebUI.UltraWebTab.TabItem>
Line 19: 					<Infragistics.WebUI.UltraWebTab.TabItem Text="Tab2"></Infragistics.WebUI.UltraWebTab.TabItem>
Line 20: 				</Tabs>
 

Source File: c:\inetpub\wwwroot\Wait Net Web Application\WaitEdit2.aspx    Line: 18 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform