作成日: 2015/03/20 最終更新日: 2015/05/21
文書種別
不具合
状況
修正済み
詳細
C1InputTextコントロールを継承したカスタムコントロールを配置した画面を表示しようとした場合、下記のエラーが発生し表示することができません。
◆エラーメッセージ
「Can not find the 'C1.Web.Wijmo.Controls.Resources.themes.aristo.jquery-wijmo.css' resource.'」
※本事象は2014v3で発生し、2014v2では発生しません。
◎サンプルコード(aspx)
◎サンプルコード(VB)
◎サンプルコード(C#)
【再現方法】
1.サンプルを実行する
結果:「Can not find the 'C1.Web.Wijmo.Controls.Resources.themes.aristo.jquery-wijmo.css' resource.' 」というエラーが発生する
◆エラーメッセージ
「Can not find the 'C1.Web.Wijmo.Controls.Resources.themes.aristo.jquery-wijmo.css' resource.'」
※本事象は2014v3で発生し、2014v2では発生しません。
◎サンプルコード(aspx)
<cc1:Sample_InputText ID="SampleInputText1" runat="server"></cc1:Sample_InputText>
◎サンプルコード(VB)
Public Partial Class Sample_InputText
Inherits C1.Web.Wijmo.Controls.C1Input.C1InputText
Protected Overrides ReadOnly Property WidgetName() As String
Get
Return "c1inputtext"
End Get
End Property
Protected Sub Page_Load(sender As Object, e As EventArgs)
End Sub
End Class
Inherits C1.Web.Wijmo.Controls.C1Input.C1InputText
Protected Overrides ReadOnly Property WidgetName() As String
Get
Return "c1inputtext"
End Get
End Property
Protected Sub Page_Load(sender As Object, e As EventArgs)
End Sub
End Class
◎サンプルコード(C#)
public partial class Sample_InputText : C1.Web.Wijmo.Controls.C1Input.C1InputText
{
protected override string WidgetName
{
get { return "c1inputtext"; }
}
protected void Page_Load(object sender, EventArgs e)
{
}
}
{
protected override string WidgetName
{
get { return "c1inputtext"; }
}
protected void Page_Load(object sender, EventArgs e)
{
}
}
【再現方法】
1.サンプルを実行する
結果:「Can not find the 'C1.Web.Wijmo.Controls.Resources.themes.aristo.jquery-wijmo.css' resource.' 」というエラーが発生する
回避方法
この問題はバージョン4.0.20151.209で修正されました。
修正版の適用方法については、アップデートの方法を参照してください。
修正版の適用方法については、アップデートの方法を参照してください。
旧文書番号
81224