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
howard dierking - 28 Oct 2005 21:57 GMT
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
> 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
[quoted text clipped - 5 lines]
>
> _howard
howard dierking - 28 Oct 2005 22:39 GMT
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
> 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.
[quoted text clipped - 12 lines]
> >
> > _howard
Bruce Barker - 28 Oct 2005 22:14 GMT
you added an infinate loop.
-- bruce (sqlwork.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
[quoted text clipped - 6 lines]
>
> _howard