log4net and QueryHelper in .NET 1.1 stopped returing results
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, This question is for anyone familiar with log4net and QueryHelper in .NET 1.1. I am working with a web app using these technologies. When you open the app, you are presented with a search menu. You type in a search criteria. Then you see displayed results in an old DataGrid. The problem: At any time during the day, the app doesn't return results. It returns no errors. There is nothing in the log folder because log4net never logs in the first place. A peer thinks it is something with log4net erroring out, but what does logging have to do with returning results? I think its QueryHelper missing a parameter, but can't recreate this issue. Has anyone seen this before? Thanks