代码之家  ›  专栏  ›  技术社区  ›  Goows

Telerik RadScheduler出错

  •  0
  • Goows  · 技术社区  · 16 年前

    我是Telerik RadScheduler的新成员。我已经看到上面的例子了 Telerik site . 但是不断地收到这个信息: “web.config中缺少~/telerik.web.ui.webresource.axd” .

    有人能告诉我我错过了什么吗?

    1 回复  |  直到 16 年前
        1
  •  1
  •   Nate Pinchot    16 年前

    You are missing the entry for the HttpHandler in your web.config. They usually put the xml to add to your web.config in the error message so you can manually add it.

    Another option to add it is, go into design view, you should be able to right click the control and select an option to register the web.config entries.

    此外,检查 this link at Telerik's site 有关web.config项的一些常规故障排除。

    如果其他都失败,请尝试将问题发布到 Telerik's RadScheduler forum 他们通常回答得很快。

    推荐文章