1
當試圖評論轉換爲XML文檔,如:編譯到XML文檔與CSC - 錯誤
/// <summary>
/// Retrieve request type
/// </summary>
/// <returns>Collection</returns>
我得到許多錯誤。 (名稱已更改爲保護無辜者。)
它抱怨Abba.Domain,Abba.Service和Abba.Style.Manager
using System;
using System.Collections.Generic;
using System.Collections;
using System.Linq;
using System.Web;
using Abba.Domain;
using Abba.Service;
using Abba.Style.Manager;
實例錯誤:
c:\Users\waldo\Documents\App_Test\App_Code\Section_A\Abba.cs(6,11): error CS0234
4: The type or namespace name 'Domain' does not exist in the namespace 'ABA'
(are you missing an assembly reference?)
error CS0246: The type or namespace name 'NAME' could not be found
我錯過了什麼? (除了C#的更多知識)