返回列表 发帖

could not load type 这种问题如何解决?

《精通ASP.NET4.0网络编程》一书中第四章网络书店的自带源程序,我用VS2010打开,配置好数据库之后,编译程序,就出现这样的问题:
1.Warning 1 Element 'BookListControl' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Default.aspx 9 9 D:\...\BookShop\

2.Warning 2 Element 'AspNetPager' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Default.aspx 10 15 D:\...\BookShop\

3.Error 3 Could not load type 'BookShop.Admin.BookEditControl'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 1

4.Error 4 Could not load file or assembly 'FreeTextBox' or one of its dependencies. 系统找不到指定的文件。 D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 2

5.Error 5 Unknown server tag 'FTB:FreeTextBox'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 32

6.Error 5 Unknown server tag 'FTB:FreeTextBox'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 32

7.Error 9 Could not load type 'BookShop.Admin.BookCoverEdit'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookCoverEdit.ascx 1

8.Error 10 Could not load type 'BookShop.Admin.Admin'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\Admin.Master 1

9.Error 11 Could not load type 'BookShop.Admin.Logout'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\Logout.aspx 1

10.Error 12 Could not load type 'BookShop.Admin.AdminChangePass'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\AdminChangePass.aspx 1

11.Error 13 Could not load type 'BookShop.Admin.BookCategoryControl'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookCategoryControl.ascx 1

12.Error 14 Could not load type 'BookShop.Admin.AdminLogin'. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\AdminLogin.aspx 1

13.Warning 15 D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx: ASP.NET runtime error: A call to Bind must be assigned to a property of a control inside a template. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 32 1 D:\...\BookShop\

14.Warning 16 Element 'FreeTextBox' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 32 18 D:\...\BookShop\

15.Warning 17 Element 'FreeTextBox' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 35 17 D:\...\BookShop\

16.Warning 18 Element 'FreeTextBox' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 63 18 D:\...\BookShop\

17.Warning 19 Element 'FreeTextBox' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\BookShop\网路书店\ch04BookShop\BookShop\Admin\BookEditControl.ascx 66 17 D:\...\BookShop\
是因为我的什么文件没配置好还是其他什么原因?希望各位大神帮帮忙~
分享到: QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

我的也有问题。。

TOP

返回列表