AppContext ctx = null;
        String wsnaddr = "WSNADDR=//***.***.1**.**:****";
        TypedTPINIT tpinfo = new TypedTPINIT();
        tpinfo.flags = TypedTPINIT.TPMULTICONTEXTS;        try
        {
            Utils.tuxputenv(wsnaddr);
            ctx = AppContext.tpinit(tpinfo);
        }
        catch (Exception ex)
        {
            string error = ex.Source + ":" + ex.Message; //libwscdnet:TPESYSTEM - internal system error
            return;
        }        try
        {
            ctx.tpterm();
        }
        catch (Exception ex)
        {
            string error = ex.Source + ":" + ex.Message;
        }我已经添加了libwscdnet.dll引用,请教报这个异常的原因