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
i set CustomEditorName="VistaCalendar" and EditType="Custom", code like this:
<ISWebGrid:WebGridColumn Caption="结束时间" DataMember="f_end_date" Name="f_end_date" Width="150px" EditType="Custom" DataType="System.Datetime" DataFormatString="yyyy-MM-dd" InputRequired="true" EditInfoText="请输入结束日期" CustomEditorName="VistaCalendar"> </ISWebGrid:WebGridColumn>
then show error:
The dependency 'WebScheduler_Calendar' required by Vista Calendar editor cannot be loaded.
how can i do?
thanks
roger
Hi Roger,
I can replicate your issue in our local end. To resolve this issue, you have to add the ISNet.WebUI.WebScheduler.Resources assembly into your project Bin folder then you can add the handler inside the configuration tag in web.config.
<configuration> <system.web> <compilation debug="false" targetFramework="4.0"> <assemblies> <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> </assemblies> </compilation> <httpHandlers> <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true"/> </httpHandlers> </system.web> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> <add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/> </handlers> <modules> </modules> </system.webServer> </configuration>
Then you can run the website normally.Unfortunately, there are errors in styling Vista Calendar. To resolve this issue, you can follow this step:
1. Copy VistaCalendar.css, BlueRight.gif, and BlueLeft.gif inside CommonLibrary > WebGrid > V7_0_7200 > CustomEditors > EditorsPack3 folder to your website folder.
2. Rename VistaCalendar.css to CustomEditors.EditorsPack3.VistaCalendar.css .
3. Rename BlueRight.gif to undefinedCustomEditors.EditorsPack3.blueright.gif .
4. Rename BlueLeft.gif to undefinedCustomEditors.EditorsPack3.blueleft.gif .
5. Then you can run the website.
But for easier way, I suggest you to use SmartWebResources, it would automatically solve this issue. Hope this helps.
Regards,
Bernard
Bernard, thank you for you reply!
I'm not use SmartWebResources because of files in "WebGrid\V7_0_7200\Localization" changed. i translate "wglang_zh-CN.xml" file by myself. it different with "wglang_zh-CN.xml" in SmartWebResources dll.
Roger
Is my solution works on you? I think there’s no problem since my previous workaround can work in http too. Please let me know if you have another question.
Hello There,I had a styling problem with VistaCalendar, which was solved by Bernards step. The content of EditorsPack3 needed to be copied to the root of my website e.g.c:\.....\EditorsPack3\*.*->c:\inetpub\Mysite\*.*And then rename the files inside my sitec:\inetpub\Mysite\VistaCalendar.css->c:\inetpub\Mysite\CustomEditors.EditorsPack3.VistaCalendar.css
The solution is a little messy becuase it menas we end up with 10 or so files in the root of the website, is there a hot fix for this issue, or a setting so that I could defined the location of the 10 files a bit better location.
Kind Regards
Hi,
I've made this problem as Work Item #1082. I'll let you know any news that I got from our developer team regarding this problematic behavior. Hope this helps.
Regards,Bernard
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