Deployment Problem

9 replies. Last post: March 25, 2012 10:11 PM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Intersoft controls work great on my development box, but when I deploy to our Dev server for testing, I get Javascript errors.  It's pretty much the same error on all my pages.

Example:

I get Javascript errors saying "Object expected" on these two Intersoft generated lines in my opening page:

1) <script>InitWebPaneManager("ctl00_ContentPlaceHolder1_WebPaneManager1");</script>

2) ISControl_InitializeAtlas("ctl00_ContentPlaceHolder1_WebPaneManager1");

Here is how it is defined in my page:

<ISWebDesktop:WebPaneManager ID="WebPaneManager1" runat="server">
  <RootGroupPane Name="RootGroupPane" Text="Root GroupPane">
    <Panes>
      <ISWebDesktop:WebPane Height="Custom" HeightValue="80px" Name="Header" Text="Title" >
        <ContentTemplate>
          <MRS:MRSViewHeader ID="MRSViewHeader1" runat="server" Title="MRS View" /> 
        </ContentTemplate>
      </ISWebDesktop:WebPane>
      <ISWebDesktop:WebPane Name="Content" Text="Info" >
        <ContentTemplate>
          <div style="text-align: center">
            <asp:Login ID="Login1" runat="server" />
          </div>
        </ContentTemplate>
      </ISWebDesktop:WebPane>
    </Panes>
  </RootGroupPane>
</ISWebDesktop:WebPaneManager>

 

Thanks,

Duane

All times are GMT -5. The time now is 9:34 PM.
Previous Next