次のコード スニペットは、SharePoint のハイブ パス (..\Microsoft Shared\Web Server Extensions\14) を返すことが期待されており、代わりに null を返します。
using Microsoft.SharePoint.Utilities;
string featurePath = SPUtility.GetGenericSetupPath(string.Empty);
私は何が欠けていますか?
次のコード スニペットは、SharePoint のハイブ パス (..\Microsoft Shared\Web Server Extensions\14) を返すことが期待されており、代わりに null を返します。
using Microsoft.SharePoint.Utilities;
string featurePath = SPUtility.GetGenericSetupPath(string.Empty);
私は何が欠けていますか?