Re: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory
From: Chris Langston (clangston_at_horizon-boss.com)
Date: 03/16/04
- Next message: M. A. Naveed: "Re: Strategy for Sorting in UI"
- Previous message: Niall McDonnell [MSFT]: "RE: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- In reply to: Chris Langston: "Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Next in thread: Niall McDonnell [MSFT]: "Re: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Reply: Niall McDonnell [MSFT]: "Re: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 13:57:46 -0800
I have narrowed the issue down to where we are using Public components
in our BaseForm. These are ErrorProvider, ToolTipProvider,
HelpProvider, ContextMenu.
Here's the problem when I'm using Enterprise Templates:
1) If I set the Modifier property to Public from Friend on the controls
on the BaseForm, the IDE consumes all the memory on my machine (1.5
Gig's) and will eventually open the form about about 5 minutes.
2) If I leave the Modifier property as Friend, I don't get this
problem, but then I can't see or use these controls in my inherited
forms.
This is only a problem if I am using Enterprise Templates.
I'll let you know what happens when I make the changes as you have
instructed.
I am using VB.NET for our Enterprise Application.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: M. A. Naveed: "Re: Strategy for Sorting in UI"
- Previous message: Niall McDonnell [MSFT]: "RE: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- In reply to: Chris Langston: "Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Next in thread: Niall McDonnell [MSFT]: "Re: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Reply: Niall McDonnell [MSFT]: "Re: Enterprise Templates and Inherited Forms using 1.5 Gig of Memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|