Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiler hangs...
Message
From
13/09/2006 10:30:30
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Compiler hangs...
Environment versions
Environment:
C# 2.0
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01153322
Message ID:
01153322
Views:
62
Hi,

Is this a bug? I have a scenario that causes VS2005 to consistently hang during a compile:

I create a user control, drop a Tabcontrol onto it and expose it via a public property:
       public TabControl ContainedTabControl
        {
            get { return tabControl1; }
            set { tabControl1 = value; }
        }
When I add the user control to a form I can add a page to the Tabcontrol by accessing its TabPages collection in the Properties window - but a build after this always hangs.

I guess the real problem is that it shouldn't allow me to add the page in the first place but......

Regards,
Viv
Reply
Map
View

Click here to load this message in the networking platform