User Profile & Activity

Throstur Jonsson Member
Page
of 2
Posted: September 5, 2011 4:42 AM

Unfortunately I did a mistake when testing using a wrong URL (actualy pointing to our old deployment server). The problem still persists the same on the new server. I have SamrtResources registered and all the .Resources.dll files installed. I have also tried to  exclude ISRes.axd from the authentication paths as mentioned here.
However as you mention that all the handlers shold be placed inside system.webserver for IIS7. The above mentioned is the only one I found in web.config on my development machine. So I copied it into the web.config on my 64 bit IIS7 release server. Should there be more of those?

One thing I noticed in my last tests that among the errors is this:
   'WGUI' is undefined
Probably refering to that it can't find some resources as all icons in the web-grid ars shown as 'red X' and the arrow in the WebCombo shown as '6'.

What on earth could be causing this?

Posted: August 31, 2011 12:43 PM

By some reason after adding this handler to the system.webserver in web.config, everythign seems to be working properly:

<handlers>

      <add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/>

      </handlers>

Posted: August 26, 2011 5:43 AM

Well actualy I found out what was missing the CommonLibrary containg the IS scripts was missing. I added that and then the WebDialog popped up. 
However when I reach the main page containing a lot of WebCombos and a WebGrid, The web combos display '6' instead of the arrow at right side and web-grids display 'red x' where icons should be. There are lot of such errors:

Message: 'IS' is undefined
Line: 1263
Char: 1
Code: 0
URI: http://xx.xxx.xx.xxx/C2NetDesktop/WPages/Profiler/Profiler.aspx

refering to code lines like:
  if (typeof(IS.RegisterBoxSizing) != 'function').....

and
Message: Object expected
Line: 188
Char: 43
Code: 0
URI: http://xx.xxx.xx.xxx/C2NetDesktop/WPages/Profiler/Profiler.aspx

refering to code lines like: 
  (arrow left)xml id='WebFlyPostBackManager1_x'(arrow right)

So something is still missing on the new 64 bit server. Do I need to install something in the GAC or System32?

Using "Intersoft WebUI Studio 2009 R2" WebCombo versoin 4.0.7200 and setting

LayoutSettings-ResultBoxWindowType="Normal"

="Normal"  does not change anything. The dropdown wont show up on monitor 2 anyway.
What am I doing wrong: <ISWebCombo:WebCombo ID="c_wcReportType"
runat="server"
UseDefaultStyle="True"
DataMember="tblReportTypes"
DataSourceID="ISDataSource1"
DataTextField="type_name"
DataValueField="type_id"
Height="20px"
Width="100%"
DropDownRows="30"
TabIndex="1"
AllowAutoDataCaching="False"
DataCacheStorage="Session"
LayoutSettings-ResultBoxWindowType="Normal"> <LayoutSettings ResultBoxHeight="400" AlwaysShowAllRowsOnDropdown="True" ComboMode="MultipleColumns" AlwaysShowColumnHeaders="false">
   <ClientSideEvents OnAfterItemSelected="c_wcReportType_OnAfterItemSelected" />
</LayoutSettings>
<Columns>
<ISWebCombo:WebComboColumn BaseFieldName="type_name" Name="type_name" />
<ISWebCombo:WebComboColumn BaseFieldName="nav_select" DataType="System.Integer" Name="nav_select" Width="0px" /> <ISWebCombo:WebComboColumn BaseFieldName="nav_allow_all" DataType="System.Integer" Name="nav_allow_all" Width="0px" /> <ISWebCombo:WebComboColumn BaseFieldName="url" Name="url" Width="0px" /> </Columns> <FlyPostBackSettings PostHiddenFields="False" /> </ISWebCombo:WebCombo>

LayoutSettings-ResultBoxWindowType="Normal"

 does not change anything. The dropdown wont show up on monitor 2 anyway.
What am I doing wrong: <ISWebCombo:WebCombo ID="c_wcReportType"
runat="server"
UseDefaultStyle="True"
DataMember="tblReportTypes"
DataSourceID="ISDataSource1"
DataTextField="type_name"
DataValueField="type_id"
Height="20px"
Width="100%"
DropDownRows="30"
TabIndex="1"
AllowAutoDataCaching="False"
DataCacheStorage="Session"
LayoutSettings-ResultBoxWindowType="Normal"> <LayoutSettings ResultBoxHeight="400" AlwaysShowAllRowsOnDropdown="True" ComboMode="MultipleColumns" AlwaysShowColumnHeaders="false">
   <ClientSideEvents OnAfterItemSelected="c_wcReportType_OnAfterItemSelected" />
</LayoutSettings>
<Columns>
<ISWebCombo:WebComboColumn BaseFieldName="type_name" Name="type_name" />
<ISWebCombo:WebComboColumn BaseFieldName="nav_select" DataType="System.Integer" Name="nav_select" Width="0px" /> <ISWebCombo:WebComboColumn BaseFieldName="nav_allow_all" DataType="System.Integer" Name="nav_allow_all" Width="0px" /> <ISWebCombo:WebComboColumn BaseFieldName="url" Name="url" Width="0px" /> </Columns> <FlyPostBackSettings PostHiddenFields="False" /> </ISWebCombo:WebCombo>

 

All times are GMT -5. The time now is 11:21 PM.
Previous Next