IIS 7 中的开发表达错误
我使用 Devexpress 试用版创建了一个 Web 应用程序。我已在本地计算机上安装了试用版。我在一台新机器中创建了一个虚拟目录(不是虚拟目录,它是一个应用程序),并将 Web 应用程序从我的机器复制到新机器并配置了虚拟目录。新机器有 IIS 7,操作系统是 windows 7。我已将所需的 dll 复制到“bin”文件夹(新机器)中。在新机器中,应用程序工作正常,但控件无法正确渲染。那么正确渲染 dev Express 控件需要遵循的所有步骤。
I have created a web application using Devexpress trial version. I have installed the trial version in my local machine. And I have created a virtual directory( not virtual directory, its an application), in a new machine, and copied the web application from my machine to the new machine and configured the virtual directory. New machine has IIS 7 and OS is windows 7. I have copied the required dlls into 'bin' folder (new machine). In new machine application is working fine but the controls are not rendering properly. So what all steps to be followed to render the dev express controls properly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还应该将 DevExpress.Web.ASPxThemes.v10.2.dll 复制到网站的 bin 文件夹中。这应该可以让您解决这个问题。
You should also copy the DevExpress.Web.ASPxThemes.v10.2.dll to the bin folder of your web site. This should allow you to resolve this problem.