我的 Web 项目中安装了TwitterBootstrapMvc 。这真的很有帮助,并且在我的开发环境中运行良好。从昨天开始,它在我的 Azure 站点上不起作用,我不知道为什么。只要我在如下视图中有一个 TwitterBootstrapMvc 扩展:
@Html.Bootstrap().TextBoxFor(m => m.TaskCreateTitle).Size(InputSize.XLarge).Placeholder().Label()
我收到一条错误消息Object reference not set to an instance of an object.
我通过nuget安装了它。显然 Bootstrap 没有初始化,但我不明白为什么它在本地运行良好但在 Azure 中运行良好。任何人都可以帮助我寻找正确的方向,以确保它被初始化。