Zeckar
False Type or namespace does not exist errors in Visual Studio 22
Hello, does anyone have any suggestion or ideas as to why one of my projects in VS22 are generating a bunch of errors stating the type or namespace name does not exists? Going to the location of the errors shows no error in sight on any of the files and everywhere else the namespace or types are used they don't error like in other projects. I've checked to make sure all the projects have the same framework version and I've tried a lot of the suggested remedies from searches... I can't figure it out..
9 replies
Out of Memory Exception Help
I have a wpf application that is generating Out of Memory exceptions after running for long period of time (~500 hours runtime) and I am struggling to really pin down the issue. I was wondering if there were any insight or resources I could be directed to for this issue. I use ANTS Memory Profiler to check memory usage and can't see a runaway leak of memory usage. I'm not the best at using it, so might be my fault at not catching it. Would love if someone could at least set me on the path of learning more about this. Currently the used project are set to a Platform target of x86, wondering if setting those to Any CPU without preferring 32-bit would help or just setting to x64. I'm also seeing the largest Live sizes being strings, so might look to optimize some of the way logs are being generated for the app. I also have cases where the logs are written to files for later ingestion on app restart that might be causes issues as it loads the whole file to parse, but honestly sort of lost. IF anyone has insight, I would really love it 😅
5 replies