I have been editng a complex usercontrol in HTML mode ... The control
accesses the api for miscrosoft solution for internet business 2.5, content
management server 2002, and commercer server 2002. The control runs fine
after building no problems. I checked in the project and closed the files
... now VS hangs on opening the control utilizing 99% of my system resources
... and never opens the control. I have to close the devenv to continue. I
did install the hotfix for http://support.microsoft.com/kb/824580/en-us ...
but that did not fix my problem. HELP ... I need to complete this control
and this project.
thanks in advance for any insight ...
Becky Bonner - 08 Mar 2006 22:26 GMT
Hmmmm ... after reading other comments regarding windows forms.... i had a
look at the csproj file for this web app. Finding my usercontrol that is
misbehaving ... i noted that the followng line:
SubType = "UserControl"
was missing in comparison to all other usercontrols in the project ... so
... I added it back ... but still seem to have the problem ....
again ... suggestions ... PLEASE
> I have been editng a complex usercontrol in HTML mode ... The control
> accesses the api for miscrosoft solution for internet business 2.5, content
[quoted text clipped - 7 lines]
>
> thanks in advance for any insight ...