首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > IIS >

关于iis预览有关问题

2012-03-11 
关于iis预览问题我在iis上挂了个网站后,然后预览时出现这样的问题,求高手指点下,并提点解决方案Server Err

关于iis预览问题


我在iis上挂了个网站后,然后预览时出现这样的问题,求高手指点下,并提点解决方案


Server Error in '/' Application.
--------------------------------------------

Compilation Error 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: CS1729: 'Notice' does not contain a constructor that takes '0' arguments

Source Error:

 

Line 34: public Notice GetNoticeInfo(long noticeId)
Line 35: {
Line 36: Notice n = new Notice();
Line 37: Boolean b;
Line 38: 
 

Source File: d:\新版影院后台\webmedia7\Viewgood\WebMedia\App_Code\web\vprogram\business\NoticeService.cs Line: 36 



[解决办法]
错误提示没有构造函数啊

热点排行