c# - The type or namespace name 'Citrusresponse' could not be found (are you missing a using directive or an assembly reference? -
i working on asp.net website , using citrus pay framework. getting error on line in code:
citrusresponse s = db.getcollection<citrusresponse>().findonebyid(transid);
here total modules using in code.
using mongodb; using citruspay; using mongodb.bson; using system; using system.collections.generic; using system.io; using system.linq; using system.security.cryptography; using system.text; using system.web; using system.web.ui; using system.web.ui.webcontrols;
i struggling since 2 days find solution of still no bug. have gone through community forum , questions here.
if great can me in figuring out bug.
let me know if need more information.
Comments
Post a Comment