Most recently we spent our nights debugging an issue which comes up only at client's environment and not else where.The issue was
"System.InvalidOperationException: Modifying a LOB requires that the connection be transacted."
At the end it came out to be a environmental issue.If this issues comes up than there can be two reasons for this
- Coding defect : In .net if you are trying to insert clob data than it is must to pas transaction object ; if the transaction object is null then this issue will come up.
- .Net framework 2.0 SP2 bug - If your machine is upgraded to SP2 then you must download a hotfix on this service pack i.e Please down load this file (NDP20SP2-KB958481-x86.exe) from following link http://www.microsoft.com/downloads/en/details.aspx?familyid=6c095bba-6100-4ec9-9c54-6450b0212565&displaylang=en
No comments:
Post a Comment