iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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 undefinedProbably 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?
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>
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 undefinedLine: 1263Char: 1Code: 0URI: http://xx.xxx.xx.xxx/C2NetDesktop/WPages/Profiler/Profiler.aspx
refering to code lines like: if (typeof(IS.RegisterBoxSizing) != 'function').....
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"
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname