我创建了一个内容类型和投影来查看该内容类型,但在尝试访问投影时,我遇到以下异常:
Server Error in '/' Application.
Shape type ResizeMediaUrl not found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Orchard.OrchardException: Shape type ResizeMediaUrl not found
Source Error:
Line 3: @{
Line 4: ImagePart imagePart = Model.ContentPart;
Line 5: var mediaPart = ((ContentItem)Model.ContentItem).As<MediaPart>();
Line 6: }
Line 7:
Source File: c:\inetpub\wwwroot\Staging\Themes\BodyLogicMD\Views\Parts.Image.Summary-Image.cshtml Line: 5
在测试性能时,媒体库被禁用并启用了几次,但现在它和所有它的依赖模块都已启用。该站点也在服务器内从一个位置移动到另一个位置,但是媒体文件夹及其结构处于相同的果园结构中。
当禁用媒体库模块时,将显示投影,但没有与之关联的图片。启用时会发生上述异常。
请指教,
谢谢,
亚历。
答案 0 :(得分:1)