Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1708
Peter Blum (PB) Date Package controls on Web Tab
posted

is exhausting memory in the designer view for a webtab

we have never seen this behavior in 6+ years of using PB now

it does display the PB Controls (PopupCalendar) after a close and reopen of VS 2010

code looks like this:

                                                <des:DateTextBox ID="dtbETSiteContractBegins" runat="server" EnableContextMenu="False">
                                                    <PopupCalendar>
                                                        <Calendar EnableContextMenu="False"></Calendar>
                                                    </PopupCalendar>
                                                </des:DateTextBox>

assembly declaration looks like this:

<%@ Register Assembly="fredck.fckeditorv2" Namespace="fredck.fckeditorv2" TagPrefix="fckeditorv2" %>

are there any known issues/workarounds for this?

(we have literally hundreds of date and calendar controls on our 4 commercial web sites)

finally, this is a "beefy" PC (quad core, Win7 Ult, 64-bit, 8GB memory, etc.), but the process of adding a PB control runs memory up to 3GB until VS 2010 throws a message about low virtual memory.

thanks

Parents
  • 8160
    posted

    Hello mccreadiegroup,

    I have created case: CAS-58482-2XHDTW in order to investigate further your issue. Please send me a running sample.

Reply Children