Error 2 The type or namespace name 'ConnectionOptions' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\user\Documents\Visual Studio 2010\WebSites\Service\App_Code\PService.cs 55 10 C:\...\Service\
でコードを使用しようとするとき
[WebMethod]
public ConnectionOptions remoteconnection(string MyComputerName, string ip)
{
ConnectionOptions connOptions = new ConnectionOptions();
return connOptions ;
}
同じコードを webApplication にコピーしてもエラーは発生しませんが、両方のファイルに using system.Management を含めました。