Could not load file or assembly '' or one of its dependencies

后端 未结 9 1480
遇见更好的自我
遇见更好的自我 2020-12-16 13:34

Any help please?

I have only one library and it is driving me crazy. this is the error that I receive. I am not using any other dependancies.

Could n         


        
9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 14:07

    If you are using the code Page.Load("control_path..."). make sure that the actual ascx file you load does not have any directives that include the assembly from your exception message

    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    

提交回复
热议问题