[ https://issues.apache.org/jira/browse/LOG4NET-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dominik Psenner reassigned LOG4NET-461: --------------------------------------- Assignee: Dominik Psenner > adonetappender > --------------- > > Key: LOG4NET-461 > URL: https://issues.apache.org/jira/browse/LOG4NET-461 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.11 > Reporter: Kelly Elton > Assignee: Dominik Psenner > Priority: Critical > > Basically what happens is you guys store the SqlCommand between all requests. > The problem is, sometimes this prepared statement gets removed from the cache > in SqlServer. When this happens all subsequent requests result in an error > "Could not find prepared statement with handle -1" > You could resolve this by checking for that specific error on submitting and > if you get it recreate the command and try again, or just recreate and > prepare the statement every time. > This is a pretty major issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)