找不到类型或命名空间名称"Foosun"(是不是缺少using 指令或程序集引用?)<%@ Page Language="C#" AutoEventWireup="true"   ResponseEncoding="GB2312" %><html>
<body><script type="text/C#" runat="server">
  protected void Page_Load(object sender, EventArgs e)
    {
        Response.AppendHeader("P3P", "CP=CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR");
       Foosun.PlugIn.Passport.DPO_Reponse dpo_response = new Foosun.PlugIn.Passport.DPO_Reponse(Context);
       dpo_response.DoWork();
    
    }
     
</script> 
</body>
</html>
我是个新手。望各位高手多多指点。说的细一点。