我正在使用Tridion 2011实现DD4T MVC3.我已经实现了它并且它正常工作到上周五.我能够获取页面模型并使用Razor视图呈现它.
但是今天周末之后,当我试图运行相同的应用程序时,我得到以下错误(从两行开始).
Tridion许可证将于今天(2012年4月30日)到期.这会有问题吗?但Tridion Content Manager工作正常.
Could not initialize class com.tridion.storage.StorageManagerFactory
================================================
Some configured classpath roots cannot be found
================================================
ClassPath : C:\MyProjects\DD4TMVC\FirstDD4TMVCApplication\FirstDD4TMVCApplication\bin\bin
============================================================
Some Java classes or interfaces could not be found or loaded
The most typical reasons for this problem are:
- you forgot to configure a classpath
- a jarfile, zipfile, or directory is missing from your
classpath
- you have a typo in one of your classpath entries
- a jarfile required by one of …Run Code Online (Sandbox Code Playgroud)