“/”應用程序中的服務器錯誤 。

編譯錯誤

說明: 在編譯向該請求提供服務所需資源的過程中出現錯誤 。請檢查下列特定錯誤詳細信息並適當地修改源代碼 。

編譯器錯誤消息: CS0103: 當前上下文中不存在名稱“model”

源錯誤:


行 17: 	StringBuilder templateBuilder = new StringBuilder(220000);
行 18: 	templateBuilder.Append("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"https://www.w3.org/1999/xhtml\">\r\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" />\r\n\r\n<head>\r\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n    <title>");
行 19: 	templateBuilder.Append(Utils.ObjectToStr(model.title));
行 20: 	templateBuilder.Append("-在線招聘 - 重慶市南宮娛樂紡織品有限公司</title>\r\n    <meta name=\"keywords\" content=\"");
行 21: 	templateBuilder.Append(Utils.ObjectToStr(config.webkeyword));

源文件: d:\virtualhost\localuser\host7167305\www\aspx\main\job.aspx    行: 19





版本信息: Microsoft .NET Framework 版本:2.0.50727.9055; ASP.NET 版本:2.0.50727.9051