1. 程式人生 > >分析器錯誤 “/”應用程式中的伺服器錯誤 請在型別名稱中顯式指定程式集。

分析器錯誤 “/”應用程式中的伺服器錯誤 請在型別名稱中顯式指定程式集。

錯誤提示

“/”應用程式中的伺服器錯誤。

分析器錯誤

說明: 在分析向此請求提供服務所需資源時出錯。請檢查下列特定分析錯誤詳細資訊並適當地修改原始檔。 

分析器錯誤訊息: 型別“Humanrace.WebAPIMain.WebApiApplication”不明確: 它可能來自程式集“E:\Code Workspace\Humanrace_Project\Code\WebAPIMain\Humanrace.WebAPIMain\bin\Humanrace.WebAPIMain.DLL”或程式集“E:\Code Workspace\Humanrace_Project\Code\WebAPIMain\Humanrace.WebAPIMain\bin\Zenele.WebAPIMain.DLL”。請在型別名稱中顯式指定程式集。

源錯誤:
 

行 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="Humanrace.WebAPIMain.WebApiApplication" Language="C#" %>

原始檔: /global.asax    行: 

版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.6.1055.0

原因:

由於複製專案,修改專案名稱和名稱空間名稱導致 ,新的程式集名稱為Humanrace.WebAPIMain

Humanrace.WebAPIMain.DLL 和 原來生成的Zenele.WebAPIMain.DLL衝突


解決方法:

將bin/資料夾下原來的DLL  Zenele.WebAPIMain.DLL 刪除掉