350多个错误:'blah.blah.blah'类型已包含定义?

Met*_*uru 4 asp.net-mvc linq-to-sql

这是什么意思.是因为我有两个不同的.DBML文件包含相同的数据库表吗?

...
Error   343 The type 'mvc.Models.Bundle' already contains a definition for 'BundleIcon' C:\inetpub\wwwroot\Models\Assets1.designer.cs   3438    17  mvc
Error   344 The type 'mvc.Models.Bundle' already contains a definition for 'isScorm'    C:\inetpub\wwwroot\Models\Assets1.designer.cs   3459    15  mvc
Error   345 The type 'mvc.Models.Bundle' already contains a definition for 'scormPath'  C:\inetpub\wwwroot\Models\Assets1.designer.cs   3480    17  mvc
Error   346 The type 'mvc.Models.Bundle' already contains a definition for 'CompanyID'  C:\inetpub\wwwroot\Models\Assets1.designer.cs   3501    14  mvc
...
Run Code Online (Sandbox Code Playgroud)

Rob*_*ban 7

是的,如果将它们保存在同一名称空间中,则会出现这种情况.