我编写了一个ASP.NET应用程序,并使用mod mono在apache上运行它。尝试运行时出现此错误。它在Visual Studio和Mono Develop
中运行良好Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Compiler Error Message:
App_GlobalResources.383ec40d.resources.dll
我在App_GlobalResources中有resx文件。不知道我为什么会这样做。
答案 0 :(得分:0)
我不确定导致原始问题的原因,但我确实通过使用以下方式预编译我的webapp来解决这个问题:
aspnet_compiler -p physicalOrRelativePath -v / targetPath