Thursday, March 22, 2012

VS 2005 freezes when trying to add ContentPlaceHolder to master pa

Has anyone run into this?? Basically, I prototyped a standard aspx page,
then copied the source into a new master page. When I then tried to delete a
bunch of filler text, add a ContentPlaceHolder, and show the page in the
designer, VS froze and my processor throttled (until I killed it). I am
using the RC1.

Any thoughts??

_howardyou added an infinate loop.

-- bruce (sqlwork.com)

"howard dierking" <howarddierking@.discussions.microsoft.com> wrote in
message news:9961C43A-CE5E-4146-A590-AEA40AB74027@.microsoft.com...
> Has anyone run into this?? Basically, I prototyped a standard aspx page,
> then copied the source into a new master page. When I then tried to
> delete a
> bunch of filler text, add a ContentPlaceHolder, and show the page in the
> designer, VS froze and my processor throttled (until I killed it). I am
> using the RC1.
> Any thoughts??
> _howard
As a follow up - I have narrowed the problem down to a css override of the
"body" element. If I comment out only this css declaration, everything works.

very strange.

_howard

"howard dierking" wrote:

> Has anyone run into this?? Basically, I prototyped a standard aspx page,
> then copied the source into a new master page. When I then tried to delete a
> bunch of filler text, add a ContentPlaceHolder, and show the page in the
> designer, VS froze and my processor throttled (until I killed it). I am
> using the RC1.
> Any thoughts??
> _howard
and even more specifically...

the IDE freeze only happens when I set the margin css attribute on the body
element in the master page.

_howard

"howard dierking" wrote:

> As a follow up - I have narrowed the problem down to a css override of the
> "body" element. If I comment out only this css declaration, everything works.
> very strange.
> _howard
> "howard dierking" wrote:
> > Has anyone run into this?? Basically, I prototyped a standard aspx page,
> > then copied the source into a new master page. When I then tried to delete a
> > bunch of filler text, add a ContentPlaceHolder, and show the page in the
> > designer, VS froze and my processor throttled (until I killed it). I am
> > using the RC1.
> > Any thoughts??
> > _howard

0 comments:

Post a Comment