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
Please remove the following tags below in your web.config (if existed).
<add assembly="ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a"/> <add assembly="ISNet, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a"/> <add assembly="ISNet.WebUI.ISDataSource, Version=1.0.1500.1, Culture=neutral, PublicKeyToken=C4184EF0D326354B"/> <add assembly="ISNet.ActiveReports.Exporting, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/>
Then, please add ISNet.dll, ISNet.WebUI.dll, ISNet.WebUI.ISDataSource.dll, and ISNet.ActiveReports.Exporting.dll into your project bin folder. Please ensure all resources.dll that needed for your project also to be copied.
Regards,Handy
Hi,
Thanks for the solution.
I tried the solution but din't worked for me.
There are no mentioned assmbly references in our web.config file.
I am attaching a image file, listing all the dll of Web UI which are included in our project.
Could you please help me out, if I am missing any required reference.
Regards,
Sarabjeet Singh Marwah
Please let me know your deployment environment. But before that i want to ensure that the project works well in development, correct?
The project works well in development, that is correct.
The page which gives error on the release/Deployment, is working perfectly fine in development inviornment.
Everywhere else in project, WebUi works fine, the issue is only with pages which have WebCombo and Multiple column web combo as collumns of webgrid.
Development enviornment is .Net 2005.
Deployment Enviormnet is - Windows XP, .Net Framwork 2.0, SQL Server 2005.
Regards
It works fine at my end. Please let me know if you are using WebGrid 6 or WebGrid 7.
We would like to inform that this issue has been completely solved.
The issue comes from “EnableWebResources” property that set to “Never” on a project that uses SmartWebResources™. The resolution is by simply set the value to “Auto” and the “WGUI is undefined” issue no longer persisted.
Hope this helps.
I am using WebGrid 6.0 , I am getting the error 'WGUI is Undefined' in development Environment,
I am using all the dll's mentioned by you.
Shamil
Hi Shamil,
Ok, can you send a simple project that replicates this issue without inserting your RunTimeLicense key?
Where to put EnableWebResource key??
EnableWebResource can be set on the page level (on the designated control, for example: WebGrid). Example:
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="300px" UseDefaultStyle="True" Width="700px" DefaultStyleMode="Elegant" BindingOperationMode="ClientBinding" DataSourceID="AccessDataSource1" RenderingMode="HTML5" EnableWebResources="Auto"> ... </ISWebGrid:WebGrid>
Or set the property on the project level (set the property on the web.config file). Example:
<configuration> <appSettings> ... <!--WebGrid 8 Settings--> <add key="ISNet.WebUI.WebGrid.v8_0_7200.EnableWebResources" value="Never"/> ... </appSettings>
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