0
我的Sharepoint的「Layouts」文件夾中有一個* .ashx文件,看起來好像我可以訪問Layouts文件夾之外的任何自定義類。組件有問題嗎?我不斷收到錯誤:在我的佈局文件夾中使用.ashx文件時的組裝問題
The type or namespace name 'PropertiesHelper' does not exist in the namespace 'Company.SharePoint.Test' (are you missing an assembly reference?)
我試圖把一個using語句導入類,但它似乎不能夠找到它。我也嘗試寫出如下功能的完整路徑:Company.SharePoint.Test.PropertiesHelper.someMethod