Richard Jarrett
Richard Jarrett
@trevster344 @stephen144 have either of you had any issues with memory leaks when accessing large tables from a .NET Application? When we get the data from a DBF it will...
@trevster344 thanks for coming back to me. At the moment we access the Data4 datafile object directly. We have a method to controls opening a connection to codebase using the...
@trevster344 thanks for that, I think the main difference which is probably causing the issue is that we are persisting codebase without disposal, whereas you are creating it each time...
@trevster344 this is basically an internal WCF webservice and then we have a task which will request and send data to and from the service on a regular basis. It's...
@trevster344 I'm using c4dll, I'm wondering if our Codebase.cs file might actually be doing funky bits with starting new instances. We abstract out the calls to a more simple interface,...
I had the same issue, I needed to replace the C:\Program Files\dotnet\sdk-manifests\6.0.100 with the sdk-manifests in the binaries download of .NET 6 preview 5. Perhaps files are missing from the...